Dear All,
My requirement is to pass multiple values from prompt to report in formula with filter as below:
filter( "Fact Earn Policy Claims"."Exposure" USING ("Dim MBV CSD"."@{RF1}{Abi Code}" IN( '@{L1}')))
But whenever I use this and select multiple values in presentation variable it pass in below way: in ('A,B,C')
However My requirement is that variable should pass values in below format: in ('A','B','C')
Kindly suggest.
Thanks