I am trying to set up a parameter field so the user can select how they would like a report sorted.
The issue is the fields they want to choose from are
Account name (text)
Estimated close date (date)
%chance to close (numeric)
estimated value (numeric)
total fees (numeric)
The selection works if I add in just the numeric fields but errors when i try to add in the account name.
I tried converting the numerics to text but it messes up the sort order.
Any ideas on how to do this?
The issue is the fields they want to choose from are
Account name (text)
Estimated close date (date)
%chance to close (numeric)
estimated value (numeric)
total fees (numeric)
The selection works if I add in just the numeric fields but errors when i try to add in the account name.
I tried converting the numerics to text but it messes up the sort order.
Any ideas on how to do this?