Exercise: Exploring the Taskpane
The taskpane is the UI that guides you through and manages queries to the RTDIP API via your Excel sheet. All the API query types are supported, and can be accessed via the dropdown menu.
When you click run on the task pane, it inserts a formula with the specified parameters into a cell. We'll dive deeper into these custom functions in the next exercise.
Try these exercises to get familiar with the taskpane:
- Run a
Raw
query by filling in the parameters as you did in the API lesson. - Run an
Interpolate
query in the same way. - Try the shorthand parameters, for example rather than
todays date
you can do*
, andyesterdays date
you can do*-1d
. - Search for a different tag with the tag explorer and add one to your query.
- Explore the dashboard and
edit
,delete
orrefresh
one of your queries.
Additional Task
- Swtich to the
SQL
form and write a SQL query (note: these do not have to be timeseries tables) - Open up the settings and change the look of the headers (or even turn them off).
- Look at the
Advanced Parameters
and try changing them (do not change the refresh interval, we will do this in the final exercise).
Onto the next section: exploring the functions directly!
Course Progress
- Overview
- SDK
- Power BI
- APIs
- Excel Connector
- Overview
- Getting Started
- Exercise: Exploring the Taskpane
- Exercise: Exploring the Functions
- Exercise: Creating a Simple Dashboard with Live Data