Chart on two dataprovider

Hi,
    Can anyone please tell me if I can create a chart in Bex WAD using 2 DAtaproviders.
I have 2 queries each with 1 keyfigure and one characteristic IO built on the same infocube.
The issue is that I cant show both the keyfigures in the same query as they are calculated key figures with respect to two different calmonth(Logged and Resolved).
So in one query I have logged calmonth and the CKF corresponds to no of logged documents in that month and in the other query i have resolved calmonth and the CKF corresponding to the no of resolved documents that month.
Now i need to show a chart where I can actually compare the logged and resolved documents for a given month.
Any suggestion would be greatly appreciated.
Thanks in advance
Jayashree

Hi Arun,
          I dont have any flag.
but my source data is in this format.
Doc No |              Logged Date          Resolved Date
  0000001    |              01/01/2008  |             01/02/2008
  0000002    |              22/01/2008  |             21/03/2008
  0000003    |              05/02/2008  |             09/07/2008
  0000004    |              30/03/2008  |             10/07/2008
The report should look like this:(Based on the above data)
Calmonth-No of logged records--No of resolved records
01.2008**********2*********************0
02.2008**********1*********************1
03.2008**********1*********************1
04.2008**********0*********************0
05.2008**********0*********************0
06.2008**********0*********************0
07.2008**********0*********************1
thanks
Jayashree
Edited by: JAYASHREE PARASMAL on May 19, 2008 2:41 PM

Similar Messages

  • Pie chart with two measures and date dimension navigation not working

    Hi Experts,
    Pie chart with two measures and date dimension navigation not working. Any help is appreciated.
    Thanks
    V

    Hi Deepak,
    I had time dimension in the RPD.
    I have stacked bar chart with same time dim like year & month in the report. when I go to legand and set navigation it is working fine. But not with pie chart.
    I am not not sure what is the problem. When I click on Pie chart it is not navigating to the target report. Can it be any other issues..???

  • Numbers Charts:  Stacked bar chart with two sets of data

    Hi....newbie with first post
    I'm trying to create a stacked bar chart with two lots of comparative data.
    So, there is Basic + Overtime for April 2010 as one stack (ie the basic is one colour, stacked on top is the overtime in a different colour)
                      Basic + Overtime for April 2011 next to it.
    I can get April figures next to one another as four separate columns (2 x basic, 2 x overtime), or I can get all four figures in a single stack, but I can't to two columns (one for each year) of basic and overtime.
    Any ideas?

    UK,
    What you are trying to do will require that you interleave the two sets of two-series data into one longer two-set series, and then plot just the one pair of series. Clear as mud?
    What I'm saying is that you have to fake out the program into thinking that you have just two sets, not four.
    You will have one series that has, for instance Apr 2010 Basic, Apr 2011 Basic, May, 2010 Basic, May 2011 Basic, etc.. This other series in that chart will have Apr 2010 Overtime, Apr 2011 Overtime, May 2010 Overtime, May 2011 Overtime, etc.
    The bad thing here (I'll anticipate your first complaint) is that 2010 and 2011 data will have the same color for Basic and another color will be assigned for both 2010 Overtime and 2011 Overtime.
    To get separate color sets for 2010 and 2011 data pairs, you will have to create two charts and overlay them. Both charts would be built in the alternating year format described above, but in one chart all the 2010 data would be blank and in the other chart all the 2011 data would be blank, leaving spaces in the chart for the data from the other chart to nest in.
    Jerry

  • Scatter chart with two series?

    I have a table showing my cat's weight each day. (He's on a much needed diet and it's important to make sure he's losing weight, but not more that about 1% per week, as I experiment with his diet.) I created a scatter chart with the date on the X axis and his weight on the Y axis, and I made a 7 day moving average trendline to show his progress with most of the random daily fluctuations evened out. So far so good.
    I added a column to the chart with a function showing what his weight would be each day if it decreased 1% per week from the average of the previous week. I would like to add this column of data as a second series on the scatter chart so I can make sure he's not losing weight too fast. But I can find no way to do this.
    I had no trouble showing both series on a line chart. But no luck with the scatter chart. I tried creating a new scatter chart using all three columns of data, and I tried dragging the third column of data to the original scatter chart.
    Is it really possible that Numbers '09 cannot show two data series on a scatter chart? Or is there a way to do it?
    Thanks for any assistance.
    Bill

    Hi Bill,
    Maybe this will help. A Scatter Chart displays data pairs, such as a date and a weight. A single column of data would be only one half of the data-pair set. Select both the X and Y value columns for the second set and then add to the Scatter chart.
    Jerry

  • Color Highlights not working in bar chart with two data points

    Iu2019m using Crystal Reports 2011.  I have created a bar graph using two data fields in the Chart Expert.  I have set the colors for the bars in the Color Highlights tab, but the colors that I have defined have not been applied to the graph.  
    I have tried changing the colors numerous times and have done it in both design and preview modes.  It seems to be somethign with having two data points because I don't have this problem when using just one data point.  Please help!

    is the colour mode Color by group or color by series

  • How do I create an xy chart using two independent while loops?

    Hi everyone,
    I am trying to develop a data acquisition program. In this program, I have two independent while loops that each output a number of type double each iteration of the loop. I am able to successfully create two independent waveform charts (data vs. time) for each of the loops when it is placed inside. However, I now want to create an xy chart of the live data (the output of one loop is x and the output of the other is y).
    I am having trouble doing this because of the separate nature of the loops...when I try to pull data outside of the loops it (naturally) doesn't refresh with each loop iteration causing the xy chart to not work in the way I intend. Is there an easy way to fix this? If more clarification is needed, please let me know!
    David
    Solved!
    Go to Solution.

    Yes, more clarification is needed. Please attach your code to clarify.
    I'll take a wag at it, though. It sounds like you are trying to pair X and Y data which happen during a single time chunk, then repeat, is this right? (If not, don't bother to read on.) If so, why not just use a single loop. If your VI is getting too big/complicated for comfort, just put the data-generating stuff into subVIs which run to generate a single data point, then stop, put them into a while loop and send the putputs to a graph or chart inside the loop. That way you won't extend your data trace until you get one and only one point from each subVI and things will stay synchronized.
    Cameron
    To err is human, but to really foul it up requires a computer.
    The optimist believes we are in the best of all possible worlds - the pessimist fears this is true.
    Profanity is the one language all programmers know best.
    An expert is someone who has made all the possible mistakes.
    To learn something about LabVIEW at no extra cost, work the online LabVIEW tutorial(s):
    LabVIEW Unit 1 - Getting Started
    Learn to Use LabVIEW with MyDAQ

  • Putting the label text of a chart on two rows - SSRS 2012

    Hi,
    for a my SSRS chart I need to show month and year period on x-axis and I'd like to put the month above the year, in this way:
    Sep.    Oct.    Nov.
    2014   2014   2014
    Is it possible?
    Thanks

    Hi pscorca,
    According to your description, you want to show both months and years in label of X axis. Besides, months should appears above years.
    In this scenario, we still need to have the values group on month. However, we can use the expression in labels. We can combine value of two fields, then use “vbcrlf” make years appear under the months. Please refer to below steps:
    1. Add Month field to Category Groups. Open Category Group Properties, set Label expression as “=Fields!Month.Value & vbcrlf & Fields!Year.Value”. Please refer to the screenshot below:
    2. Click Preview, the result looks like below:
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu

  • 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

  • Column Chart with two Dimension

    DS Gurus,
    I need your help on the issue i am facing in Design Studio. I am using two characteristics and one keyfigure in the column graph, all the column are showing in one color but the user want different color different group (1,2,3,4 and 5). anyway i can assign color to the dimensions? any help is much appriciated
    Thanks
    VJ

    Try inverting the measures and dimensions on your data source, Dimensions as your columns and Measures as your rows
    It worked for me.
    Best
    Leandro

  • Plotting a Chart with two Y- Axis

    Hi Team,
    I need to draw an combined Coulmn line chart with 2 Y-Axsis. I have defined all the category Axsis ,Value Axsis 1&2 and also the Region color.I am able to get the chart ,But the problem is that the bars are getting repeated as in screen shot -please help

    Hi Poornima,
    Use .

  • Connect two different DP to a chart!

    Hi @all,
    does someone has connected two Data Provider to one line chart?? !
    Scenario:
    I use "two" queries! In the columns i use a key figure (for example sales)! In the rows i can see the last 12 month! The second query is exactly a copy of the first! The keyfigures are restricted by a variable for sales org.
    Now i have a template with one chart and two web items of type "hierarchical context menu". "hierarchical context menu 1" and "hierarchical context menu 2"! hierarchical context menu 1 is connected to query 1 (DataProvider1) and hierarchical context menu 2 is connected to query 2 (DataProvider2)!
    Now i got the problem that only one dataprovider can be connected to the chart so that i can see only one line (keyfigure 1 from query 1)! I would like to connect both Data Provider to the chart "**AND**" and would like to filter each DataProvider by using the two hierarchical context menus!
    Well i think it is not possible! I solved it by using one query with two different key figures and by using varables. Not so comfortable but works.
    Regards,
    Adem

    Same for more $$ from OWC - and Dr Bott is always worth checking out for video cables and adapters.
    http://eshop.macsales.com/shop/video/hardware/

  • Line Chart - getting data from two table to behave as 1 data series

    I'm using the 'Personal Budget' template, and have two tables titled 'Annual Budget by Month: 2009' and 'Annual Budget by Month: 2010'. These tables show, as their last row, my total savings. I want to set up a line chart to display the (downward) trajectory of my savings in one continuous line.
    However, if I create a line chart, the two data sets from the two tables are displayed as two lines, one below the other. If I convert it to a column chart, and then switch to columns instead of rows as the Plotting Orientation (data series button in the upper left of the table), the columns do display correctly. Can anyone tell me how I can get the line version to work?

    spiff,
    I think the solution to your problem is to create a summary table that gathers the data from all your month tables, then plot the summary. Remember to put the category names into a Header row or column so they will automatically show up on the chart axes.
    Jerry

  • Two sets of Data within one Chart

    Hi All,
    I am creating a report that is strictly all charts.  It's coming along well, but I've hit a roadblock.
    I have a database of 1200 clients, each divided into 40 sales branches.  Each report has graphs that shows the sales performance of each sales branch, and in a few charts, I like to compare certain branch performance data to the overall performance for all 40 branches.  I'm currently using parameters and "F5" so each report is only of the selected sales branch.
    For example:  Bar chart #1 has a breakdown of of our client profile based on gender, for Branch #25.  So I have a chart with two bars, Males=75%, Females=25%.  Great.  Now I want to insert values that applies to all 40 branches to the same chart, to see how Branch #25 compares to the overall client gender profile for all 40 branches.  Ideally, I like to see two bars for males, one for Branch #25, and one for Overall, and likewise, two bars for females.
    How do I do that?
    Thank you very much!!
    Frank

    Thanks Brian!  You are correct, that is a disappointment... 
    Does anyone know of a workaround?  For example, by creating a subreport of the overall, and importing certain numbers into the main report, and using that to chart the values?? 
    In the example I've set up, let's say I created another report that summarizes the client profile based on gender for all 40 branches so I have the percentages, then import those percentages into the main report.  I know you can import summations from another subreport(stored variables), and using those stored variables for calculations in the main report.  Can we do the same for charting?
    Anyone?
    Thank You!!
    Frank

  • Creating a Line Chart using a user enter target amount.

    Hi all,
    I'm trying to create a chart that will use Total Sales and Annual Target(Goal).
    I get the Total sales to work just fine. It's just getting the Annual Target(Goal), which is a parameter, to come into the chart. Right now they are doing this in Excel and the Target line goes from 0 to 8,000,000.
    So how do i get that to work in my Crystal Report?
    So when the report is working correctly i should have a Line Chart with two Lines. Line 1 "The Target", Line 2 "Total Sales".
    Thanks

    Hi
    Create a formula field and store the parameter there.
    Now put this formula field in "On change of" in the Chart expert.
    e.g. I have a parmeter on country and I have a chart which shows the last year sales year wise for the countries.
    I create a formula field and put the below formula:
    stringvar x = {?countryparameter};
    Now i put this formula field in On change of so when i run the report i select the required country.
    Hope this helps!!
    Regards
    Sourashree

  • Chart Error - scroller positions should be positive and integer

    <p>
    Hello Expert
    I have created a flash chart with two filters on the chart region.
    i) &lsquo;Select list with submit' ----- (:P23_TRC)
    ii) &lsquo;Radio button with submit' -----(:P23_IMPACTC)
    The chart should display as per the filters selection.
    However, I get the error message "<strong>scroller positions should be positive and integer</strong>", once, whenever I load this chart page for the 1st time in a new IE window.
    After I change the filter's value it will work perfectly fine.
    In filters default value is one value from respective filter list of value
    </p>
    <p>
    If I remove the filter conditions from chart query, it works perfectly without error.
    <u>Here are my chart series queries</u>
    select null link, V.LOB label, COUNT(TR) "Customer Care"
    from V_PROCESSTRACKING V
    Where V.ProcessArea like '%Customer Care%' and (V.TR = :P23_TRC) AND ((V.IMPACT = :P23_IMPACTC)OR (:P23_IMPACTC = 'ALL'))
    group by V.LOB
    order by V.LOB
    select null link, V.LOB label, COUNT(TR) "Sales"
    from V_PROCESSTRACKING V
    Where V.ProcessArea like '%Sales%' and (V.TR = :P23_TRC) AND ((V.IMPACT = :P23_IMPACTC)OR (:P23_IMPACTC = 'ALL'))
    group by V.LOB
    order by V.LOB
    <u>Customer XML</u>
    &lt;?xml version = "1.0" encoding="utf-8" standalone = "yes"?&gt;
    &lt;root&gt;
    &lt;type&gt;
    &lt;chart type="Stacked Horizontal 3DColumn"&gt;
    &lt;animation enabled="yes" appearance="size" speed="10" /&gt;
    &lt;hints auto_size="yes"&gt;
    &lt;text&gt;&lt;![CDATA[{NAME}, {VALUE}]]&gt;&lt;/text&gt;
    &lt;font type="Verdana" size="10" color="0x000000" /&gt;
    &lt;/hints&gt;
    &lt;names show="no"/&gt;
    &lt;values show="no" prefix="" postfix="" decimal_separator="." thousand_separator="," decimal_places="0" /&gt;
    &lt;arguments show="no" /&gt;
    &lt;column_chart column_space="3" block_space="12"&gt;
    &lt;border enabled="no" /&gt;
    &lt;block_names enabled="yes" placement="chart" position="left" &gt;
    &lt;font type="Verdana" size="10" color="0x000000" /&gt;
    &lt;/block_names&gt;
    &lt;/column_chart&gt;
    &lt;/chart&gt;
    &lt;workspace&gt;
    &lt;background enabled="yes" type="solid" color="0xffffff" alpha="0" /&gt;
    &lt;base_area enabled="no" /&gt;
    &lt;chart_area enabled="yes" x="215" y="50" width="705" height="500" deep="0"&gt;
    &lt;background enabled="no"/&gt;
    &lt;border enabled="yes" size="1"/&gt;
    &lt;/chart_area&gt;
    &lt;x_axis name="Line of Business" smart="yes" direction="horizontal" rotation="-90" position="left_center" &gt;
    &lt;font type="verdana_embed_tf" size="14" color="0x000099" bold="yes" align="center" /&gt;
    &lt;/x_axis&gt;
    &lt;y_axis name="No. of Process" smart="yes" position="center_bottom" &gt;
    &lt;font type="Verdana" size="14" color="0x000099" bold="yes" align="center" /&gt;
    &lt;/y_axis&gt;
    &lt;grid&gt;
    &lt;values /&gt;
    &lt;/grid&gt;
    &lt;/workspace&gt;
    &lt;legend enabled="yes" x="935" y="50"&gt;
    &lt;names enabled="yes"&gt;
    &lt;font type="Verdana" size="9" color="0x000000" bold="yes"/&gt;
    &lt;/names&gt;
    &lt;values enabled="no"/&gt;
    &lt;scroller enabled="no"/&gt;
    &lt;header enabled="no"/&gt;
    &lt;background alpha="0"/&gt;
    &lt;/legend&gt;
    &lt;/type&gt;
    #DATA#
    &lt;/root&gt;
    <strong>Help please!!!!! It's urgent</strong>
    Sagar
    </p>

    Hi Rima,
    I found the solution,
    My graph is dependent on the page items. What I found was when I load the page, item default value was displayed but it was not stored in the memory. Item value only gets stored in memory when the page is submitted.
    Line: -----
    Soultion : - Create a page level before header process and define the default value over here as well. This will resolve your error.
    Hopefully you understood what I am trying to explain. If not let me know and I will trying to put in picture and email you.
    Sagar

Maybe you are looking for

  • How to make 260 gtx 55nm VRM custom heat sink

    Warning: This will void your warranty The caveat above added by Mike, Forum Administrator How to Create a Custom 260 GTX 55nm VRM Heat Sink Introduction:  This guide was created to show how you can make a custom VRM heat sink from the stock heat sink

  • Priority on Destinations in a Broker?

    Hey, I've a bit of a problem with the JMS queue, it goes like .. I've 1 broker with 4queues/destinations in queue 1, 2 and 3 .. the consumer will possibly create a message to be put onto queue 4 If 1 + 2 + 3 are getting alot of traffic, I'm seeing th

  • How to combine rows with small numbers into single "other" row?

    How can I combine rows with value 6(for example) or lower to single row representing the SUM of all this values and label OTHER, so the pie chart will have a chance to display all small values combined? I'm using Numbers 09

  • "mistake" sign when importing AVCHD from camera

    Dears! Could anyone advice, what is the solution for the issue: with iMovie 09 I'm trying to import AVCHD films from Sony HDR C11. The program sees the films and even can play them (in import window). The import process starts and continues for the w

  • I can't make mi iPhone 5s work with my MacBook Pro Mid 2012

    I have seen the way handoff and continuity works but I can't make them work with my devices. I just can make and answer phone call's. That`s why I need some help to see what is happening and how can I fix it. Thank's in advance