How to sort week number across year using JSL (JMP12)?
I have data by week number from Oct 2016 to the current week. I want to show the week numbers in correct order on the X-axis on bar chart going from week 48, 49, 50, 51, 1,2,3 etc. Or value ordering for WeekNumber column in the order of time stamp can help.I created Year as another column and used Year axis along with WeekNum on Bar chart. But it didn't work as expected. please see the attached c...