I have a formula that concatenates {project.number} &'-'& {project.name} (both are string fields). I need to sort the group in numerical order.
100151-Project A
109833-Project DD
45678-Project ABC
67443-Project AA
If I group on tonumber({project.number}), I can sort numerically, and format to remove commas and decimals in a regular report, but this formula is in a crosstab.
Thanks
100151-Project A
109833-Project DD
45678-Project ABC
67443-Project AA
If I group on tonumber({project.number}), I can sort numerically, and format to remove commas and decimals in a regular report, but this formula is in a crosstab.
Thanks