Conditions
You can specify the circumstances in which an action is triggered. In many cases the default condition =TRUE can be used.
For example, this action passes the value held by report variable rv_One to report variable rv_Two, when a user clicks a hyperlink:
- Type: Set parameters
 - Condition: =TRUE
 - Mode: Hyperlink
 - Parameter name: rv_Two
 - Parameter value:=ReportVariables.rv_One.text
 
          But, to ensure that the action can only be executed by an Administrator, replace 
        =TRUE with this condition: 
           =GlobalVariables.gv_CurrentUser.Text="Admin"