JavaScript must be enabled in order to use this site.
Please enable JavaScript in your browser and refresh the page.
Adding a Tracking Field and URL Links to the M_TickerTracker Metric
A metric also has an optional type of field, called a tracking field, where you can add more information related to the metric.
Procedure
Open the M_TickerTracker metric in the Metric editor.
To add an External URL Link, double-click the URL Link field, in the row for the Ticker metric field. You see the URL Information Editor.
In the Name field, type
Financial Info .
In the Link field, enter the following string:
http://finance.yahoo.com/q?s=${VAR:Ticker}
To add an Internal URL Link, add a field called
CompanyName,
in the Tracking Field section.
In the row for the CompanyName tracking field, double-click the URL Link field to open the URL Information Editor.
In the URL string, you specify a match between the
Symbol property in the
Company concept and the
Ticker field in the
M_TickerTracker metric.
In the Name field, type
Company Info .
In the Link field, enter the following string:
/page.html?stoken=${USR:TOKEN}&pagetype=SearchPage &typename=/Concepts/Company&Symbol=${VAR:Ticker}
Save the resource.
Result
Postrequisites
You have added a metric and configured URL links to add extra information resources for Dashboard users. Next you will add a data source that will query metric instance stored in the cache and return data to display in the dashboard.
Copyright © Cloud Software Group, Inc. All rights reserved.