I have a report in ssrs When run the report, i use the parameter: STATUS and the value of the parameter: successfully, in process, lost. The report contains a text field, the text field uses the expression to hide the element: =IIF(NOT IsNothing(Fields!filepath.Value), True, False)
If the text field becomes visible from the expression (=IIF(NOT IsNothing(Fields!filepath.Value), True, False)) I want to see the text field only when I select report parameter values "in process". this can be done?