Grooper 21.00.0082 is available as of 12-12-2023! Check the  Downloads Discussion  for the release notes and to get the latest version.
Grooper 23.00.0044 is available as of 06-20-2024! Check the Downloads Discussion for the release notes and to get the latest version.
Grooper 23.1.0026 is available as of 09-16-2024! Check the  Downloads Discussion  for the release notes and to get the latest version.
Grooper 24.0.0012 is available as of 10-10-2024! Check the Downloads Discussion for the release notes and to get the latest version.

String comparison with extracted value using CalculateExpression

I want to compare the extracted value with the given string. If the expression returns true, I have to set the Data Field value as "True" otherwise "False".
We tried below condition in CalculateExpression.
 Iff(Match(DataFieldName,compare string),"True","False") 
Please help.

Thanks & Regards,
Mounika.

Answers

Sign In or Register to comment.