Forum Discussion

csinusa's avatar
csinusa
Frequent Visitor
3 years ago
Solved

Split string and add single quotes

Hi,  In my paginated report, one of the parameters has input value as: 'abc,def,ghi'   but I want it to be parsed and make the parameter value as: 'abc','def','ghi'    So I can use these with ...
  • csinusa's avatar
    csinusa
    3 years ago

    Yes, it was the data provider (Simba Odbc driver) that was escaping single qoute after I was replacing , with ',' 

    Had to use expression in Query text to pass my complete query as a string which then worked.