I have a report that uses a crosstab.
I have a formula that combines the employee number and the employee name. I would like to sort by the employee number but when I combine the number with the name it converts it to a string and it doesn't sort numerically. Any ideas?
Name Formula: {vrvPRCrewTimesheet.Employee} & ' '&{@Name}
I have a formula that combines the employee number and the employee name. I would like to sort by the employee number but when I combine the number with the name it converts it to a string and it doesn't sort numerically. Any ideas?
Name Formula: {vrvPRCrewTimesheet.Employee} & ' '&{@Name}