About Static Text Views

A static text view adds static text to be displayed with the analysis results.

You can include variables in a static text view, as shown in the following example. See Advanced Techniques: Referencing Stored Values in Variables.

[u] Static Text View [/u][br/]
Region: @{variables.myFavoriteRegion} - Year:
@{variables.myFavoriteYear}[br/]
System Time: @{system.currentTime}[dddd,MMMM dd,yyyy][br/]
Product Version: @{system.productVersion}[br/]
[br/]