Skip to main content



      Home
Home » Archived » BIRT » Dynamic column type based on other data set column(How to set column type based on other column value)
Dynamic column type based on other data set column [message #1797352] Tue, 30 October 2018 04:18
Eclipse UserFriend
I've got XML based data set with data items of structure
<row id="1">
        <item name="column1" value="text value" type="String" />
        <item name="column2" value="29/10/2018" type="Date" /> [...]
</row>
<row id="2">
        <item name="column1" value="text value2" type="String" />
        <item name="column2" value="30/10/2018" type="Date" /> [...]
</row>


My crosstab is built using grouping by row@id and item@name. Currently my data cube value has Data Type set to String. It causes Excel formatting issues. Is there a way to use my item@type dynamically to set cell type?
Previous Topic:Dynamic Table Headers
Next Topic:birt runtime 4.8 dynamic images is not working
Goto Forum:
  


Current Time: Sat Mar 15 11:18:01 EDT 2025

Powered by FUDForum. Page generated in 0.03168 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top