Forum Discussion
learner03
2 years agoPost Partisan
Matrix visual order
I have a matrix visual and when I put the values, it comes up as (rows and column headers)- But I need it to show the arrangement as this-
learner03
2 years agoPost Partisan
Ashish_Mathur
https://docs.google.com/spreadsheets/d/1K2Mm9XYkoOBRpXi-pQs5AxbY1aQMTqLg/edit?usp=sharing&ouid=111156603195529711452&rtpof=true&sd=true
Ashish_Mathur
2 years agoSuper User
Try this approach. DIY.
- Create a 2 column table with People count bucket in the first column and numbers starting from 1 indicating the order of the particular bucket. Sort the first column by the second column
- Create a 2 column table with Time bucket in the first column and numbers starting from 1 indicating the order of the particular bucket. Sort the first column by the second column.
- Create a relationship (many to One and Single) from your Table to the tables created in 1 and 2 above
- To your visual, drag People count bucket and Time bucket from the new tables ceated in 1 and 2 above