Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Filling more than one parameter with a single combo box
bungrudi
This would be my first post here, so, hello all..!!
Here comes my problem.
How can i have one combo box fill out multiple scalar-parameter? Or are there something like array-parameter?
What I'm trying to do is to get some parameter in the report filled from list of values in the database. Whats the best way to do this in BIRTH?
In my case, Im able to workaround this problem by joining the values table to the main query. But this proved to be ineffiecient since the list of values is a complex view, and joining it to the main query makes the report generation untolerably slow for reports with many resulting rows.
Thanks before.
Regards,
Rudi Adianto
Find more posts tagged with
Comments
mwilliams
Hi Rudi,
Can you explain a little more? You can use a dynamic report parameter to grab the values from a dataSet, if that's what you're asking.