Hi there,
I have researched into all the discussion on cascading prompts, and followed them. But I still have a problem.
Here is the scenario, suppose:
Prompt 1: Manager (I have a long list)
Values: Tom, Harry, Jane
Prompt 2: Area
Values: North, South, East, West
(A manager can have several areas)
When I select say Tom , the prompt cascades fine, and say I get North, and the resultant report is fine too (I used concatenation).
But, if I were to select all the vales in prompt 1, I get
in Prompt 2 multiple values, like North, North, North, South, South, South, etc.
I would like it to show only North, South, East and West (Since I selected all Managers), and not repeat values.
The second prompt uses the concatenation, but displays the Area.
The concationation I used is (Manager + Area), and my final report has
MgrArea in (?Manager + Area?)
Any suggestions as to how I would be able to accomplish what I want.
**Also is there a way to have the prompts in one page? I don't think its possible, but just to make sure.
Thanks as always, you guys always come through.
Rgds.
I have researched into all the discussion on cascading prompts, and followed them. But I still have a problem.
Here is the scenario, suppose:
Prompt 1: Manager (I have a long list)
Values: Tom, Harry, Jane
Prompt 2: Area
Values: North, South, East, West
(A manager can have several areas)
When I select say Tom , the prompt cascades fine, and say I get North, and the resultant report is fine too (I used concatenation).
But, if I were to select all the vales in prompt 1, I get
in Prompt 2 multiple values, like North, North, North, South, South, South, etc.
I would like it to show only North, South, East and West (Since I selected all Managers), and not repeat values.
The second prompt uses the concatenation, but displays the Area.
The concationation I used is (Manager + Area), and my final report has
MgrArea in (?Manager + Area?)
Any suggestions as to how I would be able to accomplish what I want.
**Also is there a way to have the prompts in one page? I don't think its possible, but just to make sure.
Thanks as always, you guys always come through.
Rgds.