system
August 4, 2011, 12:55pm
1
Hi All,
I am in need of your assistance.
I have various measure variables and need to change the measure to a dimension in order to drill it as a filter within the report.
I have tried to simply change the qualification from measure to dimension, but that does work.
Multipe - =If([# Applications]<4;“No”;“Yes”)
I need to be able to change the above variable into a dimension in order for me to filter it in XI
Thanks in advance
Akan
Akande547 (BOB member since 2011-03-10)
system
August 4, 2011, 1:03pm
2
Hi,
You dont have to make it into a Dimension in order to use in ReportFilters. Just change the formula as
Multipe =If([# Applications]<4;0;1)
Hope that helps or atleast gives you an idea of what to do.
M H Mohammed (BOB member since 2010-06-16)
system
August 4, 2011, 1:16pm
3
Hi MH,
That doesnt work for me. I need to be able to change the variable to a dimension.
If I am able to change the variable into a dimension, then I could then filter the report to show candidates that have submitted more than 4 applications and exclude the rest.
So if I am able to filter to only show “Yes” or “1” then that would be ideal
Akande547 (BOB member since 2011-03-10)
system
August 4, 2011, 2:01pm
4
Hi, you can filter on a measure, you have to type the constant rather than select it from a list in the filter editor. i.e. type a Yes or 1
Bread_Board (BOB member since 2011-07-26)
system
August 9, 2011, 8:22am
5
Hi
Did this ever get resolved? I have the same issue where I have created a variable as a Measure;
=If = Previous() Then 1 Else 0
The options to filter and rank are both unselectable so I changed the variable to;
=If = Previous() Then “yes” Else “no”
but once again filtering and ranking are unselectable.
Note: I’m using Deski but the principle is the same
If I change the Qualification from a Measure to a Dimension all the data in the variable column changes to #MULTIVALUE
VChambers (BOB member since 2011-06-20)
system
August 10, 2011, 6:56am
6
Since measures are context sensitive you can’t filter on a measure, nor can you turn a measure into a dimension in a report for the very same reason. You have to create your dimensions in the universe
Mick
mikca (BOB member since 2005-12-16)
system
December 3, 2014, 2:44am
7