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

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

How to display only Organizations that use both types of a Software not just one or the other.

Screenshot_1.png

Name_OrgSoftware
XAutoCad
XAutodesk
YAutocad
zExcel
YExcel

Hello I would like to create a master dimension that will display Organization names that use 2 types of Software not just one or the other. For example I want only organizations that use Autocad AND Excel. What would be the function for this? Something like

Aggr(If(Software=Excel AND Softarwe= Autocad, Name_Org), Name_Org)

1 Solution

Accepted Solutions
isingh30
Specialist
Specialist

Try this -

if (Software = 'Excel','Autocad',Name_Org)

X = AutoCad

Y = Autocad..?

Please make them same.

Thank you!

View solution in original post

15 Replies
isingh30
Specialist
Specialist

Try this -

only({< Software = {'Excel'},{'Autocad'}>}Name_Org)

Thanks.

Anonymous
Not applicable
Author

I get erron in expression:error in set modifier expression

Chanty4u
MVP
MVP

may be this?

only({< Software = {'Excel','Autocad'}>}Name_Org)

Anonymous
Not applicable
Author

the expression is correct but i get invalid dimension

Chanty4u
MVP
MVP

use the correct dimension which you needed

Anonymous
Not applicable
Author

I do but I get no result

passionate
Specialist
Specialist

Please provide some sample data.

isingh30
Specialist
Specialist

Please share your data in excel sheet.

Thanks

Anonymous
Not applicable
Author

I editted