4 Quadrant Chart, possible?

Dear experts,
Anyone know if it is possible to define in de BEX web analyzer a 4 quadrant charts in which the x-axis and y-axis meet at the origin at the center of the plot area ?
I see the in de Bex web analyzer the charttype quadrant, but not the option the option to define the axis.
X-axis -  kf 1
Y-axis -  kf 2
See for example the following link:
http://www.nan.go.th/nanpoc/svg/ChartDirector/doc/cdphpdoc/fourq.htm
With regards
Dennis

Hi,
take a look at this link to get an overview:
http://help.sap.com/saphelp_nw04s/helpdata/en/8d/2e373be72b2f48e10000000a11402f/frameset.htm
Regards
Andreas

Similar Messages

  • Quadrant chart in Dashboard 4.1

    Hi experts,
    Is there a way to design a quadrant chart in Xcelsius ... I m using bubble chart but I need that axis start at a fixed value ...
    Thank's a lot for your help.
    Abdess,

    Hi,
    Check the data in the infoProvider.Reduce the  Bex query Characteristics & Key figure fields.Try to identify due to which characteristsic adding in Bex Query ,are you facing the issue.Check that characteristic data in the infoProvider.
    Regards,
    Venkat

  • Line chart - possible to have an unbroken line through NULL values?

    Hi,
    I have a line chart. In the middle of my data are a few missing (NULL) values.
    Right now, if there is a null value in the data set, the line is broken. Is it possible to have the line connect through these null values without breaking?
    I appreciate your help.
    Here is an example:
    ###### DATASET (note the null value on 7/15)
    <DATA>
    <MY_ROW>
    <DT>2009-07-13T00:00:00.000+00:00</DT>
    <VAL>5</VAL>
    </MY_ROW>
    <MY_ROW>
    <DT>2009-07-14T00:00:00.000+00:00</DT>
    <VAL>10</VAL>
    </MY_ROW>
    <MY_ROW>
    <DT>2009-07-15T00:00:00.000+00:00</DT>
    <VAL/>
    </MY_ROW>
    <MY_ROW>
    <DT>2009-07-16T00:00:00.000+00:00</DT>
    <VAL>10</VAL>
    </MY_ROW>
    <MY_ROW>
    <DT>2009-07-17T00:00:00.000+00:00</DT>
    <VAL>15</VAL>
    </MY_ROW>
    <MY_ROW>
    <DT>2009-07-18T00:00:00.000+00:00</DT>
    <VAL>10</VAL>
    </MY_ROW>
    </DATA>
    ###### CHART CODE:
    <Graph graphType="LINE_VERT_ABS">
    <LegendArea visible="false" />
    <Title text="" visible="true" horizontalAlignment="CENTER" />
    <LocalGridData colCount="{count(xdoxslt:group(.//MY_ROW, 'DT'))}"
    rowCount="1">
    <ColLabels>
    <xsl:for-each-group xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    select=".//MY_ROW" group-by="DT">
    <xsl:sort select="current-group()/DT" />
    <Label>
    <xsl:value-of select="current-group()/DT" />
    </Label>
    </xsl:for-each-group>
    </ColLabels>
    <DataValues>
    <RowData>
    <xsl:for-each-group xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    select=".//MY_ROW" group-by="DT">
    <xsl:sort select="current-group()/DT" />
    <Cell>
    <xsl:value-of select="sum(current-group()/VAL)" />
    </Cell>
    </xsl:for-each-group>
    </RowData>
    </DataValues>
    </LocalGridData>
    </Graph>
    I would prefer that the line connect the two adjacent values - 7/14 and 7/16.
    Thanks!
    - Matt

    Hi Matt,
    Use this.
    But if you don't want to display the date which has null value, we can do that too.
    chart:
    <Graph depthAngle="50" depthRadius="8" pieDepth="30" pieTilt="20" seriesEffect="SE_AUTO_GRADIENT" graphType="LINE_VERT_ABS">
    <LegendArea visible="true" />
    <LocalGridData colCount="{count(xdoxslt:group(.//MY_ROW,  'DT'))}" rowCount="1">
    <RowLabels><Label>VAL</Label>
    </RowLabels><ColLabels>
    <xsl:for-each-group select=".//MY_ROW" group-by="DT" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:sort select="current-group()/DT" /><Label><xsl:value-of select="current-group()/DT" />
    </Label>
    </xsl:for-each-group></ColLabels>
    <DataValues>
    <RowData>
    <xsl:value-of select="xdoxslt:set_variable($_XDOCTX,'prev_group', number(0))"/>
    <xsl:for-each-group select=".//MY_ROW" group-by="DT" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:sort select="current-group()/DT" /><Cell>
    <xsl:variable name="curr_group" select="sum(current-group()/VAL)"/>
    <xsl:choose>
            <xsl:when test="$curr_group > 0">
              <xsl:value-of select="$curr_group"/>
            </xsl:when>
            <xsl:otherwise>
          <xsl:value-of select="xdoxslt:get_variable($_XDOCTX,'prev_group')"/>
            </xsl:otherwise>
          </xsl:choose></Cell>
          <xsl:value-of select="xdoxslt:set_variable($_XDOCTX,'prev_group', sum(current-group()/VAL))"/>
    </xsl:for-each-group></RowData></DataValues></LocalGridData></Graph>

  • Is this chart possible

    To the help God's,
    I would like to know if it is possible to create a specialize chart in Crystal Reports. Since the report is a little hard to describe, I posted an image of what I'm trying to accomplish on my website.
    Here it this link.  http://www.absdatasystems.com/downloads/Crysatal_help.png
    Thanks is advance to all that response. It is appreciated.
    Terry

    Hi Terry,
    Please make use the bar chart option and also changes need to be made so as to customize the chart for it's legend, axes, labels etc.
    Please let us know if that helps.
    Thanks!

  • Is this chart possible (two dimensional plus colour quality chart)

    Hello,
    I've used Crystal Report a few years ago.  I've got a new project, and I know Crystal Reports will work for 80% of it.  However, there's one chart i'm not sure about.  I've browsed the Business Objects product and technical info, couldn't find a list of chart types.  I also talked with Sales, they directed me to this forum.
    Essentially, I need to create a quality chart.  The product is a like a sheet of paper.  Green shows good quality.  Defects need to be colours (e.g. red, yellow, blue).  Furthermore, it needs to be different shades, ideally, if I can specify RGB.  This is a simplistic example:
    [Example Sheet Quality Chart|http://flickcabin.com/public/view/full/14555]
    My data will be thousands of x,y,colours.
    1. Is this possible in Crystal Reports, and if so, what degrees of control would I have?
    2. What degree of control would I have with the colour, can I specify RGB?
    3. Am I better off having my application create the bitmap (I have written .NET GDI routines before)?
    4. Is there a way to insert a custom bitmap (or reference a file on the hard drive) into my report?
    Much appreciated.
    Thanks,
    Peter

    Hi Peter
    Looking at the nature of the queries you have posted, I would request you to create an incident with us to work on this issue.  We need to work on this issue independently to address all your questions.
    You can contact our Customer Interaction Centre for further information on purchasing a support incident. The working number for CIC in Canada and US is:
    1-800-887-2340
    Regards
    Girish Bhosale

  • Gantt chart -possible options with Flex

    Hello,
    I am looking for doing a chart which has the following
    options:
    Pl. see the diagram I could not represent it clearly since
    attachment is not allowed here.
    1) Time Duration in the Left Axis and Labels listed in the
    Top Axis.
    2) Horizontal and vertical scrolling of Chart should be
    possible.
    3) I have a requirement of displaying some details inside the
    bar displayed for TASKS. Is that possible? or Will i be able to
    give a link from the tasks?
    4) I must be able to specify the task for a range of tasks
    and for a range of time period as depicted in the picture above. Is
    that possible?
    Thanks
    kk

    There are a couple of Gannt chart components available,
    including this one:
    http://dougmccune.com/blog/2007/02/01/building-a-gantt-chart-component-in-flex/
    hth,
    matt horn
    flex docs

  • Is this Bar Chart possible in APEX?

    Hi,
    I'm trying to create the following bar chart. It seems as if it's a series within a series. I was wondering if this is possible please and if so, whether anyone has any tips on how to do this?
    Link to chart picture - http://img87.imageshack.us/i/chartw.jpg/ - A, B, C represents different customers
    Thanks

    Hi,
    Yes, that was the SQL I used.
    I don't think you'd be able to get that output using the Apex charts - at least, I've not seen any examples of grouping output by months. You would need some form of Combined chart - I know Anychart does that (see: http://www.anychart.com/products/anychart/gallery/Combined-Charts.php ) but I don't think Apex handles that (or, rather, it will allow you to combine a line chart with a bar chart but the lines would overlay the bars). Using either multiple values in the SQL or multiple series in the chart, still results in a single stacked bar for each entry.
    You can tweak the XML that is generated (set Use Custom XML to Yes) and try out some of the options shown in the AnyChart's Documentation ( see: http://www.anychart.com/products/anychart/docs/xmlReference/index.html ), though I've had issues with that in the past as the XML tags don't seem to match those in Apex!
    Andy

  • Are Multiple cfchartseries/seriescolor Values for Bar Chart Possible

    Client wants their reporting bar charts adjusted to show
    green bars when counts are better than 90%, yellow when better than
    80% but less than 90% and red when below 80%. It is possible to
    have multiple series color based upon count values?
    <i>If not, I would recommend this as a future nice to
    have capibility.</i>

    HI Smitha,
    Then try this.
    Create a formula. Inside Just use the Round function to round your Keyfigure.
    Then use this formula to be displayed in the Chart Experts, Data Tab on the Show Value column.
    Let me know if it works.
    Regards,
    Vinaya Paulraj.

  • Show units and currencies in WAD chart possible?

    Hi all,
    in WAD7 i am trying to make a currency visible in a chart.
    Without using the new BADI method - is there another way to see the currency of a key figure in a chart?
    Regards,
    Adem

    Hi all,
    i used a modification to solve this issue. Now anything is fine.
    Regards,
    Adem

  • Showing Donut chart

    Hi Experts,
    Quick Question - Currently endeca studio supports 2D pie chart . So is there any way to customize in order to show Donut chart instead of 2D pie chart .
    Any Inputs would be highly appreciated
    Thanks-
    Dinesh

    Janice , Thanks for your response
    As per your reply I understand that direct customization is not possible from studio, So can i expect that  there is a way to customize it from Backend
    Also Currently Endeca displays  Stacked line charts with shaded areas  but we wanted to display shaded Overlay line chart
    I was able to acheive Overlay line chart through Basic Lines chart of Studio , But shaded part was missing
    So, Is Shaded overlay line chart possible through customization ?
    Why I'm asking this features is because we are planning to implement web analytics reports through endeca . If we can implement this then the reports will get richer look with newer formats
    Thanks-
    Dinesh

  • Chart drill down in bex

    Hi Friends,
        I need some help for this problem.
        In my bex report i have column chart for year.
        I want to drill down on this report means if i click on one part of the column chart  i will go to another column chart, possible by month.
        Is it possible?
    I need your help.
    Thanks & Regards,
    Jackie Lu.
    Edited by: Jackie Lu on Aug 1, 2009 4:49 AM

    Hi Sachin,
        Thanks for your quick response.
        Now I can implement it by right click from "goto" option. But is it possible by left click? Only once left click, it can go to another column chart?
    Thanks&regards!

  • Diagram starting with 100%

    hi everyone,
    I have the prices of the shares of 4 different companies collected over the last 5 years. to make the price development more  comparable i would like to draw a diagram which starts in 2006 with each individual companies then preveiling price equal to 100% . In the following years also not the prices should be shown but the relative price, e.g. 115% for comany A, 108%  for company B and 98% for company C. And so on...
    Is this type of chart possible somehow, or would I have to create new tables each normalising the prices and then draw the diagram from the adjusted data? I have to do this for some 30 tables therefore it would be great if I could use the absolute prices and have numbers starting with 100% and simply showing the prices of succeeding years as relative prices in form of percentages.
    Thanks alot already in advance.

    If you are starting might be better to look at 11g, which I understand to be substantially different.
    http://www.oracle.com/technetwork/middleware/bpm/learnmore/index.html
    But be aware that this is not for the faint hearted.
    Anthony

  • Is it possible to develop the control charts in WAD.

    Hi Gurus and Experts
    We need your suggestions to go futhure with our requirement.
    Right now KPI's are currently displayed in graphical form with the
    ability to drill down into WO's( Work orders) from the graph page. our
    new requirement is to get exactly the same set of information captured
    and presented in control chart form. This is to be an adjunct. to, not
    replace, the existing graphical set of data. Upper and lower control
    limits will be set initially by the business, and the same drill down
    functionality should be available from the control chart. The charts
    can be displayed seperately from the exisiting set of charts if this
    makes it easier.
    Can you please suggest us whether is it possible to develop the control
    charts and also have the functoinalities of the existing dashboards
    (example drill down of WO's using the control charts) in WAD or through
    viusal composer
    Waiting for your responses..
    Thanks
    Ravi...

    Hello dj_page!
    Thanks for the answer, but I know this already.
    My problem is, that the small picture in the side panel and the histogram in LR5 are bigger than in LR4.
    The two pictures are showing the difference between the versions.
    On the left hand (LR4) you can see a smaller preview and histogram than on the right hand (LR5).
    In each version you can change the size of the side panel only as small as the preview-window is.
    The pictures are also showing the smallest size of the side panel in each version.

  • Is it currently possible to create a doughnut chart with multiple concentric circles in SSRS?

    Is there currently any way to create a 'doughnut' chart with multiple concentric circles in an SSRS report (any version), without using 3rd party tools?
    Something like this, perhaps?
    (For that matter is it possible to create this using JavaScript?  It's my understanding that this image was originally created in a web app using JavaScript.  So far I've not been able to pin down the details.  I've found hints that JavaScript
    can be used in SSRS reports but so far no clear working examples.)

    Hi B.Chernick,
    According to your description, you want to create a create a doughnut chart with multiple concentric circles in your report. Right?
    In Reporting Services, we only have doughnut chart with one concentric circle. All the category group is in that concentric circle. Though we can embed javascript injection in expression, it only give the css style to values or report
    items which can change the looking. It can't change the structure of the report items itself. So your requirement can't be achieved current.
    For your requirement, we suggest you provide Microsoft a feature request at
    https://connect.microsoft.com/SQLServer
    so that we may try to expand the product features based on your needs.
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Is it possible to change the chart of accounts in Oracle Financials?

    Dear Colleagues,
    Is it possible to change the chart of accounts in Oracle Financials?
    Thank you in advance.
    Andrey

    It is not an easy change. Oracle typically recommends against it but sometimes company structure or processes change so much that you are forced to do it.
    Take a look at http://www.vantagesolutions.com/media/SCOUG_May_2004.pdf as well as http://www.erpstuff.com/forums/topic.asp?TOPIC_ID=6381.
    If you google "change oracle chart of accounts", you will find some more hits as well. This is a big project.
    If you other business reasons to do a reimplementation, then changing COA as part of that will be very easy.
    For a lot of companies debating between reimplementation and upgrade, a need to change COA becomes the last straw in favor of reimplementation.
    Hope this helps,
    Sandeep Gandhi

Maybe you are looking for