Hi,
I am taking values from database using DB in connect tool. There are values which we need to show as a list so that the end user can select multiple values using analytic app. Here the problem is some of the name values are having quotation in the name for example: Int''l-Japan
and i am using a filter for example : name in 'int''l-Japan' and in the update tool i am replacing string but removed one of the quote for example : 'int'l-Japan'
The end user is selecting other name values from the list including this option. But it is returning only the value for Int'l-Japan. Not returning values for any other name options selected from the listbox by the end user although they contain values.
Kindly guide where do i need to modify? is it action tool or filter or need any other tool to be added?
Thanks.