Hi All,
OBIEE 11.1.1.6.6
I have created a direct DB request and the WHERE clause contains LIKE parameters. The dashboard prompt is of type Variable Prompt which allows users to input text in text field and these values are passed on to the report thro presentation variable.
When I input % as a parameter in prompt, there is no activity in back end & no query generated.
I'm expecting % to be passed on as a character and SQL ( WHERE COLUMN_NAME LIKE '@{V_NAME}') to behave as WHERE COLUMN_NAME LIKE '%' to display all values.
But it doesn't.
Any idea how to make it work?
Regards,
Priti