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)
How to use two DataSet via Event Handler Class
ravishanku
Hi Everybody,
I have two Dataset say 'datasetA' and 'datasetB' which i use for two tables. Now i am using an Event handler class for setting the values into the report.
I am not able to print the values of datasetB , datasetA is printing..may be i have used it in wrong way..pls help
i have attached my event handler class ....
also the output i am getting now...
Find more posts tagged with
Comments
ravishanku
I would like to add some more informations...
Before i was using only a "single" DataSet for the whole report..but when i generate the report it comes as below::
i have attached below...BLANK ROWS ARE GENERATED...which i thought due to the usage of single dataset..so i started trying with two...
Which one is better..single or multiple....????
Help needed
ravishanku
I got a simple solution for avoiding the gap...:)
I am using groups on both sides...so i just made the data sort by descending order...so problem solved...!!
so gaps are coming after all the datas(these gaps produced may be due to any mistakes in arranging the data or code)....
But i really like to get a solution for this....Is multiple dataset possible while i am using an EventHandlerClass.....???????? how wil i call my fetch() there...
An answer to this may give a completeness to ma report....so that i can make a perfect report without any gaps an all...
looking forward !!!!!!!