I previously was notified that I am using an obsolete version of OBIEE(11.1.1.7). The request to upgrade to 12C was submitted.
In the interim, may I ask for ideas on why the filter shown below is executed with the default value in the argument list(2010-11-11) rather than the presentation variable default defined in the catalog object( 2019-04-01).
The presentation variable is populated with the 2019-04-01 value and appears in the dashboard page, but that value is not used in the query.
"CCRS Activity Monthly"."Activity Date" > TIMESTAMPADD( SQL_TSI_MONTH, -6,@{PV-START}{DATE'2010-11-11'})
Thanks for any insights...