Question
Cognizant
IN
Last activity: 1 Nov 2019 9:09 EDT
Loop through a value list or value group using data transform
Hi
I want to loop through a value list or value group using data transform.
ValueList(1)="DateTimeValue1"
ValueList(2)="DateTimeValue2"
ValueList(3)="DateTimeValue3"
I have a parameter that contains a date time value "MyDateTimeValue"
Need to check whether "MyDateTimeValue" is grater than ValueList(1) or ValueList(2) or ValueList(3)
Please help me
***Edited by Moderator Marissa to update platform capability tags****