Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have cyclic group named Selection with below dimensions...
CustomerName
Item
Brand
Want to use this cyclic group in bar chart for with there is a reference line showing average sales.
What is wrong in below? It's simply not working !
Avg(Aggr(SUM(InvoiceValue),GetCurrentField(Selection)))
Sorted out...
Avg(Aggr(SUM(InvoiceValue),$(=GetCurrentField(Selection))))
Sorted out...
Avg(Aggr(SUM(InvoiceValue),$(=GetCurrentField(Selection))))