Greetings. Hope you are all well! I am trying to get another property which is on the results of a Report Definition based on the current/Active Value, i have tried various syntaxes but none of them seems to work. Is there any way i can do this? I am writing a custom control which will be used in Report Definition. Any ideas, please do let me know!
pxResults(1).pyID = this is the active one which has a hyperlink in RD
pxResults(1).pzInsKey =this is hidden in RD but value is being populated in results.
@Byshu Hi, I have a RD with a column pyID (this is my ActiveValue, as my control will be against this column). In this control, I am trying to get pzInsKey, which is also another column in the same result (pxResults(1)) in the control which i am using against column pyID.
pxResults(1).pyID - CustomControl
pxResults(1).pzInsKey - I am trying to get the value of this in my above control
@BhanuPrakash_G Hi, Greetings. I have tried this code snippet but i am not getting the Index which is available in the Parameter Page but when i do tools.getParamValue(“index”) and print the value it is blank. Any thoughts?
@KOMARINA Can you trace and find which parameter holds the current row index in the parameter page while executing the control . When I traced in my local environment the row index was available in the index parameter while the control was executing.