If there is a data set that has columns Date, Description and Metric, it would be very helpful to be able to format each row based on the description. For example, if the description is cash amount, show the value at $10, if the description is percent of total, show 34%.
Below is an example of what the data set looks like
Date | Description | Metric |
11/10/2016 | Cash Amount | $560 |
11/9/2016 | Percent of total | 37% |
11/8/2016 | Number of accounts | 2.308 |
11/7/2016 | Asset Amount | $18.3M |