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)
Disabling dataset
thiagowig
I am new in development with birt and i don't know how disable dataset in birt.
I have 3 datasets and each run at a diferent time.
How to disable the others datasets?
Find more posts tagged with
Comments
thiagowig
Or creat a dynamic dataset.
johnw
I am not sure what you mean by "disable dataset". Do you mean not use a particular dataset/table in a report based on a set of conditions, such as the value in one dataset or in a production vs staging environment?
Either way, you should look into doing BIRT scripting, and learn about the Design Engine API in BIRT< and how to search for elements and modify their properties. If you are familiar with Java, I would recommend starting using Java Event Adapters first, then moving into Javascript ones. Theres tons of information in the DevShare section on how to work with these areas.
John