0
votes

i'm trying to use the action option from a cell in a table(text box properties). the action supposed to open a report from a URL. this report gets 2 parameters: case_input ( the case_id in the cell, i get it from the data set), and id_pat (null). i tried this link:

http:///Reports/Pages/Report.aspx?ItemPath=%2fKpiReports%2freport_bill_patient_oneTbl&ViewMode=Detail&case_input=(Fields!id_case.Value)&id_pat_input:isnull=true

but when the report opened i didn't get the value of id_case. any ideas? thank you...:)

1
try print this URL in separate column "in textbox" & see whether its concatenating correctly or notNaveen Kumar
i put textbox for the parameter-case_input, but i see "case+input" and not the case number..user3863802

1 Answers

0
votes

make sure that the report you are trying to open using the URL is set to accept a null value for the id parameter.