Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
In your data model query, assign this field value to a specific unique value in case of NULL using NVL. Then in the RTF template write the condition to display your data when it doesn't equal this specific unique value. For instance: in your data model query:- Select NVL(COLUMN, 'NO_DATA') FIELD_NAME in your RTf:-…