Tabulate - Add Monthly Average?
I'm trying to add the monthly average to my tabulate table... what am I doing wrong? It's not averaging the price by month...
For display purposes I'm using the sample data - consumer prices.
Script:
Tabulate(
Show Chart( 1 ),
Show Shading( 1 ),
Show Control Panel( 0 ),
Set Format( Uniform Format( 10, 2 ) ),
Add Table(
Column Table( Grouping Columns( :Month ), Analysis Columns( :Price ) ),
C
...