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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Merging dimensions at Dashboard level

HI,

How to merge two dimensions into one at dashboard level.

Lets say i have field

Enquiry

ASD

BSD

CSD

and another field

Lead

QWE

WER

So the Final Field should result should be

Customer

ASD

BSD

CSD

QWE

WER

Regards,

Keerthi KS

6 Replies
sunny_talwar

May be this as your calculated dimension:

=ValueList($(=Chr(39) & Concat(DISTINCT Enquiry, Chr(39) &',' & Chr(39)) & Chr(39) & ',' & Chr(39) & Concat(DISTINCT Lead, Chr(39) & ',' & Chr(39)) & Chr(39)))

Capture.PNG

Not applicable
Author

Hi Sunny,

I cant select from the list if i use this way. That should be like a filter.

Currently i have two dimensions used for a table.

I need single filter for both dimensions.

Regards,

Keerthi KS

Not applicable
Author

The better way is concatenate in the script the two dimensions...

Not applicable
Author

Hi Marcos,

Any other way without concatenating ??

Regards,

Keerthi KS

sunny_talwar

To be able to make selections, I think you will have to do this in the script by concatenating them together.

Not applicable
Author

Sorry, I just know this way or as Sunny said..