Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm trying to have in my pivot table market coverage ratio. During basket analysis I have similar information to below:
thought that will be easy and simple set analysis will solve problem but it doesn't work.
I really don't want add this information to additional table in loading script.
Try something like this. count(TOTAL <A> C)
- Marcus
Hi Piotr,
You are using Straight table, if you use this chart, use marcus_sommer solution.
If you do it with Pivot Table, show subtotals.
I have attached one example with two options.
Regards!!
Try this
Aggr(NODISTINCT Count(C),A)
I used Marcus formula and it's fine. Thank you for help.