jchewsmith
Technical User
I have a report that I want to put in a paramater to sort by either the due date column of the quoted amount column.
I have tried to group by the sort option but it doesn't allow two different field types.
Is there a way to have a parameter to let the user choose which column they want to sort by when they are two different field types?
if {?Sort Option} = 'Quoted Amount' then {SSRpt_NOW.Quoted Amount}
else {SSRpt_NOW.DUE DATE} I GET AN ERROR MESSAGE EXPECTING A NUMBER AFTER THE ELSE.
I have tried to group by the sort option but it doesn't allow two different field types.
Is there a way to have a parameter to let the user choose which column they want to sort by when they are two different field types?
if {?Sort Option} = 'Quoted Amount' then {SSRpt_NOW.Quoted Amount}
else {SSRpt_NOW.DUE DATE} I GET AN ERROR MESSAGE EXPECTING A NUMBER AFTER THE ELSE.