Configuring the notification banner report

This example describes how to configure the notification banner and store this function in report variables for further processing.

  1. Create an Application Studio report named Notification Banner.
  2. Create a report variable named Visible.
  3. 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.
  4. Highlight row 1 and right-click on it.
  5. Select Rows....
  6. Select Custom in the Height section of the Row Properties dialog box and specify 40 pixels.
  7. Select Formula checkbox and specify =IF(ReportVariables.Visible.Text="TRUE","TRUE","FALSE").
    This formula hides the row if the banner is not visible.
  8. Click OK.
  9. Set the A1:I13 cell range to Visible Report Area.
  10. Set the A1:I3 cell range to Header Area.
  11. 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.

  12. Click OK.
  13. Save the report.