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 do i add tags using api
jikang
I am looking for a way to add the following highlighted tags in my report design file using BIRT design Api's.
<data-sets>
<oda-data-set extensionID="org.eclipse.birt.report.data.oda.jdbc.JdbcSelectDataSet" name="ds" id="5">
<structure name="cachedMetaData">
<list-property name="resultSet">
<structure>
<property name="position">1</property>
<property name="name">MANUFACTURER</property>
<property name="dataType">string</property>
</structure>
<structure>
<property name="position">2</property>
<property name="name">MODEL</property>
<property name="dataType">string</property>
</structure>
<structure>
<property name="position">3</property>
<property name="name">AI_ENABLED</property>
<property name="dataType">string</property>
</structure>
<structure>
<property name="position">4</property>
<property name="name">BUILDING</property>
<property name="dataType">string</property>
</structure>
</list-property>
</structure>
how can i do this.If possiable please send a sample code for doing the same
Regards
Find more posts tagged with
Comments
Virgil Dodson
Hi jikang, I don't see any tags highlighted... but I can tell you are working with your dataset. You may look at the property binding tab in the data set editor since it allows you to add an expression to change the dataset dynamically at runtime.