Configuring the notification banner report
This example describes how to configure the notification banner and store this function in report variables for further processing.
- Create an Application Studio report named Notification Banner.
- Create a report variable named Visible.
-
In the properties of the variable, specify this information:
- Value
- Specify "TRUE"
- Default Value
- Specify "TRUE"
- Is Persistent
- Select False. When the report is reloaded, this setting resets the variable value to the default "TRUE" and makes the banner visible.
- Highlight row 1 and right-click on it.
- Select Rows....
- Select Custom in the Height section of the Row Properties dialog box and specify 40 pixels.
-
Select Formula checkbox and specify
=IF(ReportVariables.Visible.Text="TRUE","TRUE","FALSE")
.This formula hides the row if the banner is not visible. - Click OK.
- Set the A1:I13 cell range to Visible Report Area.
- Set the A1:I3 cell range to Header Area.
-
Insert this table into the B5:H6 cell range:
Status Type Message Detailed Message Link Text Visible Wrap Text Close Error Error Your upload failed. Please check the log file for details. Log file =reportvariable.Visible.text
TRUE TRUE This table holds the properties for the web extension.
- Click OK.
- Save the report.