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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Grouping Values within a Dimension in Chart

One of the dimensions in my chart contains many values. I want to show the chart with a few of those grouped together. As shown in the attached file there are two descriptions which I want to group together only for the purpose of this chart and not at script level.

Is there any quick way of doing this?

Thanks.

2 Replies
Not applicable
Author

The best way to do is create a new field on a table to group values like this.

Load a,

         b,

         c,

         if(a='value','grouped value',if(a='value 2','grouped value',a)) as group

form ....

i Hope to help you.

Sokkorn
Master
Master

Hi,

Maybe use <Add Calculated Diemension> can do this job. Let try =If(WildMatch(DIS_DESC,'*NORMAL DELIVERY*','*BY C-SECTION*','GroupName',DIS_DESC))

Regards,

Sokkorn