Question
Evonsys India Pvt Ltd.,
IN
Last activity: 8 Jan 2020 6:18 EST
How to use the customized value result in Report Definiton in a Java Control
When iam retrieving results in a Report definition using certain functions, the results are being saved in pySummaryText value list under the pxResults of pyReportContentPage.
I need to use one of the value in the pySummaryText value in my java control.
tried with the below syntax:
StatusUpdateDateval =tools.getActive().getProperty(".pySummaryText.get(2)").getStringValue();
my required value is in the 2nd index of pySumaryText value list. But unable to get that value.
Please help me with correct syntax to retrieve the 2nd indexed value of the value list.
***Edited by Moderator Marissa to update platform capability tags****