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)
Insert Query on onCreate Event???
vishalkp
Hello All,
I have 1 Question.
Is it possible to have an sql INSERT or UPDATE query on the database table or can i add an row in the dataset with the parameter value?
I will explain you in detail.
I have 1 table with 1 column having 3 rows i.e.
column name:size
val1: 2
val2: 3
val3: 4
Now i have one parameter whose value is created on cell's oncreate event(val4: 10).
Is it possible to add 10 to the table or to the dataset???
Do reply your Suggestion...
Thanks In Advance...
With Regards,
Vishal KP.
Find more posts tagged with
Comments
bhanley
You will need to create a Java Event Handler to process the update. From within the Java layer it should be pretty straightforward to process the data into your back-end data store via JDBC.<br />
<br />
Here is some background on creating a handler for your report: <a class='bbc_url' href='
http://www.birt-exchange.org/devshare/designing-birt-reports/634-using-java-to-write-a-birt-event-handler/#description'>Using
Java to Write a BIRT Event Handler - Tips & Tricks - BIRT Exchange</a>