-
Re: Different Date Label on a single chart
@GrantSmith would it make sense to stack the data Such that you have ACTUAL UNION FORECAST UNION LAST YEAR OFFSET with a column 'Activity Type' to differentiate the three sets of data. Then use a CAS…1 -
Re: Pivot Table Average Summaries instead of Totals
Make sure you know which Average you want when you use the subtotals. See my screenshot. with AVG() aggregation , you'll get the 'row average'. In my example SUM() / COUNT() = 1.7k on the subtotal. t…1 -
Re: Need variable past/future daily date range with ability for user to adjust
https://www.youtube.com/watch?v=wmMrnPO9ivY I've done a tutorial video on this topic here. Good luck!1 -
Re: Need variable past/future daily date range with ability for user to adjust
You could build a custom app that gives the desired experience... but that would require building a custom app.1 -
Re: Hide a column data fusion
@Nek here's a tutorial video on how to alter your Fusion using the Java CLI. https://www.youtube.com/watch?v=9HYx1vn3HRM In your case you'd want to drop columns under the MAPPING and the COLUMNS clau…1