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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Slight Help

Hello all,

I need some help.

As you can see in attached file, I have some chart and I dont know what to do.

As you can see, there are multiple locations that I use as a dimension, to get the size of application that each location uses.

On the bottom are application, that are not used still, and I want to show how much each location is using space without the bottom -.

I cannot suppress the values, because it will only remove the info from the chart.

I am using the variable to sum everything, and then I divide the size of Qvw in MB with it.

1 Reply
JonnyPoole
Former Employee
Former Employee

You can check the dimension for NULL values with the ISNULL function.   IE:   isnull(Location)<>-1   checks for only non-null values. Use it in the numerator and denonomitor to get a share that excludes the applications without a location