I’m using the repeater but I want to delete last trailing comma.
In my query I have a data item ‘Division No’ shown below and I want to display a comma between each Division No but I want to remove the last trailing comma at the end. When I use this data item within a repeater in RS I get an output like the following.
Division No
001, 002, 003,
Division No: [Customer Initiations].[Division].[Division No]+', '
-Bryan
Hi,
Please let me know if you figured out how to do this?