Is it possible to use string functions, like REPLACE, on presentation variables holding multiple values and then passing them on to a filter?
For example if a user uses a barcode scanner to enter product IDs into the dashboard prompt, can I use replace to add a comma between the IDs and then pass this onto the filter?
The prompt works fine if the user enters multi-values already separated with semicolons, but this isn't as quick/easy.