Hello,
WHile using SSRS, I only want to display a fields data value if the user is a specific person, otherwise I want to set the field value in the Tablix to "0'. I believe the following expression would be correct but isgenerating an error message. Can someone provide some insight? Many Thanks in advance!
=SWITCH(User!UserID = "DOMAIN\username",Fields!SalesTotal.Value,"0")
- This topic was modified 5 years, 6 months ago by rjjh78.
- This topic was modified 5 years, 6 months ago by rjjh78.