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)
Try this -
if (Software = 'Excel','Autocad',Name_Org)
X = AutoCad
Y = Autocad..?
Please make them same.
Thank you!
Try this -
only({< Software = {'Excel'},{'Autocad'}>}Name_Org)
Thanks.
I get erron in expression:error in set modifier expression
may be this?
only({< Software = {'Excel','Autocad'}>}Name_Org)
the expression is correct but i get invalid dimension
use the correct dimension which you needed
I do but I get no result
Please provide some sample data.
Please share your data in excel sheet.
Thanks
I editted