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)
XML datasource structure with total
binobig
Hi all,
Sorry for my bad English but i'm Italian.
I have an XML file with this structure (similar):
<?xml version="1.0"?>
<root>
<level total = "8000">
<level total = "4000">
<detail total = "2000">
<product>1</product>
<price>1000</price>
<product>2</product>
<price>1000</price>
</detail>
<detail total = "2000">
<product>3</product>
<price>1000</price>
<product>4</product>
<price>1000</price>
</detail>
</level>
<level total = "4000">
<detail total = "2000">
<product>5</product>
<price>1000</price>
<product>6</product>
<price>1000</price>
</detail>
<detail total = "2000">
<product>7</product>
<price>1000</price>
<product>8</product>
<price>1000</price>
</detail>
</level>
</level>
</root>
in simple terms i have a xml file layerd with total on every level.
i don't want to use BIRT to calculate the total on every level because 'ive got already (<level total = "4000">), but also i would use the Grouped listing template, or similar, with total on every level to preserve the structure of the report.
I don't want BIRT does calculate the total.
Find more posts tagged with
Comments
mwilliams
Hi binobig,
How do you determine which "products" are in each "level"?