Flat table with colorized cells

Our first demo shows how WebDataRocks reporting tool can be used to display your data in a simple table, row by row in just the same way as they defined within the data source. We have added colorized cells for Price to highlight optimal, medium and high prices:

Open this demo on Codepen to check out the code.

Adding calculated values

A calculated measure can easily be added via the Field List ( menu_fields button in the Toolbar). Just click Add calculated value in the Field List and see the pop-up window for adding the new calculated value. New values can later be saved within the report. The next demo has one calculated value: Overall Price, which is calculated as the multiplication of each price by each quantity.

Check out the config of this demo on Codepen.