Hi ,
I am trying to use a detail filter on a report where 'pVersion' is a parameter and 'abc' , 'def' are attributes of a dimension in the cube. The statement below works fine.
If(?pVersion? = 'budget') then ( [abc]=1)
else ([def] =1)
But when I...
I am trying to use a detail filter on a report where 'pVersion' is a parameter and 'abc' , 'def' are attributes of a dimension in the cube. The statement below works fine.
If(?pVersion? = 'budget') then ( [abc]=1)
else ([def] =1)
But when I...