Forum Discussion
Index depending on column value
- 4 years ago
From your table
you group rows by week and by count (in order to manage situation of parity)
hten you group by week
then you order descending your column count inside your groups
at this point you add and index column
at this point you first expand Custom
you obtain this
Finally you expand AllRows.1
remove unnecessary column and that's done
Sorry i forgot to expand one column. You can do it in
and this is the final result
serpiva64 just to close the question.
I want to represent this in table. I wanted to insert the data you found in such way:
How can I do that in a table?
Thanks
- serpiva644 years agoSolution Sage
Hi,
You can achieve something like this from your previous
Add acolumn with W-1
Merge your query on itself
Expand
Change type then add difference column
change type
then you can create your matrix