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
mounikapotla
Posts: 31 ✭
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