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

Grid chart (bubble graph)

Hi,

I want a Grid chart with three expressions; Number of breakdowns, hours of maintenance on breakdown and total costs of the breakdown .

Untitled.png

How do i get this? i tried alot of things but it keeps says  error in calculation. (the photo is made in access)

Thanks in advance.

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Use a scatter chart and add one dimension and your three expressions.


talk is cheap, supply exceeds demand

View solution in original post

4 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Use a scatter chart and add one dimension and your three expressions.


talk is cheap, supply exceeds demand
Not applicable
Author

Ok, now i got 75% of it working.

But the number of breakdowns comes from the selected maintenance type.

Now it shows all maintenance type (=Count(Maintenance_type)) but it should only count maintenancetype Breakdown.

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try changing that expression to =Count({<Maintenance_type={'Breakdown'}>}Maintenance_type)


talk is cheap, supply exceeds demand
Not applicable
Author

Did it but all the parts that had 0 breakdowns are still in it.