Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Name_Org | Software |
---|---|
X | AutoCad |
X | Autodesk |
Y | Autocad |
z | Excel |
Y | Excel |
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)
I did
Try this -
if (Software = 'Excel','Autocad',Name_Org)
X = AutoCad
Y = Autocad..?
Please make them same.
Thank you!
Solution at script level
Temp:
LOAD Name_Org, Software
FROM
Temp2:
LOAD Name_Org, Software
FROM
PFA, Solution.
Use the same script in Qliksense
interesting how can I use this file?
so here is like loading 2 different tables?