Closed
Solved
How to retrieve the first element of Data Page inside a Data transform
How to retrieve the ".Code" property of the first instance of a Data Page(List). I tried following expressions, it doesn't seems to work.
D_ABCList[].pxResults(1).Code
D_ABCList(1).Code
@getProperty????
illustration in Java
//Assuming ArrayList ABC;
return abc.get(0).Code;
***Moderator Edit: Vidyaranjan | Updated Categories***