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.
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.
@Rupesh999 Can you elaborate more on your requirement please ? What control are you referring to ?
@amolt885 when 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.
Used this ,
ClipboardPage report=tools.getStepPage().getParentPage();
String state = report.getProperty(“UserSelectedState”).getStringValue();
it is working.
Thanks,
Rupesh K.