all groups > sql server reporting services > august 2004 >
You're in the

sql server reporting services

group:

Field Visibilty?


Re: Field Visibilty? Lev Semenets [MSFT]
8/12/2004 2:06:21 PM
sql server reporting services: Set Initial Visibility radiobutton to Expression and use expression like
this:
=(Me.Value = "None")
When Visibility expression evaluates to True, that textbox would be hidden.

--
This posting is provided "AS IS" with no warranties, and confers no rights.

[quoted text, click to view]

Field Visibilty? Johnny Fugazzi
8/12/2004 3:51:37 PM
I would like to make a field visible only if the data value assigned to it
is not equal to something. I used to do this is Crystal using the
suppression settings for a field. How do I do that here? I see that there
are some settings for field visibility in the Advanced Field Properties, but
there isn't an explanation how to use it.

I know I could use a custom embedded code block to do this, but I figured
there is probably another way. I would like the field to suppress if the
value is equal to "None".

Re: Field Visibilty? GRAVITY
8/12/2004 4:05:40 PM
You could just add an IIF statement to the HIDDEN property of the field that
returns true when the condition is met.

Mark


[quoted text, click to view]

AddThis Social Bookmark Button