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)
x-axis error in SP1
dianbo
I find another error in version iServer Express 10 SP1 which is all right in A10.
You can get more information in the attached files that show a same birt design file with different x-axis labels in A10 and SP1.
Is it a bug or any suggestions bout this, thanks.
Find more posts tagged with
Comments
Virgil Dodson
Hi dianbo, could you have lost the x-axis grouping somehow? Check by opening in a Actuate 10sp1 BIRT Designer<br />
<br />
It looks like both the data and labels have changed.<br />
<br />
It the grouping disappeared automatically just by running in 10sp1 iServer Express then it may be a bug and should be reported at <a class='bbc_url' href='
http://www.birt-exchange.org/bug-reporting/'>http://www.birt-exchange.org/bug-reporting/</a>
;
dianbo
Hi Virgil,
I did not change anything except upgrading iServer Express from A10 to 10SP1. Same query statement, same report design.
The data is different from each other because of different parameters.
I did not use group in the report design. The data i exported is attached.
i use the code below to define the label format:
xAxis.setFormatSpecifier( JavaDateFormatSpecifierImpl.create("HH") );
Thank you very much.
Dianbo
Virgil Dodson
I just looked at the data and there are lots of data points for each hour... which means grouping needs to be enabled to only see one hour per X-axis category. Can you check inside your report design. Double-click the chart and go to the Select Data... then next to the Category Definition (X-Axis), there is a grouping/sorting button. Open that and check to see if grouping is enabled. I assume you are using the 10sp1 Designer too, right?