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: 
santhosh_k_n
Creator II
Creator II

grouping dimension values

Hi Team,

Is it possible to group set of values in dimension to count it as one and rest values as each one,

for example say am having 10 models MOD1,MOD2......MOD10 and i need to show the models in a table as follows

Model

Volume

MOD110
MOD212
MOD310
MOD4 & MOD5 & MOD6 as MOD456(10+5+10)=25

MOD7

12
MOD87
MOD909
MOD108

Please guide me.

If not can we create a dynamic table as above so that user can group the models they like

Regards,

Santhosh N

7 Replies
lironbaram
Partner - Master III
Partner - Master III

have a look at this example

it allows user to group product dynamically but

you can set it to be prominent

http://community.qlik.com/docs/DOC-6086

SunilChauhan
Champion II
Champion II

if( Model='Mode4'  or Mode='Mode5' or Mode='Mode6' ,'Mode456',Model) as New Model

hope this helps

Sunil Chauhan
santhosh_k_n
Creator II
Creator II
Author

Hi Sunil,

THis works fine if this is static for all users.

But it should be user specific

so the above expression will not work

SunilChauhan
Champion II
Champion II

can you please explain bit more your requirement

Sunil Chauhan
MarcoWedel

Maybe you can customize this solution to meet your requirements?

http://community.qlik.com/docs/DOC-6076

regards

Marco

MarcoWedel

Table for script tests

Model

Volume

MOD110
MOD212
MOD310
MOD410
MOD55
MOD610

MOD7

12
MOD87
MOD99
MOD108
MarcoWedel

possibly like this?

QlikCommunity_Thread_111425_Pic1.jpg

enter new group name, select some models and click the "new group" button to create a new group:

QlikCommunity_Thread_111425_Pic2.jpg

QlikCommunity_Thread_111425_Pic3.jpg

hope this helps

regards

Marco