Charts in a query

I have attached a chart and on the X axis it does not show all the values in the query how can I reduce increase that? Thanks

Niten,
Did you check
http://help.sap.com/saphelp_nw04/helpdata/en/88/95d53ff2913b05e10000000a155106/frameset.htm
-Doodle

Similar Messages

  • Attaching a chart to a query

    I am trying to attach a chart to a query.  The option to attach a chart is grayed out? Why is this and how can I attach? Thanks

    Go into photos, into the folder you want the picture from, then tap on edit in the top right, then tap on each photo you want to email, and tap share at the bottom, then choose email.

  • Multiple charts from one query

    I have a database containing demographic information for
    visitors to various sites. I would like to create a separate chart
    for each site summarizing its demographics. My SQL statement looks
    something like this:
    SELECT SITE, RACE, LANGUAGE, GENDER FROM VISITS GROUP BY
    SITE
    Can this be used to generate a series of charts, one for each
    site? About the only thing I have come up with is a loop using
    cfoutput's group option and cfchartdata to get individual data
    points and I don't think even that would work since I'm not sure
    how I can construct a loop to accomplish this. Thought I'd see if
    there was an alternative that I overlooked before I threw myself
    into it..

    How about Query of Queries...
    -- Get Main Query: queryMain
    -- Prepare first Chart for Site A: querySiteA
    SELECT from queryMain where Site = ''siteA'
    -- Show Chart with: querySiteA
    -- Prepare first Chart for Site B: querySiteB
    SELECT from queryMain where Site = ''siteB'
    -- Show Chart with: querySiteB
    Query of Queries is great for this kind of thing, no need to
    go back to the DB, you have the data, now just further filter it
    for your needs...

  • Character in chart of bw query display error in web browser

    our system is unicode system,default language is chiniese(ZH)
    our IGS patch level is 11
    system basis release is 700 patch 13,and BW patch level is 15
    everything is ok
    but when we execute the query in WEB browser,the chart display error like the image below:
    [http://www.xhschool.com:82/yuuki/viva/zh.jpg|http://www.xhschool.com:82/yuuki/viva/zh.jpg]
    the text of kpi in the chart display error as the squares.
    how can i make it correct?

    Hi,
    you have to download and install igshelper.sar as described in note 1028690.
    Regards, Kai

  • Populate chart using sql query

    Hello,
    I have some sql queries that I run in a database. This queries uses the "Sum case" method.
    I'm trying to create a rdlc file in order to report a pie chart.
    But I don't know how can I configure the Chart on the rdlc file to get the data.
    My queries are like this:
    Dim Pesquisa As String = "SELECT Origem," _
    & " SUM(CASE WHEN Qualidade_Passagem = 'Otimo' THEN +1 ELSE 0 END) AS Otimo ," _
    & " SUM(CASE WHEN Qualidade_Passagem = 'Bom' THEN +1 ELSE 0 END) AS Bom ," _
    & " SUM(CASE WHEN Qualidade_Passagem = 'Regular' THEN +1 ELSE 0 END) AS Regular," _
    & " SUM(CASE WHEN Qualidade_Passagem = 'Ruim' THEN +1 ELSE 0 END) AS Ruim" _
    & " FROM Atendimentos where Data Between '" & Datainicial.Date.ToString("MM/dd/yyyy") & "' and '" & Datafinal.Date.ToString("MM/dd/yyyy") & "'" _
    & " GROUP BY Origem" _
    & " ORDER BY 1"
    But I can't insert this query in the right place...
    How can I do that?
    Valdirnm

    Hi Governm,
    Per my understanding that you want to make the query to execute and get the correct fields which will use in the pie chart, right?
    You query is like below:
    SELECT Origem,
    SUM(CASE WHEN Qualidade_Passagem = 'Otimo' THEN +1 ELSE 0 END) AS Otimo ,
    SUM(CASE WHEN Qualidade_Passagem = 'Bom' THEN +1 ELSE 0 END) AS Bom ,
    SUM(CASE WHEN Qualidade_Passagem = 'Regular' THEN +1 ELSE 0 END) AS Regular,
    SUM(CASE WHEN Qualidade_Passagem = 'Ruim' THEN +1 ELSE 0 END) AS Ruim
    FROM Atendimentos where Data Between  Datainicial.Date.ToString("MM/dd/yyyy")  and Datafinal.Date.ToString("MM/dd/yyyy") 
     GROUP BY Origem
     ORDER BY 1
    Generally, when create an dataset of an RDLC report, a dataset specifies the data that you want to use from a data connection. A dataset is based on a data connection that has been saved in the report as an embedded data source or a reference to
    a shared data source on a report server. The dataset includes a query that specifies a set of fields. As you drag these fields to the design surface, you create expressions that evaluate to the actual data when the report runs.
    If you right click the DataSource and select the DataSet found there is nowhere to add an query, you can reference to article below which contains the sample code to help add the query successfully(You can add the code to the .aspx file):
    http://technet.microsoft.com/en-us/library/aa337091(v=sql.100).aspx
    http://go4coding.com/post/2011/06/07/Using-Sql-Server-Reporting-services-in-ASP-net-web-Application.aspx
    If you still have any problem, please feel free to ask.
    Regards
    Vicky Liu

  • Plot a Chart from sql query

    Hi I am trying a plot a graph using the values from one of my table.
    I am filtering the data using timestamps.
    When I use direct SQL against the database it is retrieving all the data.
    However When I am using the same SQL query to plot a 2D line Graph it is not using all the values to plot the Chart.
    Any ideas.
    Thanks
    Balaji

    Hello,
    Have a look at the serie where you defined the sql statement.
    You probably have a max there of 15 records. You need to increase that value to for ex. 50.
    Regards,
    Dimitri
    http://dgielis.blogspot.com/
    http://www.apex-evangelists.com/

  • Multiple charts with one Query - how to?

    Hi Experts,
    I  wanted to display mulitple charts from the one query in Bex analyzer or WAD. Each chart should be constructed from the data of each column returned from the query. So if the no. of columns in the query is 5  then there should be 5 charts generated. No of columns will be variable. How to achieve it ?? Any idea?
    All kinds of suggestions are welcome.
    Thanks
    Regards
    AB

    Hi Priya,
    Thanks for your response. Actually the infomation is of technical in nature. Its about processes and the parts. Rows represents  parts and columns represent processes. The processes are variable and can be added any time in query.Based on the Query there should be automation of charts. So there is an analysis per process/parts with a single chart. So if the processes are increasing , the automation should also add a chart....thats what the requirement says. So if I have 10 process that I shd get 10 charts and if 15 afterwards then 15....
    I hope now its clear to you.Do suggest if u have any idea.
    Regards
    Atul

  • Charts using sql query

    The table on whichn chart is build as a columns namely cen_name,track_name,quantity
    dispatch_date.My requirement is to build a
    chart which shows me monthwise the tracks
    dispatched,so i wrote the query
    select
    null the_link,
    ce_cur_tk_cen_track_id the_name,
    qnty the_data
    from atcmis.courseware_reqs
    where to_char (DISP_DATE,'MON-YY')=:dispdate
    however the output shows the same track getting repeated in caseof dispatch to different centers having the same track,in the same month,my need is however only to list trackwise quantity dispatched .
    Where for example if 20nos.of track X is dispatched to center A in april and 30 nos.
    of same track X is dispatched to center B in april then i want the chart to display only one track X display with 50 nos.
    how do i do this?

    Pls check the same query at SQL promt. The chart will be rendered accordingly.
    Maybe you will need to change your query.

  • Flash Chart Series : SQL Query Validation

    Hello,
    I probably found a bug on the SQL Query Validation for Flash Charts, if I have two subqueries, the validation fails:
    SQL Query example:
    SELECT NULL, a, b
    FROM (SELECT c a, d b FROM
    ( SELECT 'first' c, 2 d FROM DUAL))
    Error returned:
    "Failed to parse SQL query:
    ORA-06550: line 1, column 45: PLS-00428: an INTO clause is expected in this SELECT statement"
    Is this problem known or is there just something that I do wrong ?
    Christophe

    Yes it was that problem, but I still have an issue:
    How do I set the Flash Chart to use a PL/SQL function in the first place ?
    When I try to enter:
    "return package.function;" in the Create Region Wizard, I get the following error:
    Failed to parse SQL query:
    return EXPERT.getFullListSQLByNC
    ORA-00900: invalid SQL statement
    Certain queries can only be executed when running your application, if your query appears syntactically correct, you can save your query without validation (see options below query source).

  • Column chart from Bex query with 2 characteristics in rows and column

    Hi,
    We're trying to represent the following column chart in Dashboard Design:
    Material/Month
    January
    February
    March
    Material 1
    100
    200
    300
    Material 2
    400
    500
    600
    Material 3
    700
    800
    900
    The BEX query has:
    Result objects: Material, Month/year; amount
    The problem is when i paste the Material dimension in the Excel, i'm getting the following result:
    Material/Month
    January
    February
    March
    Material 1
    100
    200
    300
    Material 1
    400
    500
    600
    Material 1
    700
    800
    900
    So, when i display the column chart, the material tag is incorrect:
    as the image attached shows.

    Hey Flora,
    Happy to hear that its working now.
    Answering your question, again its upto the connection and report format you are using. Based on your question i hope you your report output should be like this.
    You cannot map to two labels for the series, again this report format is possible only in cross tab through Webi. I would suggest you to concatenate the material and month in a dimension in webi like below.
    I have done the concatenation in excel level, i would suggest you to do that in webi. Try to reduce the formula as much in excel.
    or
    If you are using Query browser connection, then i would suggest you to create a separate report which will display the actual vs plan material wise, here you need to pass the material as a prompt.
    Hope this helps in clear, please revert me for any clarification.

  • Color APEX charts based on query value returned?

    Hi,
    I appreciate any information regarding this topic. Do you know if there is a way to change the color of a column chart based on the value that is returned in SQL query? This specific type of query and chart only has one bar...so we don;t have to worry about multiple series of bars here.. For example,
    select null link, FTE_NAME label, (SUM(INVOICeABLE_ALLOCATION) + SUM(SECOND_BILL_ALLOC)) value1
    from FTE_VIEW
    WHERE FTE_ID = :P9_ID
    group by FTE_NAME
    This might return an allocation of 2.5 for a specific person, where we only want people allocated to 1.0 so anything > 1.0 the chart color would turn red.
    PS: There is a reason we are allowing them to enter values >1.0 by the way ;) if you are wondering..haha
    Any ideas? I also looked up in the AnyChart knowledge base, but could not find any help there..
    Kind Regards,

    Hi,
    Thanks for your help. I am not clear on whether I need to create the :P1_Colors item or not. If I choose Custom colors and then have my colors as #099E4A,#F00E19 can I reference :P1_COLORS in my SQL or do I have to create the item :P1_COLORS and use a statics list? Also I've playing with the SQL, I was able to get a return value using a CASE statement, but I had no lukc with the Decode...Here is what I tried IN SQLdeveloper but could not get it to work.
    SELECT FTE_NAME, DECODE(SUM(ALLOCATION),SUM(ALLOCATION)<=1,'GREEN','RED') AS COLOR
    FROM FTE_PRJK_VIEW
    where id = :P9_ID AND FTE_PROJECT_STATUS = 'YES'
    group by FTE_NAME
    (Where i have Green and Red I would have the item :P1_COLORS = #099E4A,#F00E19, ETC..)
    Was able to get this case statement to return a value in SQL Developer..but cannot get it to work in the chart...
    select null link, FTE_NAME label,
    CASE WHEN SUM(ALLOCATION)<1
    THEN :P1_COLORS = '#099E4A'
    else :P1_COLORS = '#F00E19'
    END CASE value1
    from FTE_PRJK_VIEW
    where id = :P9_ID AND FTE_PROJECT_STATUS = 'YES'
    group by FTE_NAME
    Really Appreciate the help with this :)
    Kind Regards,

  • Selecting X and Y-axis in chart for web query

    I have 3 chars and 4 kfs in a query. I want to draw a chart with CHAR1 in x-axis and only 2 kfs in y-axis.  where do i set that my X-AXIS is CHAR 1 and KF1 and KF2 in Y-AXIS.
    When I do so all the KFs are getting displayed in the chart but I want only 2 Key Figures.
    Pls let me know.

    Bryan,
    Sorry the above answers I have given are suitable for Bex Charts.
    For Web Charts You can double click the chart and in the chart right click you can set the series, data points and everything.
    But as it is you can't say the char1 is my primay x axis and char2 is secondary and so on.
    Regs
    Gopi.

  • Chart in BW Query / Workbook

    Hi. I need to build a Bex workbook with charts in BW 7.0.
    I know how to build a workbook in the new release with query (very different from past release but very similar to WAD), but I don't know how to posta chart in a sheet.
    Can You please help me with some help / documentation about it?
    Thanks in advance
    Daniele

    Dear Daniele,
    Go through these links:
    https://forums.sdn.sap.com/click.jspa?searchID=9967811&messageID=4762678
    https://forums.sdn.sap.com/click.jspa?searchID=9967811&messageID=4774288
    Regards,
    Ram.

  • Nakisa Org Chart Admin Console query

    Dear Experts,
    We're currently using the Visualization Solutions by Nakisa 4.0 SP1. I've recently been doing some tinkering in Nakisa Org Chart Admin Console. My query here is regarding the Data Center Options tab therein.
    Upon clicking the Data Connections I'm directed to the Manage Connections screen. I would like to better understand the impact that changing the connection strings in the 'SAPConnection' and the 'SAPRoleMappingConnection' will have on the application and the admin console. 'SAPConnection' and 'SAPRoleMappingConnection' are both SAP connections.
    So far I'm able to decipher that the Org Chart, Listing and Chartbook tabs inherit the changes made to the connection string in SAPConnection but I'm unable to understand what impact will this have on the application itself.
    Also, it would be greatly helpful if you could provide me a link to some documentation regarding the Nakisa Admin Console and some standard implementations for the same.
    Thanking you in anticipation.
    Best Regards,
    Mayank

    Maynak.
    You won't see any immediate change as AdminConsole is a tool that loads the configuration into it, but must then write it out and publish it for it to take effect (users may also need to close browser sessions and log back in to see the changes).  Changes are usually applied (you make the change), submitted (set as ready for inclusion in the build), saved (configuration files containing the changes are saved to disk) and published (put live for the end user).  See the Admin Guide and the articles I referenced for some further details on this.
    You say you made changes.  Did you publish them and have the users login again?  If not then you would not expect to see any change for the users.  If you did change it, are you sure there is a difference in the structural data?  If there is a difference and you did not see it, my next question would be is this a staged solution?  i.e. is the SAP data extracted to a database and then the visualisation occurring from that data store?  If it is then you would not see a change until your next extract run and then only if you also changed the SAPExtractorConnection.
    With regards to "tentative errors", once you publish your build changes assuming your connections are good (and there are options to test the connections) then you shouldn't have any errors.  However depending upon your precise configuration you could get an error  As an example, you could get a situation where the chart is configured to put the users in at their own org unit as the root of the chart and if they don't have an associated position then they could see an error message.  If you have a particular issue that you cannot resolve then your best option is probably to search this SCN space and if you cannot find a solution, post the details of your issue to this SCN space in a new thread.  Perhaps use Welcome and Guidelines for Posting Discussions - Please Read Before Posting! as the basis for what you might include.  Some of the points in it may well be/have been relevant to this discussion.
    In the instance you refer to, nodes are multiple instances of the application.  If you have a very large organisation then you may need to host your application and load balance it across multiple instances on multiple servers.  If you have only one instance of OrgChart running, you have just one node and so don't need to do anything other than publish in this one place.
    Regards,
    Stephen.

  • Reg:Creation of chart during query runtime

    Dear all,
    I want to display a Pie-Chart during my query execution
    dynamically. I am working only in query designer not in WAD.
    For example :  I have created a query in query designer based on Zonewise Sales Value. And i have designed the chart also based on these values. But i am facing the problem when i am executing the query i couldnt able to see the Pie-Chart desinged by me.
    Is it possible to save the Pie-Chart as saved view in my query  designer?
    Kindly do the needful. Helpful answers will be rewarded.
    Thanks,
    Harikrishna N

    hai expert's,
    is there any option to save and execute the chart during  query execution. i am asking in query designer?.....
    please through a ligh on it........
    Regards
    Harikrishna N

Maybe you are looking for

  • Unable to read the file using UTL_FILE Dir

    I need to read/write a file from/to the operating system through PLSQL Package. I used UTL_FILE package to do the same. In the application server the utl_file_dir(/usr/tmp in my system) is created as a softlink to database server. oI want to run this

  • How does account determination take place ??

    dear experts pls enlighten me on how excatly account determination take place . what is an account grping code what is transaction event key what is the technical name for keys used in OBYC like BSX , WRX GBB etc what is the other keys like VAX ,INV

  • HT4623 My Ipad will not update app's

    My Ipad is not update app's

  • Ipod not registering songs

    Hi, I am having a problem at the moment with my ipod. When the ipod is plugged into the computer, I can see the songs being transferred but when i disconnect from my computer, the songs are not on my ipod. I've reset my ipod several times and have al

  • Period Alert Text message

    Hi All, we are using one custum to alert to send mail with some text message. now my user wants to add some more text but i was unable to add text. what is limitation text message in alert. please advice me Thanks Anu