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

Dummy parameter in report

Started by sunny bachan prasad, 07 Aug 2015 05:43:53 AM

Previous topic - Next topic

sunny bachan prasad

Hi Gurus,
i am using relational package and have oracle as database for report.In my project SDK is passing all the parameter value to the report(which is fixed in number.Currently it is 3).
Now problem is that java code has been written for SDK to pass the value to report before we started building our report.Now my current report have only two parameter but SDK is passing value for three parameter.
Is it possible to create a dummy parameter in the report so that extra parameter value will be taken care by that dummy parameter.
Please share your experience.Thanks in Advance :(

sunny bachan prasad

Can any one share his experiance on this?

MFGF

Quote from: sunny bachan prasad on 07 Aug 2015 05:43:53 AM
Hi Gurus,
i am using relational package and have oracle as database for report.In my project SDK is passing all the parameter value to the report(which is fixed in number.Currently it is 3).
Now problem is that java code has been written for SDK to pass the value to report before we started building our report.Now my current report have only two parameter but SDK is passing value for three parameter.
Is it possible to create a dummy parameter in the report so that extra parameter value will be taken care by that dummy parameter.
Please share your experience.Thanks in Advance :(

I guess so, yes.

You could add a filter, for example, that uses the expression ?Param3? = ?Param3?

MF.
Meep!

sunny bachan prasad

Thanks MFGF to share your experiance.