I'm using a Cross Tab Report with rows with names like 'Q1', 'Q2', 'Q7', 'Q10' etc.
However, they're in alphabetical order such as:
Q1
Q10
Q2
Q7
However, I want:
Q1
Q2
Q7
Q10
Is there any way to specify the order of rows?
I'm using a Cross Tab Report with rows with names like 'Q1', 'Q2', 'Q7', 'Q10' etc.
However, they're in alphabetical order such as:
Q1
Q10
Q2
Q7
However, I want:
Q1
Q2
Q7
Q10
Is there any way to specify the order of rows?
Use a crystal formula to return the Q1, Q2, etc as only the number and as an integer. Group on this formula in the cross-tab, but use the original field as the Group name.