How to specify a Global variable as a substitution variable in TIBCO BusinessEvents (BE) Views Dashboard metric URL.
book
Article ID: KB0092745
calendar_today
Updated On:
Products
Versions
TIBCO BusinessEvents Enterprise Edition
-
Not Applicable
-
Description
Resolution:
Global variables can be specified in BE Views Dashboard Metric URL link in the format below: ${GVAR:<your GVarName>}
Here the GVarName is the full name of the variable. If the variable is <Group1>/<Group2>/variable_name, the URL will look like '${GVAR:Group1/Group2/variable_name}'.
Example 1).
http://${GVAR:hostname}/#hl=en&source=hp&q=${GVAR:State} --> This will resolve to http://www.google.com/#hl=en&source=hp&q=create
Example 2).
http://finance.yahoo.com/q?s=${GVAR:< your GVarName>} --> This will resolve to http://finance.yahoo.com/q?s=USDINR
Example 3).
[http://${GVAR:ACCOUNT_URL/HOST}:${GVAR:ACCOUNT_URL/PORT}/WebStudio/?locale=en_US ] --> This will resolve to [http://localhost:8090/WebStudio/?locale=en_US]
Issue/Introduction
How to specify a Global variable as a substitution variable in TIBCO BusinessEvents (BE) Views Dashboard metric URL.