Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » trouble with style formatting (both date and numbers)
trouble with style formatting (both date and numbers) [message #253874] Wed, 29 August 2007 18:27
Eclipse UserFriend
Originally posted by: arotenbe.bear.com

Good afternoon,

I am using version 2.2, and I am having trouble getting my report text to
format dates and numbers. I have been able to get other aspects of the
formatting to work, but the number formatting and the date formatting
seems to be completely ignored.

Here are the relevant parts of the report source --

<styles>
<style name="Money" id="9602">
<structure name="numberFormat">
<property name="category">Currency</property>
<property name="pattern">###0.00</property>
</structure>
</style>
</styles>


<cell id="9600">
<text-data id="1005">
<property name="style">Money</property>
<expression name="valueExpr">row["VALUE"]</expression>
<property name="contentType">html</property>
</text-data>
</cell>

Thanks in advance,
Alan.
Previous Topic:Query Timeout
Next Topic:Cascading Parameter Question
Goto Forum:
  


Current Time: Sun Oct 06 07:35:17 GMT 2024

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

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

Back to the top