HI,
Problem:
We are using a parameter called "Degree"(here degrees represent phd,MS,BS...).
Consider a table called "Deg" which contains list of Degrees
Deg1,Deg2,Deg3,Deg4,Deg5,Deg6 so on.
Now in the Parameter we need to filter the Degree values
(ie) at the time of creating this parameter, we manually enter the degree values as default like
ALL
Deg1
Deg2
Deg5
In normal case we can write a formula like
(
if ({?Degree} <>"ALL"
then
{?Degree}={Deg.DegName}
else if ({?Degree} ="ALL"
then
true
)
User select the "ALL", then the output listed all
the degrees in the table Deg.
(ie)
Deg1,Deg2... Deg6
But I want to filter the degree list like, if the user select "ALL" then
only the degrees Deg1,Deg2 and Deg5 (which are typed manually as parameter default)
Guide me,how to change the formula for getting this result.
Need more info pl. let me know.
Thanks,
MK
Problem:
We are using a parameter called "Degree"(here degrees represent phd,MS,BS...).
Consider a table called "Deg" which contains list of Degrees
Deg1,Deg2,Deg3,Deg4,Deg5,Deg6 so on.
Now in the Parameter we need to filter the Degree values
(ie) at the time of creating this parameter, we manually enter the degree values as default like
ALL
Deg1
Deg2
Deg5
In normal case we can write a formula like
(
if ({?Degree} <>"ALL"
{?Degree}={Deg.DegName}
else if ({?Degree} ="ALL"
true
)
User select the "ALL", then the output listed all
the degrees in the table Deg.
(ie)
Deg1,Deg2... Deg6
But I want to filter the degree list like, if the user select "ALL" then
only the degrees Deg1,Deg2 and Deg5 (which are typed manually as parameter default)
Guide me,how to change the formula for getting this result.
Need more info pl. let me know.
Thanks,
MK