I have a report a prompt. The enters in their prompt and a list of user IDs is retrieved. The IDs are retrieved via a user’s hierarchy and excessive rows are often returned.
Because of the table data, I’m forced to use 15 optional prompts to allow the user to use the prompt that they feel is best suited for their situation. In the report, I want to filter a table based on the user’s input.
If my column data showed the following, and the user’s input was “WB410”, I would only want the two rows where the field = WB410 to be displayed.
DC410
DM410
DT410
GV584
GV584
WB410
WB410
[b]I have a variable named v_UserResponse that finds the optional prompt that was used and retains that value.
How can I achieve this through report filters?[/b] I can’t seem to filter on UserId = v_UserResponse.
Thanks in advance
bss (BOB member since 2009-09-10)