The goal of this tutorial is to demonstrate how to create a data driven interactive dashboard.
- Step01.ecl - Generates some sample data. Original code is taken from Programmers Guide.
- Step01b.ecl - Create Roxie Query.
- Create grouped aggregate of "Gender" + "Row Count".
- Output data to a named result "gender_rowcount".
- Visualize data in a bubble chart.
- Create grouped aggregate of "State" + "Row Count".
- Output data to a named result "state_rowcount".
- Visualize data in a US State Choropleth.
- Visualize logical file data in a Grid with some column mappings.
- Combine steps 02, 03, 04 into single file
- Filter logical file based on selection of "Gender" and "State" visualizations.
- Add Roxie based Visualization
- Roxie inputs are based on Grid selection.
- Auto Generated Dashboard POC