Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Group header/footer visibility expression

Status
Not open for further replies.

BHScripter

Technical User
Aug 26, 2002
159
US
Hello:

I am building a report that groups by the following:

Parent Curriculum
Main Activity
Child Activities

Sometimes the value for the group child activities is "NoDetail" which is just a hardcoded placeholder value generated by the query. I want to suppress the visibility of the Child Activities group header and footer if the value for that group is "NoDetail" I attempted to put the following in the visibility expression for the group header but it returned an error as an invalid value:

IIF(Fields!ChildActivity.Value = "NoDetail",True,False)

Any help would be most appreciated.

Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top