Forum Discussion
johnmerm2
2 years agoNew Member
matrix column ordering with slicer
I have the following table (group,entity_name,entity_order,value) I need to present as a matrix with entity_name as the column and value as the value - the matrix is always sliced by the group attri...
mostho
Helper II
2 years agowhat if you change your entity_order (or make a entity_order2) in such a way that it contains the group?
johnmerm2
2 years agoNew Member
Still doesn't work . The problem is that in this table
| group | entity_name | entity_order | entity_order_2 |
| A | a | 0 | A_0 |
| A | b | 1 | A_1 |
| B | a | 1 | B_1 |
| B | b | 0 | B_0 |
There will be duplicates for a (A_0,B_1) and b (B_0,A_1)