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)
multi x axis is available?
kevin23_hy
now I have the problem is that x-axis cube there are several levels of the cube group in the barchart, point the drop-down box to show results in different fields, but how so that they all appear in the x-axis and y-axis to be stacked relatives data? Birt can to achieve or another way handle it?
see screenshot as attachment. run on 2.3.2
Find more posts tagged with
Comments
mwilliams
Hi kevin23_hy,
Can you explain a little more about what you're trying to do? You want to display all of the groups on different x-axes? Recreating the issue with the sample database may help as well.
kevin23_hy
yeap, i mean can whether show multi lines altogether on the x-axis as stacked type,with attachment that it used datacubs as x-axis values but those cubs of each has different values represented through onchange event. so how to deal with!?
kevin23_hy
And another question: cannot insolved
[thread]15211[/thread] The viewing session is not available or has expired.
mwilliams
kevin23_hy,
You won't be able to stack values in the x-axis, I don't believe. You could probably build an expression value for the x-axis like:
data["Group/CITY"] + ", " + data["Group/STATE"] + ", " + data["Group/COUNTRY"]
This would display all the info about each city. It wouldn't be in different levels of the x-axis, but it would give you all the info. If you only had two groups, the x-axis value could be one and the optional y-series grouping could be the other one.
Hope this helps.
mwilliams
kevin23_hy,
As for the link posted to the other thread, none of the ways anyone else has solved this issue works for you?
kevin23_hy
ooh,you mean x-axis cannot set multi-series,why did birt design,idea comes from what is.
whether nor the concept derives from BI(BussinessIntelligence)?
but for link topic have a no idea what's wrong with it,no post can handle,it is really a bug without fixed?
so want you give a suggestion to solve,that's emergency!
mwilliams
kevin23_hy,
Is the problem not only in IE for you? Have you tried using another browser?
kevin23_hy
birt viewer problem is solved,the solution is that use birt viewer2.5 to overide/pasted viewer2.3.x is work correctly,thx a lot,Mr.williams.
And another bit problem which is the birt viewer taglib properties,whether can set hight/width to percent value self-adapting webPage,but i tried to throw NumberFormat exception.(see attatchment) so how?
kevin23_hy
anybody can follow and encountered such,pls give a solution,thx advance.