Quote:
Originally Posted by LibBikher
Thank you for your help. The equation works but isn't returning accurate results. Even though the asin and file name match its returning na NA should only come up if one or both fields are empty.
I've attached snapshots Im not sure why this is so difficult
|
That could be a formatting issue as @BetterRed suggested. But, I think I would do the template as:
Code:
program:
strcmp(raw_field('#asin'), raw_field('#file'), 'yes', 'no', 'na');
That should prevent issues with how the data is formatted for display.