Hi Community,
Normally in an if statement, you can use logical operaters (AND, OR, NAND, NOR) on the IF portion of a statement / formula,
But I want to evaluate just one condiction in the IF statement but do two or more actions....basically I want to say.....
if [field1] = 1000
then
[field1]=[field1]/3 AND [ROW+1:field1] = [field1]/3 AND [ROW+2:field1] = [field1]/3
else
[filed1]
endif
I know that I need to use the multi-row tool.
Hopefully someone out there knows.
thanks
-prpatel.