HI,
Can't seem to get this working. This is what I want, so I can do a multi stacked bar chart.
Columns:
Place, SubTotal 1, SubTotal 2, SubTotal 3, Grand Total.
My lookup table will have 3 rows for each place.
Place, SubPlace 1
Place, SubPlace 2
Place SubPlace 3
I have a search where I find sales amount by each SubPlace:
mysearch| lookup sales_lookup SalesID as SalesID OUTPUT Place, SalesType | stats sum(SalesRevenue) as SalesTypeTotal by SalesType
I can't figure out how to have it all on one row so I have : Place, SubTotal 1, SubTotal 2, SubTotal 3, Grand Total.
Any ideas? This should be easy ...
Chris
... View more