Conditionally Suppress Controls

<< Click to Display Table of Contents >>

Raynet One Data Hub > 14.0 > Dashboards and Reports Customization Guide > Designing Reports > Shape Report Data > Specify Conditions for Report Elements 

Conditionally Suppress Controls

This document describes how to display or hide a report control in a published document based on a specified logical condition.

 

1.Create a new report or open an existing one and prepare the report layout.
 

2.Select the required control, switch to the Expressions panel and click the Visible property's ellipsis button.
 
eurd-web-shaping-check-box-visible-property
 

3.In the invoked Expression Editor, specify the required expression.
 
eurd-web-shaping-suppress-expression
 
Use the Iif function to define the required condition. For example:
 
Iif([Discontinued] == False, False, [Discontinued])
 
This expression means that if the data field's value is False, the control's Visible property's value is also False.
 

When switching to Print Preview, you can view the report control's visibility changes according to the assigned condition.

 

eurd-web-shaping-suppress-result

 

papercliper

Note:

See Hide Table Cells to learn how to conditionally suppress table cells and define the mode for processing them.