Dear friends,
Can we refer a Repository Variable/Presentation Variable in an analysis. If so, what is the syntax for that. I tried the below approach but failed.
Since I have outer joined a Fact table to Dim table, I want to retain Logical Dimension Field Value in the report by showing NULL for Book Date on applying date filters on the column (Book Date).
So, I would like to do IFNULL(Book Date, 'Param Date') which is failing. I have tried using both Presentation/Repository Variable and failed.

Regards
Prasanna