Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Please could you advise me on the Set Analysis to achieve the following:
I may have selections on a range of fields, let say Field1, Field2 and Field3.
I would like to see all data, but with just the selection in Field1 (only) applied.
I understand how to achieve this by excluding selections in Field2 and Field3, but at any time, I don't know how many fields have selections.
Thanks
sum({1<Field1=p(Field1)>}Sales)
this function disregards any selection any the model , and then reapply the field1 selections
SUM({<Field2=, Field3=>}Sales)
Thanks Manish, but I may have selections in Field4, Field5, ............ and I want to ignore them all.
So I need a set definition which is {1} - <Selection in Field1>.
sum({1<Field1=p(Field1)>}Sales)
this function disregards any selection any the model , and then reapply the field1 selections
u can use1-$ for exclude