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)
dynamic resultset
sandeepBha
hi all,
Is there possible in birt that we can pass resultset like parameter .
we can say dynamic resultset .
actually i want make a birt report but i don't want to use a dataset query.
i want to pass resultset like parameter that will work same as dataset query.
please reply soon
Regards,
Sandeep
Find more posts tagged with
Comments
mwilliams
Hi Sandeep,
So, you want to pass all of your data in in a parameter and have no dataSet at all? Or, you just don't want to use an SQL query? Let me know.
rextency
I don't know if this is what you mean, but one thing I do is I have a data source that is generic but can return different types of data, i.e. SQL query, so I create my individual data sets and just specify on each data set what columns will be coming in. Then your data source can be generic and you just define what data will be coming in each data set.
sandeepBha
hi
yes I don't want to use dataset , i want to pass resultset as parameter
can it be possible
mwilliams
Sandeep,
I don't see why you couldn't bring in your data through a parameter, I guess. I haven't done it myself, so I don't know for sure. However, you wouldn't have the ability to tie it to a table to produce rows. You'd probably have to step through what you passed in the parameter and create your own table in HTML format or something like that. Not sure what you're trying to do by avoiding a dataSet? Can you explain the purpose of that?