Im using a grouping on a string parameter field to dynamically sort my report. However one of the fields I would like to sort on is a date field. When i convert this to text it is obviously not working correctly. Any ideas on how to do this?. Thanks.
if {?sort order} = "Street" then {swrsites.street}
else
if {?sort order} = "Design Status" then {streets.x_designst}
else
if {?sort order} = "Estimated Start" then
ToText( {swrworks.eststart},"yyyy/MM/dd" )
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.