Hide data in a report—ICRW

There are several ways to prevent selected columns from appearing in an Interactive Custom Report Writer (ICRW) report:

The data in hidden or excluded columns and rows is still used in report calculations, and can affect the output data shown in other columns.

Hide a column

Hiding a column doesn't affect the actual data in the table. Hidden column data is still used in calculations in the report, and can affect the output data shown in other columns.

  1. Open an ICRW report and go to the Refine tab.
  2. Select Edit view Pencil icon indicates you can edit a selected item in tables, titles, reports, and prompts. in the upper right of the Table area to view the table layout.
  3. Scroll down to Columns and Measures and select the More options icon A gear-shaped icon that brings up a menu of available options. for the column you want to hide.
  4. Select Hidden from the dropdown menu. The column tile is grayed out to indicate that it will not appear in the report.

Exclude a column

Excluding a column removes the column from view. However, the column data is still used in calculations, and can affect the output data shown in other columns.

You can exclude a column from a report in the following ways:

  • Go to the Refine tab, right- select the column header and select Exclude column from the dropdown menu.
  • Go to the Refine tab, select Edit view Pencil icon indicates you can edit a selected item in tables, titles, reports, and prompts. in the Table area. The table layout appears. Drag the column to the Excluded section.

Select Done to save the changes.

Use conditions to change the way data is shown

Using a condition on a column (Column properties) allows you to change the way data is displayed based on that condition.

  1. Open the report and go to the Define tab.
  2. Select A downward facing arrow tip to indicate a series of options that can be viewed by selecting the arrow to expand the list. (Options) for the column you want to hide and select Column properties from the dropdown menu.
  3. Go to the Conditional Format tab and select Add condition.
  4. Select the column on which you want to base the condition.
  5. In the New Condition dialog, select an operator and enter or select the value, depending on the operator.
  6. For more advanced users: Select More options and include a presentation variable for the condition.

Operator definitions

Operation definitions
Operator Description

Is equal to/is in

Displays all records in which the data in the selected column matches the entry in the Value field.

Is not equal to/is not in

Displays all records in which the data in the selected column is less than the entry in the Value field.

Is less than

Displays all records in which the data in the selected column is less than the entry in the Value field.

Is greater than

Displays all records in data in the selected column is greater than the entry in the Value field.

Is less than or equal to

Displays all records in which the data in the selected column is less than or equal to the entry in the Value field.

Is greater than or equal to

Displays all records in which the data in the selected column is greater than or equal to the entry in the Value field.

Is between

Displays all records in which the data in the selected column is between two values in the Value field.

Is null

Displays all records that have a null, or empty, field.

Is not null

Displays all records that do not have a null, or empty, field.

Is in top

Displays all records in which the data in the selected column is within in the top range of the entry in the Value field. For example, if you include 10 in the value field, only the top 10 records are shown.

Is in bottom

Displays all records in which the data in the selected column falls is in the bottom range of the entry in the Value field. For example, if you include 10 in the value field, only the bottom 10 records are shown.

Use CSS style to hide rows and columns

You can use the Custom CSS Style Options (HTML Only) option to hide rows and columns. Set the ‘Use Custom CSS style’ to display:noneto hide rows and columns.

Hide rows

The following task demonstrates how to use conditions to hide rows in a report without filtering out the actual data. For example, you might want to hide the rows in a column for a specific year.

  1. Open the report and go to the Define tab.
  2. Select A downward facing arrow tip to indicate a series of options that can be viewed by selecting the arrow to exapand the list. (Options) for the column and select Column properties from the dropdown menu.
  3. Go to the Conditional Format tab and select Add condition.
  4. From the dropdown list, select the column with the rows you want to hide, and then select Create the condition.
  5. In the New Condition dialog, specify the details for the rows you want hidden, and select OK.
  6. If necessary, go to the Style tab, expand the Custom CSS style options (HTML only) section, and enable Use Custom CSS style (HTML only).
  7. Select display:none. If this doesn't appear as an option, enter it in the text field.
  8. Repeat for each column that has rows you want to hide.

Hide columns

The following task demonstrates how to use conditions to hide columns in a report without filtering out the actual data.

  1. Open the report and go to the Define tab.
  2. Select A downward facing arrow tip to indicate a series of options that can be viewed by selecting the arrow to exapand the list. (Options) for the column you want to hide, then choose Column Properties from the dropdown menu.
  3. Expand the Custom CSS style options (HTML only) section and enable Use Custom CSS style.
  4. Select display:none. If this doesn't appear as an option, enter it in the field.
    The Use Custom CSS Style field is highlighted on the Custom Properties dialog so you can find it easily.
  5. Select OK.
  6. Repeat for each column you want to hide.