Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Prompt selection

Status
Not open for further replies.

aa44

Programmer
Oct 16, 2002
19
0
0
US
I have prompt which has list of departments , when i publish on the web the user can able to select multiple departments at a time .Here i wnat to restrict to single selection is it possible ?



 
Multiple picklist selections are possible when the filter uses an 'IN' clause. Replace this with an "=" operator and the user should only be able to select a single row in the picklist.

Hope this helps,

Dave Griffin
The Decision Support Group
Reporting Consulting with Cognos BI Tools
"Magic with Data"
[pc2]
 
Thanks Dave , It's working fine .
 
I have a report I've posted to the web that uses the "in" prompt. However, when the report is posted, the prompt variables don't show up in the heading (as they do in Impromptu). Any suggestions?

Thanks,
Becky
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top