If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Error when use promptmany in Framework Manager

Started by khoinh, 20 Sep 2010 04:40:37 AM

Previous topic - Next topic

khoinh

Hi,

  I'm working with Cognos 8.4. I want to pass parameters from my report to defined store procedure. Because, I used multi-selected from report so that I used promptmany from macro in Framework Manager to do it. However, I get the error message:

QE-DEF-0406 Unknown function 'promptmany' in macro expression.

How can I resolve this issue? My data source is MS SQL 2005.

Thanks

cognostechie

I don't know what syntax you are using. I have this and it is working:

# promptmany('Pl. enter Date','Date''2010-01-01''','current_date')#

khoinh

Hi,

  My parameter from report is "my_selected". This is my syntax that I used in Framework Manager:
   #promptmany('my_selected','char')#

Thanks