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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

BO BI - Hiding Tables

Status
Not open for further replies.

Netherton

Technical User
Nov 21, 2013
4
GB
I'm using the Format Table dialog box to hide tables when a particular condition is true. ie If [Region] = Region A then hide table. Can anyone please suggest an example formula that would achieve this when entered in the "Hide when formula is true" box.
 
Try something like this:

=([Region]="Region A")

This will evaluate to true or false, which is what you're looking for.

-Dell

DecisionFirst Technologies - Seven-time SAP BusinessObjects Solution Partner of the Year
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top