Forum Discussion
spandy34
Responsive Resident
3 years agoContinuous Date Table
I have a date table with a MIndex field as outlined below. I want to be able to plot a line graph that goes from June 2022 to todate based on month. How do I stop all the May , June , July etc f...
- 3 years ago
spandy34 , Create sort column and mark that as the sort column
month year sort = year([Date])*100 + month([Date])
Click on month year and the in the "column tools" uses sort by column and mark month year sort as a sort column
How to Create Sort Column and Solve Related Errors:
https://www.youtube.com/watch?v=KK1zu4MBb-c
amitchandak
Super User
3 years agospandy34 , Create sort column and mark that as the sort column
month year sort = year([Date])*100 + month([Date])
Click on month year and the in the "column tools" uses sort by column and mark month year sort as a sort column
How to Create Sort Column and Solve Related Errors:
https://www.youtube.com/watch?v=KK1zu4MBb-c
spandy34
Responsive Resident
3 years agoIve sorted it - I really appreciate your help
THank you