2 queries to single chart ...

Hi everybody,
I have 2 two queries:
The first: Number of passager on Year/WEEK for 2007
The second: Number of passager on Year/WEEK for 2008
I must compare data on single chart on 2007 and 2008.
So, i have to compare only on WEEK
Any suggestions ?
Thanks a lot for your help ...
Rodolphe.

Hi,
its should not come like that
the output should be
A1
A2
B1
B2
OK try first drag a table from the output port of the combine opearator then drag a chart from that table
or check the capacity of the output port of the Quierys
if it is zero make it to large numerical
i hope it will help
Regards,
GOIVNDU

Similar Messages

  • Creating a single chart based on two data providers in webtemplates

    Hi All!
       Is there a way to design a webtemplate  where a single chart is displayed from  two different dataproviders. my requirement is to display a chart which gets its data from two different queries which have simmilar keyfgures and simmilar dimentions. note that we cannot have a single query .
      any suggestion is a welcome and  will be appreciated with points.
    with regards
    ashwin

    Hi!
      good suggestions
    1)With APD:- These quereis are based on variable which selects a charecteristic which is outside the cube and it has M:N relationship with the Charecteristic in the cube. sooo It is not optimal to call APD each time i want to use the query and more over i can not have a Seperate infoprovider just for one query which is verydynamic and changes more than once in a data
    2)cannot create a multiprovider because one charecteristics   BP group is in  M:N relation with Business parner charecteristic in some 3 cubes. and if I create a multiprovider i can not restrict  the contents based on group only valid option might be to use infoset but it performance wise its not a good solution
    3) with BSP do you mean eachtime when we want use the query with a different restriction do we need to execute this BSP application with a variable and then fill the datasources and then activate the table and then check the query??? or you mean something else..can you please explain a bit... more about the concept.
    with regards
    ashwin

  • How to superimpose data from two different charts into a single chart?

    I have a single chart that lists numbers by month for a two year period like this:
    Jan 100
    Feb 200
    Jan 103
    Feb 199
    The numbers are all in the same column rather than different columns.
    I'd like to creat a chart that plots the data for each year on the same X axis, so that I can see the two january numbers, the two february numbers, etc. on top of each other. But nothing I've tried seems to work. Numbers seems to always put the second january after the first december on the x axis rather than recognizing it as a new series to be superimposed on top of the original january.
    Is there some way to fix this short of putting the data into a new column?

    What your describing is a table of wht I would call raw data. I would also have a summary table that would use functions like sumif and sumifs, then make my chart off that. This table would have each month in a column and the  years across as headers. ( if you're familiar with excel, it would be the equivalent of making a pivot table and chart, but manually).
    Jason

  • Two line graphs in a single chart

    Hello Experts,
    I am having set of values each for one line graph.
    But I want to plot these two graphs in a single chart.(2 line graphs in a single chart)
    Please help me how to plot?
    Regards,
    Apex User

    Hi,
    Your query needs to return data in this format:
    link    label        value1   value2
    null    01-JAN-10    5        6
    null    01-FEB-10    3        6
    null    01-MAR-10    2        5where 'value1' column will be the first series, 'value2' column will be the second series, etc.
    So you SQL query will need to be something like:
    select
    null link,
    created_month label,
    sum(value1) value1,
    sum(value2) value2
    from table
    group by
    created_monthAmanda

  • Single Chart Style Playlist

    Hi,
    I was wondering whether it was possible to make a Top 10 singles chart style smart playlist in iTunes.
    I want to be able to see which songs I've played the most in the last seven days.
    Maybe its not possible but was just wondering as I cant figure it out.
    Thanks

    If you make a smart playlist with the criterion "Last Played is within the last 7 days", you can then sort it by playcount.

  • Mutliple queries on single workbook?

    Hi,
    Is it possible to have number of queries on single workbook, meaning each query on a different sheet.
    How can this be achieved.
    Would it require embedded workbook.
    How would it be refreshed, i have heard some people had problems with similar scenario
    How are variables handled, assuming some queries are prompted for variables.
    Thanks

    Hi Ashouja,
    It is possible to have multiple queries on different sheets in one workbook. You can accomplish this through using the Bex Toolbar button Tools > Insert Query on the different worksheets. When you will refresh the workbook, all those queries are still "attached" will be refreshed.
    About the variables...it depends on the query properties set in the workbooks. eg if you choose Refresh all queries when opening workbook, then as soon as you open the workbook, all the queries will be automatically refreshed. In this case you will get the variable screen starting with that of the first query. If there are any variables that are common between the queries (Same technical name) then those variables will only appear once and if you enter a value, they will not appear again. The second query will be run with the same value in this case.
    Look at these links for more info:
    http://help.sap.com/saphelp_nw04/helpdata/en/f1/0a5529e09411d2acb90000e829fbfe/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/3a/89883989676778e10000000a11402f/content.htm
    Hope this helps...

  • HT5714 If a song is available for download in a pre order will it count towards single chart counts?

    If a song is available for download in a pre order will it count towards single chart counts?

    Apple has not released any information as to how any of their charts and features are calculated, so no one here will know.
    Regards.

  • Layout issue in export multiple queries to single excel

    Hi ,
    While exporting more than one queries on web template to single excel (with help of  HowToWebPrinting document ), i am facing layout problems.
    EX. if my web template has 4 queries  in below format
    A B
    C D
    where A,B,C,D are different queries
    on web printing to single excel, i get all queries in excel but they are in form
    A
    B
    C
    D
    i.e with distorted layout. Is there a way out to have the exported EXCEL in same layout as that of my report
    Any ideas would be appreciated in this regard.
    Best Regards
    Deepali

    Thanks Deepak for your suggestion on trying to enhance
    Z_PRINT_SERVICE class.
    But in my system, i have z_print_help_service & not z_print_service. Is it something that is missing.
    To add to it, i have one more issue.
    I have a strange scenario.
    In some webtemplates, when i do export , my all data is coming.
    In some alternate columns are coming on export in one row
    & other row its fine, while on web report all columns are existing .
    Has anybody faced missing data on export .
    Unless this problem gets resolved, we can't be sure of what is being produced & won't be able to implement. Below are lines i am using
    in each template.
    <param name="HELP_SERVICE" value="Z_PRINT_HELP_SERVICE_ALL_DP"/>
             <param name="HELP_SERVICE_CLASS" value="ZCL_RSR_XLS_HELP_WINDOW_PRINT"/>

  • Merging two Queries in single crystal report lauout

    Hi All,
    I need to show two reports from two different BEx queries in a single crystal report layout. The queries are independent of each onther and having their selection variables. I have implemented two subreports for two queries in a main report. Now the problem i am facing is, though both the queries are having same slection(Profit Centre and Fiscal Per/Year), they are getting repeated in crystal report parameter screen. I have to enter the values for selections for each report.
    Is there any method to merge the selections for both reports if they are same, so that i can enter the selections only once?
    Thanks in Adv,
    Shubhramukta.

    Hi,
    I have two queries in BEx having Selections. Query 1 is having selections (Profit centre and Fiscal Per/Yr) and query 2 is having same selections as well(i.e. Profit centre and Fiscal Per/Yr). I have created two reports corresponding to these queries have used as subreports in a main report using Crystal report 2008. When i run the main Crystal report, it automatically prompts for values to be entered, as variables are set at BEx query level.
    Though both the reports are having same selection variables, crystal report asks to enter values two times , once for each report, and it is obvious.
    Parameters are Crystal parameters.
    Is there any method to merge the parameters,is selection variables are same, so that it will ask only once?
    Thanks

  • How to plot multiple channels in a single chart

    HI
    My problem is basically offline analysis only.From the given data i have to plot the difference between any two channels.But i have to plot up to 8 differential signals as per users selection in a single graph.Somebody please give some idea how to do this.Thanks a lot.

    Got the Help Menu item and select
    'Find Examples'
    Enter Graph
    There are lots of options
    Perhaps for graph basics:-
    Try the 'XY Graph.vi' sample in the 'Find Examples' menu item under help.
    The example shows multiple plots on one chart.
    Quote
    'Use the XY Graph to display data that is not uniformly distributed along the X-axis. This is particularly useful when displaying data that was sampled at a variable rate.'

  • Bar chart and Line chart in a single chart??

    Hello,
    Was wondering if there is any way to create a bar chart and line chart in a single Flash or SVG chart? If not, are there any plans to introduce such a chart type in the future releases?
    Regards,
    Dev

    Dev,
    I don't think you can do that using standard Flash or SVG. However, you can do this
    using my XML Chart Package
    http://htmldb.oracle.com/pls/otn/f?p=31517:58
    and the instructions given on
    http://www.maani.us/xml_charts/index.php?menu=Gallery&submenu=Composite
    You can modify the package to do that for you.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://htmldb.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • How to embed multiple queries in single workbook

    Hi,
               I am working in BI 7.0 environment. My requirement is
    1) I have 6 different SD queries.
    2) I need to create workbook out of each query.
    3) I need to embed workbook created from each query into a single work book (each worksheet in workbook should have workbook created from 1single query).
    This way the final workbook will have six work sheets with six different queries (all saved as workbooks).
    Can anyone please give me an idea to create the workbook.
    We are latest version of Excel.
    Thanks in advance.

    Hi Padma,
       You can embed multiple queries in a workbook.Please follow below steps.
    1. Open the query in a Bex analyzer (first query)
    2. Go to second tab and select a cell and insert anlaysis item (second icon on the Bex Toolbar)
    3. Right click and assign query to the data provider.
    4. Goto next tab and insert analysis item for third query . Similarly you can insert many queries but embedding multiple queries will degrade performace.
    5. Goto workbook settings (last icon in Bex tool bar) for workbook properties like refresh workbook on open. pop up variable screen on refresh etc.
    Also please go thru below links .
    http://help.sap.com/saphelp_nw04/helpdata/en/ba/45583ca544eb
    51e10000000a114084/content.htm
    Hope this helps. Let me know if you have any queries.
    Regards
    Suvarna

  • Threaded Queries from Single static Connection object - Good approach?

    Hi,
    I need to generate a report where I need to query count(1) from over one hundred tables from oracle 10g database. I am not updating or deleting any record.
    My approach is to use a single static connection object and create one thread for each table and capture the result back into a static hashtable.
    But still, I am not getting any substantial performance improvement. Earlier, my report took 40 minutes, when it was non-threaded and now it takes 30 minutes.
    Is there anything more I can do to make my report get the counts faster? Will a connection pool help?

    Tolls wrote:
    jschell wrote:
    I was told by the DBA that count(1) works faster than count(*)....that's why....Unlikely. Certainly not true in current versions of Oracle if that is the source.Not unlikely, actually not true. Beneath the hood Oracle turns a count(1) into a count(*) in order to deal with this. Why? Because count(1) is turned into count(*) in order to avoid it being slower (Oracle 7 was the last time count(1) was different). And the reason generally given is because so many people were mistakenly using count(1) thinking it performed better that they decided to put in the "conversion" to fix the silly queries.
    I think this it the [Ask Tom|http://asktom.oracle.com/pls/asktom/f?p=100:11:109792721681931::::P11_QUESTION_ID:1156159920245] link I used last time this came up here.
    I knew all that, but I missed that the OP had specified the database vendor and version.

  • Attach Mulitple queries in one Chart in WAD

    I have 3 separate BEx queries. Is it possible to assign these 3 queires to one bar chart or graph in WAD?

    Hi,
    You can have mulitple queries but At any point of time,you can assign only one query with any design item say Chart or Analysis item.If you want to change the query to be assigned then you can chnage the assignment in the Properties of that particular design item.
    Rgds,
    Murali

  • Combining multiple WMI Queries for Single Step in Task Sequence?

    Hi there,
    since i couldn't find an answer on google i try to find the information here:
    i would like to use a multiple wmi query in a single step in task sequence.
    hat means i want to query fist if the Computer is a Laptop or not and then if yes, if it is from HP  Manufacturer.
    To find out if Machine is a Laptop i use the following wmi query:
    Select * from Win32_Battery WHERE (Batterystatus <> 0)
    To find out if the Machine is from Manufacturer HP i use the following wmi query:
    Select * from Win32_ComputerSystem WHERE Manufacturer LIKE "%HP%"
    my question: is it possible to combine those 2 queries?
    Like IF this is a Laptop AND IF it comes from HP, then install this type of software package?
    Thanks for your answers!

    unfortunely this did not work.
    i try to install specific software for all HP Laptops:
    but this software won't get installed on any HP Laptop. Message according to the logfile
    "The task sequence execution engine skipped an action because the condition was evaluated to be false"
    If i remove one of the WMI-Queries Installation works successfully.
    Can anyone point me what i might do wrong here?

Maybe you are looking for