Creating a Dashboard
You construct a OmniSci Immerse dashboard following these steps:
Once you save the dashboard, you can share it with other OmniSci users.
Starting a New Dashboard
Connect to OmniSci Immerse by pointing a web browser to port 6273 on your OmniSciDB server. When you launch OmniSci Immerse, the landing page is a list of saved dashboards. You click New Dashboard in the upper right to configure a custom dashboard.
Adding a Chart
To add a chart, you click Add Chart, choose a chart type, set dimensions and measures, then click Apply. For more information on creating charts, see OmniSci Immerse Chart Types.
To create a chart:
Click Add Chart.
Choose a Data Source. For example, UFO_Sightings.
Choose a chart type. For example, Bar.
Set the Dimension. For example, country.
Set the Measure. For example, COUNT # Records.
Click Apply.
Removing a Chart
To remove a chart:
Hover the mouse over the chart.
In the upper-right corner of the chart, click the More Options icon, and then click Remove Chart.
Titling and Saving a Dashboard
To title and save a dashboard:
Click the title area.
Type a title.
Click Save.
Using Dashboard Tabs
Dashboard tabs enable you add multiple pages to a dashboard. Using tabs can reduce the number of charts on a dashboard page and make it easier to find the chart you want.
By default, dashboard tabs are disabled. To enable tabs, in your server.json file, set "ui/dashboard-tabs"
to "true"
.
Dashboard tabs are located at the bottom left of the dashboard. The dashboard shown below has three tabs: Config UI (selected tab), Locked axis on scatter, and New Combo improvements:
Click a tab to open it, or use the right arrow icon to move to the next tab. Hovering on a tab reveals the three-dot menu, which you can use to duplicate, rename, or delete a tab.
Deleting a Dashboard
To delete a dashboard:
Click Dashboards.
Mouse over the dashboard you want to delete.
Click X at the end of the dashboard row.
Last updated
Was this helpful?