Grooper 23.00.0020 is available as of 5-15-2023! Check the Downloads Discussion for the release notes and to get the latest version.
Grooper 21.00.0073 is available as of 5-19-2023! 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.
We tried below condition in CalculateExpression.
Iff(Match(DataFieldName,compare string),"True","False")
Please help.
Thanks & Regards,
Mounika.
Tagged:
0
Answers
If(DataFieldName="CompareString", "True", "False")
Data Wizard
P&P Oil & Gas Solutions
Data Wizard
P&P Oil & Gas Solutions