Forum Discussion

Syndicate_Admin's avatar
Syndicate_Admin
Icon for Administrator rankAdministrator
3 years ago

Array object, order of a custom column

Hello everyone,

I have a visual object where I place whole numbers (hours, no minutes) ranging from 0, 1, 2, 3...22, 23 (24 hours a day).

In a matrix I show what occurred each hour:

HourItem1Item2
010
1520
2 30
3 20
4 20
5 22
6515
716
81010
930
...
211010
22 10
23 10

But I want the order of the "Time" column to start from 6 (time that starts the shift tomorrow) and end at 5, it would be something like this:

HourItem1Item2
6
7
8
....
22
23
0
1
2
3
4
5

How can I make that poersonalized order since from the format of the visual object I can not do it (or can I?)

Thanks a lot

1 Reply

  • It was easier than I thought...

    I generated a conditional column and with the option "sort by column" I sort the time column according to a personalized numbering of the column I added