This content has been marked as final.
Show 2 replies
-
Re: Count product families between to aggr amounts
omar bensalem Nov 29, 2017 7:51 AM (in response to Dan Sullivan)maybe use if condition?
If ( aggr( $(v4WK_CountryFamily) < $(v52WK_CountryFamily), dimension) , count( distinct family), null())
-
Re: Count product families between to aggr amounts
Dan Sullivan Nov 29, 2017 8:00 AM (in response to omar bensalem )no luck. doesn't return any value. tried a few variations of that methodology.
-