Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Im trying to do an intersection expresion.
This is the one:
Count ({<[Lead Request Type] = {'Mkt Oppty'}> * <AñoOppsCrea = {$(AñoAnalisis)} > }DISTINCT [OPPS ID])
But the expresion doesnt seems to work. The results its always the counting of the first dimention that i put in the expresion.
Can someone help me?
Thanks!
It Works!!!! THanks a Lot!!!
Try this
Count ({<[Lead Request Type] = {'Mkt Oppty'}, AñoOppsCrea = {$(AñoAnalisis)} > }DISTINCT [OPPS ID])
Note : Union or intersection operators are explicitly specified within the values of a dimension. If your set analysis includes more than one dimension, it takes the intersection of the dimensions by default.
Upload your app if the above doesn't work
It Works!!!! THanks a Lot!!!