Hi All,
I am trying to filter a table based on another dimension........
=IF <Dept> = "Finance" THEN <Age> > 4 ELSE
IF <Dept> = "Marketing" THEN <Age> > 14 ELSE
IF <Dept> = "Distribution" THEN <Age> >=0
I want to filter out different values based on the Age, however, the age is different for each Dept. When I use the abvove filter, all values are returned irrespective of the Dept.
Has anybody any ideas?!
Cheers.
A.
I am trying to filter a table based on another dimension........
=IF <Dept> = "Finance" THEN <Age> > 4 ELSE
IF <Dept> = "Marketing" THEN <Age> > 14 ELSE
IF <Dept> = "Distribution" THEN <Age> >=0
I want to filter out different values based on the Age, however, the age is different for each Dept. When I use the abvove filter, all values are returned irrespective of the Dept.
Has anybody any ideas?!
Cheers.
A.