Hi experts!
I'm using obiee 11.1.1.7 and I have a problem doing a SQL Statement using prompts.
I have a member of my dimension that contains single quote like: L'Oreal and my prompt doesn't work propertly.
in sql statement I have this code:
SELECT "Dim_Product"."Description" FROM "Products" WHERE "Dim_Product"."Name" = CASE WHEN length('@{pv_name}')=0 THEN "Dim_Product"."Name" ELSE '@{pv_name}' END)
I think that I have to add something like encode in my presentation variable but I don't know how --> '@{pv_name}'
Any help???