BusinessObjects Board

prompts

hello all,

i have an issue with prompts like…
in my report i have 2 columns state and population.and i have 50 states in state column.now i want to prompt the user to either pick any from the list or all(without selecting each state individually) from the list.

iam at bay…please anybody help me. :nopity:


goka (BOB member since 2010-05-25)

Hi,

These 2 Designer’s FAQs will help:


Marek Chladny :slovakia: (BOB member since 2003-11-27)

try:
(@Select(some map\object) IN @Prompt(‘01. xxxx use ctl for multiple or % for all)’,‘A’, ‘some map\object’,multi,free) ) or ( ‘%’ in @Prompt(01. xxxx use ctl for multiple or % for all)’,‘A’, ‘some map\objetc’,multi,free) )
see also


pijo :netherlands: (BOB member since 2009-08-13)

try this:

@Select(classname\object name) IN @Prompt (‘title for the prompt’,‘A’,‘classname\object name’,multi,free) OR ‘ALL’ IN @Prompt (‘title for the prompt’,‘A’,‘classname\object name’,multi,free)


geethanjali (BOB member since 2010-06-07)