Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am creating a field in my source that I can ultimately use in my set analysis.
The field is called DeptFilter.
I want to put multiple values in the DeptFilter field like: B,F.G
Then I wan to use it in set analysis like: Sum({$<[Dept]=[DeptFilter]>}Revenue)
So in the above expression I want the set to sum the revenue only if the Dept = B, F or G
In my source file I can bring the data in anyway that makes sense:
B,F,G
'B','F','G'
('B','F','G')
So my two questions are:
1. How should I structure the 3 values in the DeptFilter field in my source
2. Then how would the expression look?
Thanks in advance,
Steve
Thanks This works!