I have data that I would like displayed from several hundred tags in a certain order. Is there a command I can use in a PI filter to have PI not auto-arrange the date? The command that I was planning on using is something like the following
"Month('*')=7 and Day('*') In(1 .. 3) and Hour('*') In (12 .. 20) or Month('*')=7 and Day('*') = 11 and Hour('*') In (12 .. 20) or Month('*')=7 and Day('*') = 10 and Hour('*') In (12 .. 20) or Month('*')=7 and Day('*') = 15 and Hour('*') In (12 .. 20) or Month('*')=7 and Day('*') = 12 and Hour('*') In (12 .. 20) or Month('*')=7 and Day('*') = 18 and Hour('*') In (12 .. 20) or Month('*')=7 and Day('*') = 19 and Hour('*') In (12 .. 20) or Month('*')=7 and Day('*') = 6 and Hour('*') In (12 .. 20)"
So for instance, I would like the data to be displayed in an order like July 1,2,3,11,10,15,12,18,19,6 and not July 1,2,3,6,10,11,12,15,18,19. Any advice would be appreciated.
Thanks!