Skip to main content
Solved

Reverse Column Order in Table View

  • September 17, 2024
  • 2 replies
  • 66 views

Forum|alt.badge.img+3

Is it possible to reverse the column order when displaying data in a table for a dimension such as month?

For example, I have 12 columns of data by month and would like to display the table from left to right showing Dec-Jan instead of Jan-Dec.

Best answer by Issam Moalla

Hi @Calvin ,

A possible solution is to apply a Sort to your dimension based on a ranking Property and save this view.


Hope this helps,
Issam

2 replies

Issam Moalla
Employee
Forum|alt.badge.img+11
  • Employee
  • Answer
  • September 17, 2024

Hi @Calvin ,

A possible solution is to apply a Sort to your dimension based on a ranking Property and save this view.


Hope this helps,
Issam


Forum|alt.badge.img+3
  • Author
  • Author
  • September 17, 2024

Thanks @Issam Moalla!

Exactly what I was looking for. I had played around with this earlier but the key was selecting the correct property of my dimension to sort by.