Split dual axes chart sort

Hi All
I have a issue which seems to be a bug in CR2008.
The data should always display a certain data set in the bottom half of the chart irrespective of what employee id is for example USA should always be in the bottom graph.
Crystal Reports 2008, Xtreme Sample Database.
For example select employee id = 1 using the select expert then use the
multi-Axes tab in chart options to set up the following:
Austria Belgium Canada Italy Japan Mexico to appear on the primary
Y1 axis and USA on the secondary Y2 axis. After doing this the split
graph displays with USA in the bottom.
Now change the employee id = 9 using the select expert. The desired
outcome is that USA is still in the bottom of the split graph however
after refreshing the data USA has moved to the top. Change the employee
id = 6 now Mexico is on the bottom.
It appears that the data is not selecting on the description but
on some other key that is dynamically associated with the description.
Angel

Hi Angel,
Can you please specify which Type of chart you are trying to use?
Regards,
Anindita

Similar Messages

  • Swap axes doesn't work with dual axes chart types

    Dear Colleagues,
    I noticed that the function to 'swap axes' doesn't work with dual axes chart types.
    This could be added as a hint to the Application Designer Guide, since it is not mentioned there.
    Thanks, Katharina

    Hi Katharina,
    I recommend making this suggestion to a documentation update on Idea Place at ideas.sap.com
    I like suggestions to the Help myself, something we should all do more often in my opinion
    Tammy

  • Dual Axes Formatting

    Post Author: jblevins
    CA Forum: Charts and Graphs
    I need to create a bar graph that shows quantities in each group on one axis and the percentage of total on the other axis.  I am able to do this by plotting two data series and using the dual axes option, but am encountering several formatting problems.
    1) I would like two data labels, one to show the qty and one to show the %.  I am changing the format through Format Data Label => Number => Category = [Number or Percent].  This method seems to change the entire chart to % or number and not let me change per series.
    2) Need to show data labels (qty & %) side by side oriented vertially outside the maximum of the bar chart.  I have tried plotting one series as a line (which I could hide later), but the data labels are illegible because they are on top of one another.  I can't seem to shift the labels so that it occurs consistently throughout the graphs.  Another option may be two plot two thin bar graphs with no space in between, but I have not found an option to control the spacing.
    3) The max of each series should line up on the chart.  It seems like this should be controlled by scaling the axes appropriately.  Auto-scale does not work and this is not something that I can change manually each time the report is run.  Is there an option to have the max axes value be the max value on the graph?

    Hi Ludek,
         Thanks  a lot for your help and time.
    Pls find the Eclipse Version and the jars used,
    Please find my analysis on rendering a crystal report (2011) chart through  SDK,
    è      Dual axis chart is not supported in Date Axis line /bar Chart .
    è      Dual Axis is working for Bar chart.
    è      Single Axis Chart - Manual Number of Division is not supported. It will work only for automatic Number of Division.
    è      So far only bar chart is working fine.
    è      Even we checked by recreating the report, still the axis properties is getting changed.
    Please confirm if my understanding/analysis is correct of if i can handle this by adding some jar files  or s it  tool limitation through SDK.
    Should i use any other Eclipse Version????
    Thanks Again,
    Vijay

  • Help with Bar & Line Chart on dual Axes

    I'm attempting to build a chart with 2 series
    Series 1 is a total
    Series 2 is a percent value
    I want Series 1 to be a column and series 2 to be a line
    Here is what I tried
    right click on the Bar that Iwant to display as line.
    Select the series option and then select "Line" from the drop down.
    But when I do this both series change even though they on different Axes.
    What did I miss?
    Thanks
    Steve

    you should first create a line chart, then click the series and turn to 'riser'.
    Thx, Hao

  • Multiple axes chart - baseline issue

    Hi all,
    I'm currently working on charts (column, bar, line, ..) with
    multiple axes (each for one series).
    If negative amount values are shown in a chart, the baselines
    (for zero values) appears
    on different coordinates/levels.
    As an example see the code listed below:
    <?xml version="1.0"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml">
    <mx:Script>
    <![CDATA[
    import mx.collections.ArrayCollection;
    [Bindable]
    public var expenses:ArrayCollection = new ArrayCollection([
    {Month:"Jan", Profit:2000, Expenses:15},
    {Month:"Feb", Profit:1000, Expenses:20},
    {Month:"Mar", Profit:1500, Expenses:50},
    {Month:"Apr", Profit:100, Expenses:-10}
    ]]>
    </mx:Script>
    <mx:Panel title="Column Chart">
    <mx:ColumnChart id="myChart" dataProvider="{expenses}"
    showDataTips="true">
    <mx:horizontalAxis>
    <mx:CategoryAxis dataProvider="{expenses}"
    categoryField="Month"/>
    </mx:horizontalAxis>
    <mx:series>
    <mx:ColumnSeries xField="Month" yField="Profit"
    displayName="Profit">
    <mx:verticalAxis>
    <mx:LinearAxis id="v1"/>
    </mx:verticalAxis>
    </mx:ColumnSeries>
    <mx:ColumnSeries xField="Month" yField="Expenses"
    displayName="Expenses">
    <mx:verticalAxis>
    <mx:LinearAxis id="v2"/>
    </mx:verticalAxis>
    </mx:ColumnSeries>
    </mx:series>
    <mx:verticalAxisRenderers>
    <mx:AxisRenderer placement="left" axis="{v1}"/>
    <mx:AxisRenderer placement="right" axis="{v2}"/>
    </mx:verticalAxisRenderers>
    </mx:ColumnChart>
    <mx:Legend dataProvider="{myChart}"/>
    </mx:Panel>
    </mx:Application>
    I'm using Flex Builder 3.0.2 /Flex SDK 3.2.
    Is this is a bug in flex?
    Am i missing something in the mxml/as, or is there a solution
    or workaround?
    Any hints are highly appreciated.
    Regards,
    Matthias

    The series both work fine on their own, of course, but when
    you mix in a series with a negative value, it causes the "floating
    columns" because the zero-points on the axes don't line up with
    each other.
    My suspicion is that this is expected behavior. This would
    work with other column chart types (like stacked), as long as you
    set allowNegativeForStacked to true (there's an example here:
    http://livedocs.adobe.com/flex/3/html/help.html?content=charts_displayingdata_11.html).
    But since you want clustered columns, it might be a problem.
    If you think it is a bug, you can file one here:
    http://bugs.adobe.com/jira
    hth,
    matt horn
    flex docs

  • Dual Line Chart : Dynamic Secondary Axis

    Hello All,
    I am currently working on Dual Line Axis to Compare  ANY Two KF's based on user Selection in the provided Dropdown boxes. Also, the data has to be switched between Month and Quarter based on the Radio button Group.
    Here is the Screen shot of the required output format. The KF1 and KF2 are filtered by code Chart.setSelectedValue(KF1 , KF2);
    I am getting an error saying 'Can't Display data, At least one Measure has to be in Rows". I took 3 Measures in Rows and Calmonth in Column in the Default View.
    Can anyone please throw some light how to achieve this ? The reason for the DUAL Axis is, One measure is $ Value and Second Measure is % Values.
    Appreciate your help.
    Thanks,
    Priya.

    Hi Priya -
    That is a nice chart you have.
    Only thing I could find that could be related is this note:
    http://service.sap.com/sap/support/notes/1942481
    It may or may not help.
    Could you also specify which version of Design Studio you are using?

  • Bar Chart Sort Order

    HI
    I'm having a display/sort issue with Bar Charts and cannot find an option in the properties to fix it.
    If I have the following in cells B2:C5 in a spreadsheet:
    A   500
    B   250
    C   400
    D   750
    The Bar Chart will always displays the category labels in reverse order:
    D   750
    C   400
    B   250
    A   500
    How can I get the Bar Chart to display the Y axis as it's sorted in my spreadsheet?
    Thanks
    Xcelsius SP1 FP1

    Hi Tammy
    I think you meant to say:
    "Sorry I think this is by poor design"
    Do you know if this will be address in future Service/Fix Packs?
    Thanks

  • Obiee 11g Chart sorting issue

    Hi All,
    I am trying to plot a graph in OBIEE 11g answers which shows Calendar Month in X-axis and percentage of marks in Y-axis,
    in such a way that Calendar Month in X-axis should be in the order Jan Feb Mar Apr .....(where as now it is Apr Aug Feb ... which is sorted in ascending order) Calender month is a calculated column in the report which has the following calculation
    case when cal_month=1 then 'Jan'
    case when cal_month=2 then 'Feb'
    case when cal_month=12 then 'Dec'
    How do i arrange the calendar month in a proper order of Jan Feb Mar .....
    Please advise
    Thanks,
    LonaD

    I've already mentioned OOB column to use, I'm not sure about your data. If you dont have it then might go for workaround to get number 1 to 12.
    BTW:Existing column 'Col month' as referred is not helping you?
    For ex: work around might be something like
    cast(substring("Year",3,2) as int)
    Mark if helps
    Edited by: Srini VEERAVALLI on Feb 5, 2013 12:43 AM
    you can create same in rpd so that you can sort it._
    Or else can go with work around using year column as above_
    Edited by: Srini VEERAVALLI on Feb 5, 2013 12:59 AM
    Edited by: Srini VEERAVALLI on Feb 5, 2013 1:01 AM
    Edited by: Srini VEERAVALLI on Feb 5, 2013 3:19 PM

  • Splitting dual book pages into separate pdf pages

    I have a book scanned into pdf with two book pages per adobe page (side by side). How can I split the pdf page in way that each book page becomes its own pdf page? My chief concern is that one side is always tilted which makes reading and highlighting difficult. Any help would be great. I have Acrobat 9 pro on vista. thanks.

    I have had to do this in the past, but the problem is the file size then
    doubles. I haven't figured out an easy to way to remove the data from the
    cropped areas.

  • Split view of chart

    How do I view, say, columns c and z of a large table at the same time (like you do in Excel)?

    If column C is a header column, then Freeze the header cells and scroll to column Z.
    Otherwise, select columns D:X, then move the cursor over the top table address border for any selected column to show the little triangle. Click on the triangle to show a menu and click on "Hide selected columns".
    After done, then show triangle for any column and click on Unhide all columns.
    Robin

  • Problem in showing numeric & percentage values in  the  same chart.

    Hi,
    We are using Crystal Xcelsius 4.5, In our data we have numbers as well as percentage values.
    For some Buttons we need numeric chart & for some Buttons need Percentage chart, in a single chart. Whether it is possible or not.
    In some scenerio we need dual axes. Where in crystal xcelsis it doesn't have dual axes chart. Can we have dual axes in Crystal Xcelsius? If so, please give me the procedure to add dual axes chart.
    Thanks in Advance
    Srinivas

    Couldn't clearly understand what you want. But try this and check out if this is what you want.
    select a.name, a.url from emp a
    union
    select b.name, b.url from emp1 b
    /Cheers
    Sarma

  • Is it possible to create a dual y-axis chart in Xcelsius?

    Is it possible to create a dual axis type chart, mixed bar and line?

    Xcelsius does not currently have the ability to create a dual axis chart. However, other users have been able to create a workaround by layering two charts on top of each other and hiding the undesired elements of the second chart. A third chart can be added in much the same way to display the second axis' label(s). Searching the internet for articles from users should locate step by step instructions.

  • Line Chart X Axis Not Sorted Correctly

    I have created a line chart where the x axis is date closed and the y axis is number of days to close. This chart is placed within a group called priority.
    When the chart is created the close dates are not on the x axis in ascending order. I'm expecting it to be 10/1, 10/2, 10/3, etc. but instead I'm getting 10/6, 10/31, 10/28, etc. from left to right.
    I've got the Record Sort set to closed date ascending and if I place the records into the report they sort correctly. It's just the chart that sorts incorrectly.
    What am I missing here?

    Hi Jason,
      here is the steps you should follow in order ro set the sorting for barchart.
    1. go to chart expert
    2. click on data tab
    3. select the field in the selected list of report columns on which you have to sort, then the order button will be enabled
    4. click on the order button
    5 it will open new window by name "chart sort order", where you can set the sorting order(ascending order, descending order, specified order or the original order) for the selected report column.
    I hope this will help you..
    Regards
    Deepa

  • OBIEE: How to sort a bar chart by a measure not displayed in the chart?

    I have a table with OEM sales volume comparisons between two periods, current year and previous year. I have calculated a "VOLUME CHANGE" measure by subtracting last year's volume total column from this year's volume total column, and would like to display the resulting VOLUME CHANGE column in a horizontal bar chart.
    However, I want the bar chart sorted in descending order by the sales volume total column rather than the value of the calculated "VOLUME CHANGE" that is displayed.
    Can someone help me make this happen?
    In Answers I can make a bar chart sort according to any sort applied to a measure IF YOU INCLUDE THE SORTED MEASURE IN THE CHART, but I can't readily see how to do this if you wish to only include one measure in the chart but sort it by another measure from the same table.
    Help would be appreciated.
    Thanks.

    Well, we have some kind of disconnect.
    I see that the first value on the horizontal axis will supply the sort. The sort depends on the default, or whatever sort you have set on the column in the Criteria tab.
    But if I remove that measure from the chart, I lose the sort and it defaults back to sorting by BRAND, alphabetically.
    I can't see any options for hiding the measure in the chart itself and preserving the sort by the hidden measure. I know how to do that quite easily in Tableau, but I can't find it here. In the Criteria tab when I go to "column properties" the only option tabs I see are "Style", "Column Format", "Data Format", "Conditional Format" and "Interaction" and none of those offer any option for hiding the column.
    When you go to the results tab and then edit the layout of the resulting data table, you do get options to hide columns in the results table. But they still show up by default when you create a chart based on the table. From the editing options for the chart itself I see no option for hiding any of the measures, only the option to drop the measures down to the "Excluded" box, at which point they a cleared from the chart along with any associated sort settings.
    Is there any way to include a screen shot with the post?
    Can someone be more specific about where the menus and options are to make this happen?

  • Stacked Bar Chart Descending order Based on Height

    I have a stacked bar chart and I want to order the bars based on height.  The tallest bar on the left.  Is there an easy and reliable way to doing this.  Also, I can concerned that I have two heights of the same value. 
    Thanks in advance.

    hi Eric,
    i am assuming that your stacked bar chart has more than 1 Show Value, correct?
    if so the following will work:
    1) create a new formula that adds up all of the different show values
    2) copy and paste your chart beside the existing chart so you don't inadvertently wreck it with the following steps
    3) in the new chart, using the Chart Expert add the new formula that is basically a sum of all of the show values
    4) you can use the Top N > All based on the new formula
    5) right click on the chart and then go to Chart Options, Axes, and then check Dual Axes
    6) you'll now get a Multi Axes tab...make sure that the new formula is alone in one of the columns
    7) you can go to the appearance tab and change the Overlap so that gaps are reduced
    8) you can now preview the report again, right click on the new series and change it to transparent
    cheers,
    jamie

Maybe you are looking for

  • Mini display to s-video possible?

    Hey everyone. I have an aluminum mac book, which has the mini display port on it. I saw in a store there is a mini-vga to s-video...but what about mini-display? Basically I want to be able to hook up an s-video to my computer so I can watch movies on

  • Acrobat, Preview and forms that won't fill properly

    Firstly, I apologize if this is in the wrong place.... I can't find anywhere suitable. I have been sent some PDF forms to fill in, and I did so in Preview. All looks OK, except two of the fields can't be typed in. I filled them in and also 'printed'

  • Getting nuts with null atributes problem

    Hello everybody, I have this problem: My project is working fine except one JSP-Backing bean pair that is driving me crazy, When I load the JSP through a tree2 menu, the page loads ok, I have some selectOneMenu components, that are loaded in the cons

  • Hotspot like Dial Up connection

    I want to know why when I have 4-5 bars of service on my Iphone 4s and I use the personal hotspot to connect to the internet on my laptop, the internet connection is so slow it's like being on a dial up connection. I had the HTC EVO before I bought t

  • OATS can test an application security

    Hi everybody, i got a question, Does anyone know if OATS or an Oracle component, module, pack, etc is able to check and test an application security like data encryption, sql injection, safe communication protocols, malicious code? Your answer will b