Question
1
Replies
110
Views
Posted: March 21, 2018
Last activity: March 21, 2018
Insert indexed property to report definiton
Hi All
I need to insert pyWorkPage.pxStageHistory(INDEX).pxProcesses(INDEX).pyLabel to my report definition column.
How to do that requirement and how I can pass the "INDEX" parameters?
Thanks for all advice.
Regards,
Maulana
Hi Maulana,
One work around that i can think of is you can create another property and do a property-set with the value as pyWorkPage.pxStageHistory(INDEX).pxProcesses(INDEX).pyLabel using an activity and then use this new property in the Report definition.
Please let me know if this helps.
Regards,
Vikash