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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
manideep78
Partner - Specialist
Partner - Specialist

Wrong Values displayed in the Grid Chart

Dear Community,

I have an issue with the Grid Chart.

Dimensions:

Country

Year

Product

Expression =Sum(Sales).

As you can see in the below Grid Chart, the plot is splitting according to the values. But When I placing the cursor on any partition it showing 700 instead of corresponding values. When I place cursor on red it should display 5000, green =700, blue=500. But for every partition it is displaying 700.

Can you please help me where I am going wrong.

Untitled.png

Thanks & Regards

Manideep

19 Replies
manideep78
Partner - Specialist
Partner - Specialist
Author

Yousef,

I wanted to check Sales for each product in the year for each Region (like pie chart.) so that I am using 3 dimensions here. It is appropriate that we can use 3 dimensions in this scenario.

Yousef_Amarneh
Partner - Creator III
Partner - Creator III

use the bar chart instead, it's working, please see the attached file

Yousef Amarneh
male_carrasco
Creator
Creator

Hi,

attached a example.

Ale

Not applicable

Hi,

Try the below expression

=Sum(Total Aggr(Sum(Sales),Year)

manideep78
Partner - Specialist
Partner - Specialist
Author

Hi Alejandra Carrasco

In your example, the pie chart shows correct values. But I need to see all those values at a time for all dimensions. So I took Grid Chart. If I Clear selections I could see all  the Country, Product and Year as Dimensions. So I need sum(sales) for all those dimensions.

manideep78
Partner - Specialist
Partner - Specialist
Author

ashfaq_haseeb
Champion III
Champion III

Hi,

May be something like this.

Regards

ASHFAQ

male_carrasco
Creator
Creator

check out this way.

Ale

manideep78
Partner - Specialist
Partner - Specialist
Author

I already tried this in the Pie Chart. Can't I get this in the Grid Chart?

manideep78
Partner - Specialist
Partner - Specialist
Author

Hi Alejandra,

I could get this with other charts. I am confirming that whether I can get this functionality in the Grid Chart. I think this is a bug in the Grid Chart. Thanks for the effort.