OBIEE 11.1.1.7
I am trying to create a filter as a SQL expression but my syntax appears to be incorrect.
I created a filter on a date field and converted the filter to an SQL expression.
I need the filter to look like this:
"Table"."Date Column" >= (select "Other Table"."Other Column Date" from "Other Table" where ID = {ID_variable})
This is failing.
What am I missing?
Thanks,
Raymond