Closed
Solved
Report Definition
Hi,
Is there a way to pass column value in a report definition as a parameter into control.
Please help me on this.
Thanks,
Rupesh K.
This content is closed to future replies and is no longer being maintained or updated.
Links may no longer function. If you have a similar request, please write a new post.
Hi,
Is there a way to pass column value in a report definition as a parameter into control.
Please help me on this.
Thanks,
Rupesh K.
Accepted Solution
Used this ,
ClipboardPage report=tools.getStepPage().getParentPage(); String state = report.getProperty("UserSelectedState").getStringValue();
it is working.
Thanks,
Rupesh K.
@Rupesh999 Can you elaborate more on your requirement please ? What control are you referring to ?
@amolstayadewhen i try to fetch data in report definition one of the date time property is displaying data in only one fixed timezone (GMT) ,now i am trying to write a control to display that date time property value correctly with time zone in the report for the respective state. so to do this i need to pass user selected state as a parameter into the control so that i can modify the data in report as per the selected state and can display correct value.
Accepted Solution
Used this ,
ClipboardPage report=tools.getStepPage().getParentPage(); String state = report.getProperty("UserSelectedState").getStringValue();
it is working.
Thanks,
Rupesh K.
Question Solved
Question Solved
Discussion
Question Solved
Question
Question
Discussion
Question
Question
Question
Pega Collaboration Center has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.