• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Birt: How to Avoid executing dataset when the bound table in report is hidden

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am new to BIRT reports.

My report has 22 tables, each table being filled using a dataset.

Now, a user has an option from the UI through 22 checkboxes to select which table to show and which one to hide. He also has a 23rd checkbox to select all tables.

The requirement::

When the user hides any table, the dataset to which the table is binded, should not be executed.

Can i use beforeOpen method for this??? If yes, how???

This is important because each dataset has one stored proc call and each stored proc is having on an average 7 JOINs.

Please help because this is making my report generation time really long.

Thanks
Akash
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic