Forum Discussion
Show/Hide Textfield and Parameters
- 3 years ago
Hi,
Follow the steps below to resolve this requirement.1. Go to rectangle properties.
2. Go to "Visibility" window.
3. Check the option "Show or hide based on an expression."
4. Click on expression builder "fx" button.
5. In the window use IIF function to fulfill the requirement: = IIF(Parameters!ART.Value = "Protocol", False, True).
This hides the rectangle and once rectangle is hidden, data in it will be hidden too.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
Follow the steps below to resolve this requirement.
1. Go to rectangle properties.
2. Go to "Visibility" window.
3. Check the option "Show or hide based on an expression."
4. Click on expression builder "fx" button.
5. In the window use IIF function to fulfill the requirement: = IIF(Parameters!ART.Value = "Protocol", False, True).
This hides the rectangle and once rectangle is hidden, data in it will be hidden too.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hey,
It finally worked - Thanks a lot. At first it din't work at all but then i figured out, that I wrote the Parameters in german language and Protocol is written "Protokoll". 🙂
Have a great day!