I have the following Join() function:
Join( [if {?Parameter} = 'A' then 'Letter A', if {?Parameter} = 'B' then 'Letter B'], ', ')
But if {?Parameter} is only 'A' then I will get 'Letter A,'.
What do I need to do to only get 'Letter A' (without the ',')?
I have CR8.5 and MSSQL2000.
Any help is appreciated.
Ron
Join( [if {?Parameter} = 'A' then 'Letter A', if {?Parameter} = 'B' then 'Letter B'], ', ')
But if {?Parameter} is only 'A' then I will get 'Letter A,'.
What do I need to do to only get 'Letter A' (without the ',')?
I have CR8.5 and MSSQL2000.
Any help is appreciated.
Ron