Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Hide chart when blank value captured

I have set of data where I need to hide the chart when ever the data has null values .

In the given sample application no data is present for 2017 and in 2018 north region data ,so the  chart should not be visible whenever

the null values are present in the chart

Labels (1)
1 Solution

Accepted Solutions
tresB
Champion III
Champion III

Layout->Show Conditional expression:       Rangesum(Sum(Amt),Sum(SALES), sum(Order))

View solution in original post

3 Replies
tresB
Champion III
Champion III

Layout->Show Conditional expression:       Rangesum(Sum(Amt),Sum(SALES), sum(Order))

Anonymous
Not applicable
Author

Is it possible to implement the same ,if  we are using calculated dimension using valuelist function  in dimension and expression and using sum function instead of count

Anonymous
Not applicable
Author

Thanku very much treseco for your reply.very well appreciated