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 get the current TABLE object in BIRT script
yangzy666
hi,all.
I want to get the TABLE object to add some data to its header row,but i don't know how to get the TABLE .As I know,in BIRT script,keyword this is a ITable,it cannot implement my function,but i find TableHandle can.
so ,TableHandle object is that i want.
or can you show me a better way to attain my purpose?
another question,where could i get fully materials about BIRT script,or some BIRT script code examples are better?
Please give me some points.
Thanks in advance!
Find more posts tagged with
Comments
mwilliams
Hi yangzy666,
Can you explain more of what you're wanting to achieve? What are you trying to add to the header row? When are you trying to add it? Is it going to change at any time? etc...?
yangzy666
<blockquote class='ipsBlockquote' data-author="mwilliams"><p>
Can you explain more of what you're wanting to achieve? What are you trying to add to the header row? When are you trying to add it? Is it going to change at any time? etc...?</p></blockquote>
I create a table(it's empty) in designing time,and during the running time,for example,I want to insert datas into the header row. (the datas are from scripted data set elements),namely,I need to insert several columns into the empty row dynamically.The number of columns is depend on how many datas are assigned to the scripted data set elements.and if inserted,the data will not be changed.<br />
<br />
Is that clear?sorry for my bad expression and poor english.<br />
<br />
Thanks a lot.
mwilliams
yangzy666,
Can you show a sample of what your data looks like in your dataSet? Also explaining how it expands and what kind of data you will have in the table and what you want it to look like. This way I can test for exactly what you're wanting. Thanks.