Replacing Apostrophe in a Report
Currently, we are using a report as a custom lookup between Product info and the SR. The report contains JavaScript to pass in Product info onto Service Requests. Evertthing works well except when an apostrophe exists in a value in the report. Whenever an apostrophe exists, the JavaScript will not pass the value in the report onto the SR. I have tried using the following statement in the report REPLACE("- Product Category"."Category Description", ''', ''), but it does not work. Does anyone have any idea?
Thanks.
0