Hi,
How do I use mod with a text condition that looks at a metadata location? Namely :
GetMeta(SelectedPageCount[0], 11, Job)
Hi,
How do I use mod with a text condition that looks at a metadata location? Namely :
GetMeta(SelectedPageCount[0], 11, Job)
You can’t use Mod directly in a text condition, but you can use the Math Operations task to store the Mod result in a JobInfo variable and then use that variable in your text condition. For instance, the Math Expression field can be set to GetMeta(SelectedPageCount[0], 11, Job) mod 10? and the Store Results in field can be set to %9. You can then check the value of %9 in the text condition.