Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Dynamic header column with null

Received Response
1
Views
5
Comments
RDsuperlike
RDsuperlike Rank 2 - Community Beginner

I have a question on dynamic header:

I am using below in my graph title and have defined a presentation variable = SUPPLIER on my prompts.

Count by Month  - @{SUPPLIER}

I also want to show just Count by Month when there is no prompt selected as default.

How do I incorporate IFNULL here.

I tried below and it didnt work:

Count by Month  - IFNULL(@{SUPPLIER}," " )

Any help is appreciated.


Thanks

Answers