APEX report/pie chart

Hello!
I am trying to figure out how to either:
1. Create a report page that will use an SQL query to update a table without having to rerun the table/query script (auto update via browser refresh)
2. Create a pie chart that can take two select statements to create it's chart.
     Here is the query I would like to use, sort of...
                    select CID from Customer_t where CID not in (select CID from Keep_t);
                    select CID from Kept_t;
Basically this query is trying to get all of the customer IDs that are not in the Keep table and display them as one sum value on the chart and then display all of the customer IDs who are on the Keep table as another sum value.
Let me know if you have a solution or need more data.
Thanks

Hello!
I am trying to figure out how to either:
1. Create a report page that will use an SQL query to update a table without having to rerun the table/query script (auto update via browser refresh)
2. Create a pie chart that can take two select statements to create it's chart.
     Here is the query I would like to use, sort of...
                    select CID from Customer_t where CID not in (select CID from Keep_t);
                    select CID from Kept_t;
Basically this query is trying to get all of the customer IDs that are not in the Keep table and display them as one sum value on the chart and then display all of the customer IDs who are on the Keep table as another sum value.
Let me know if you have a solution or need more data.
Thanks

Similar Messages

  • Crystal Reports Pie Chart showing Sum 100% in Legend.  How to remove?

    I have a Pie chart which displays correctly but in the Legend is displayed the values with the correct percentages AND  the Sum showing 100%.
    I need to either remove the Sum line or be able to change the text from the report since I have to produce the report in 4 languages and the Sum always shows up in the language of the server.
    the legend looks something like;
    value1  25%
    value2  25%
    value3  75%
    Sum     100%   <------  this line must go or be changed  (e.g. in Italian as Totale)
    Running a server for each language is not an option
    There are a variable number of values so I cannot overlay a rectangle on a fixed position.  (awfull solution)
    Is there any way I can simply turn off the Summ (not the whole legend which is needed)?
    any help would be greatly appreciated.
    I am using Crystal Reports 2008
    Best Regards
    Chris Ryder

    Well  Thank you everyone for your suggestions.
    The client is very specific about the look and feel so I cannot change to not using a legend.  However,  the discussions serves to confirm that it is NOT possible which is actually just as useful.
    In Conclusion
    To restate the problem  the client has a report which can be displayed in one of four languages by choice from the end user.  The report contains a pie chart which displays the various segment names and percentages as a legend.  At the bottom of this legend appears automaticaly the word Summ in the langauge of the the 'Server Locale' (in our case german Summe) and the 100% value.
    I wished to know if it was possible to either change the language of this word (without changing the server as I do not have access) or to remove it altogether.
    The answer is NO it is not possible to remove only this word or to change it in anyway.
    Our final workaround is;
    we hide the Legend on the graph and build it as a seperate entity next to the graph.  Not ideal as everything is then done twice and we have an indirect link between the segment colours and the legend colours which is not apparent directly in the report.  But at least the client has signed off on the report.
    once again thank you for taking the time to think about the problem.
    Chris Ryder

  • Crystal reports pie chart

    Hi,
    I have a record with 2 fields: a date field called 'mydate' and a text field called 'yesno'.
    There are about 100 records in the database.
    I want to produce a pie chart that will only produce the amount of 'YES' values in the 'yesno' field and show these values on the pie chart by month.
    Im pretty new to crystal reports, so if you could give me a step-by-step, that would be great.
    Thanks.
    J.

    James,
    I don't quite understand. Is the detail amount correct, just displayed as percentages, or is the actual percentage being displayed.
    If the detail amount is being displayed as a percentage, under Chart Expert -> Options -> Number Format is where you can format the field.
    If it's the actual percentage being displayed, you're going to have to change the Show Value you're basing the chart on.
    I hope this helps.
    Mike

  • Cuic report - pie chart static color bug (CSCul65722)

    Hi,
    I would like to know the fix release plans for the bug CSCul65722. 
    Thanks & Regards,
    Guna.

    Hi Guna,
    please raise your question at the contact center:
    https://supportforums.cisco.com/community/5926/contact-center
    you are in the ServiceGrid Support forum, unfortunately we can't answer this question.
    If you like to learn more about ServiceGrid i'm happy to help you.
    best regards
    Patrick

  • Pie chart with NULL values

    I have a report(pie chart) with year, State, Category(Electronics,Home Appliances, Grocery) and % profit margin. The requirement is in a state if any of the categories is NULL the other two should become null as well for that state so that the whole pie chart will disappear. For example if electronics profit margin is NULL for a chosen state then Home appliances and Grocery profit margin should become null for that state as well. Can anyone please advise how this can be accomplished.
    Thanks
    R
    Edited by: user1146711 on Jul 13, 2012 11:37 AM

    user1146711 wrote:
    I have a report(pie chart) with year, State, Category(Electronics,Home Appliances, Grocery) and % profit margin. The requirement is in a state if any of the categories is NULL the other two should become null as well for that state so that the whole pie chart will disappear. For example if electronics profit margin is NULL for a chosen state then Home appliances and Grocery profit margin should become null for that state as well. Can anyone please advise how this can be accomplished.
    Thanks
    R
    Edited by: user1146711 on Jul 13, 2012 11:37 AMTry this:
    --1) In addition to your mentioned columns, add 4 more "% profit margin" columns. (I am assuming this is a measures column.)--
    --2) In each of the first 3 columns, click on the fx button, then on the Filters button and create a column filter "where category = 'Electronics' for the 1st column, "where category = 'Home Applicances' for the second column, etc...--
    Each of the 3 columns in step 2 will contain the measure for the specific category, for the given year, some of which may be NULL according to your data.
    --3) In the 4th dummy column, make it a concatenation of the prevous 3 columns.--
    Because this is a concatenation, if any of the previous 3 columns are NULL, the sum will also be NULL. Make sense?
    --4) Then finally, put a filter on the 4th column, "Is not Null."--
    Now if any of the individual categories has a null, the whole state will be eliminated from your report. Hide the 4 columns. That's it.
    The above won't work as the values of every row will have NULLs due to the way I said to build the report.
    Okay, try this:
    1) Build a small report with Year, State, SUM(% Profit Margin) and a concatenated column Year-State.
    2) Put a filter on the SUM(% Profit Margin) column "Is Not Null."
    If there are NULLS in any of the four categories, because your database does not substitute a 0, then the sum will be Null and there won't be a row that corresponds to that Year and State. The only rows that should appear in this report are those states for the year, that had a value in all 4 categories. The last column, Year-State will be unique and be the identifier.
    3) Now build your main report with all your normal columns (Year, State, Category, % Profit Margin) and add a hidden column that is the concatenation of Year-State.
    4) On the Year-State column, put a filter "based on another request" and point it to the "Year-State" column of the small report.
    This should produce only rows where all 4 categories had a value in it for the given year.
    Edited by: David_T on Jul 14, 2012 7:49 AM
    Edited by: David_T on Jul 16, 2012 2:48 PM

  • Labels on 3d Pie Chart overrunning

    Is it possible to rotate the labels on a 3d pie chart so they don't run into each other? I have a case where there are small values with a label that running into the next label over for an item?
    I believe this is corrected in the newer versions of any chart, but I am limited to the apex 3.2 version of anychart, since I am hosted on a 3rd party site..
    Thank you,
    Tony Miller
    Webster, TX

    I understand that the feature is not available in current version of APEX Flash Pie charts now.... Can only hope when APEX 4.0 comes out we get newer version of anychart..
    Question, can you eliminate the labels on a Pie chart and just have the pie chart and a legend with labels and values?
    Thanks,
    Tony Miller
    Webster, TX

  • Reporting Services in 2005 Secondary Pie Chart?

       Hi,
             In 2008 and 20012, secondary pie charts with a percentage threshold from a main pie chart can be easily created. Is it possible to do in 2005?
    *CustomAttributes
    Thanks.

    Hi Robb,
    It seems that you are using Dundas Chart Control for SQL Server 2008 R2 Reporting Services not the Dundas Chart Control 2005 that Microsoft has purchased.
    Microsoft purchased the license to use Dundas Chart Control 2005 in Reporting Services 2008 and above. Therefore the supported upgrade is from Reporting Services 2005 Dundas Charts to SSRS 2008 (R2) and SSRS 2012 Charts.
    If you are using a particular component released by Dundas for SSRS 2008 R2, you won’t be able to upgrade Reporting Services 2008 R2 Reports with Dundas Charts to Reporting Services 2012 Charts.
    To confirm this, please check the details of this assembly “DundasRSChart.dll” located under the /Report Server/bin directory.
    If the Product Name is “Dundas Chart for Reporting Services 2008 R2”, it indicates that this is a new version of Dundas Chart for SSRS 2008 R2 (i.e. a third party control). If the Product Name is “Microsoft SQL Server”, it indicates that this is the version
    that Microsoft has purchased.
    In this condition, you have to migrate the DundasRSChart.dll to the SSRS 2012 instance and reference it as the custom assembly in the reports. Please make sure to rename the DLL file so that it won’t replace the native DundasRSChart.dll installed by SQL
    Server 2012.
    For more information about referencing custom assembly in a report, please see:
    Using Custom Assemblies with Reports
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • PIE chart report for planned, Actual and variants cost

    Hi Gurus,
    Is there any report provides information of Plan cost, Actual cost and Variants cost for sales order or production Plan in PIE CHART format or any other chart diagram.
    Regards,
    Ram Krishna

    Hello,
    Go to relevant S_ALR* report.
    For example execute
    S_ALR_87013611
    Settings ==> Options
    Office Integration => Microsoft Excel
    Remove Worksheet Protection
    ignore the warning message.
    Go to insert tab on the MS excel.
    Select the report data.
    Click on pie chart.
    You will be able to see the pie chart.
    Regards,
    Ravi

  • SSRS Report Builder 3.0 - Pie Chart

    Hi,
    I have Pie chart that displays Number of  items by Country,
    My data set is pulling the correct values.
    The 3D effect is true for the pie chart and the Series Labels are set to diplay out of the Slice.
    I used the collected style to be SingleSlice and not using percentages but just the values less than or = 5 to be collected to other countries slice.
    for labels format I am using a column value from the query where I Concatenate the Value and Name of the country as string as I am not showing the legend on the chart for more space
    All the values are showing up right except for one value for one slice which is added extra numbers at the beginning of the number part of the string.
    For Example , if for USA there are 320 items  it should should show up as USA - 320  as that is the value that the query bring and I double checked that. But that value dipslays USA - 12320 for some reason and this is happening only with one
    label.
    I might be missing somethign silly but if someone can save my time and help me it would be appreciated.
    Please let me know if you have any questions.
    Thanks,
    Chaitanya

    Hi Chaitanya,
    Sorry for the delay.
    I am unable to reproduce the issue in my test environment. The issue seems rather odd. Here, I suggest that you create a new report and design the Pie Chart from scratch, and then check the issue again.
    If the issue persists, please post the expression of the label data as well as the CustomAttributes settings of the target series of the Pie Chart. 
    Regards,
    Mike Yin
    TechNet Community Support

  • Interactive Reporting - Dragging a Pie Chart into a Report

    I have a report that contains about 5 charts at the end of all the tables containing data (the charts are in the report footer). I have created a new pie chart and want to drag it into the report footer as well. When I drag it in, it goes at the very beginning of the report footer. I have tried dragging it down and it seems to only want to stay on that very first page of the report footer. I am not able to move it onto a different page. How do I make this work? What I'd really like to do is add a new page in the middle of the charts and put this new chart on that new page ... but i couldn't figure out how to do that, so I was just going to drag the new chart to the very bottom of the other charts.
    Thanks.
    Terri T.

    Terri
    I had a case where I needed "extra" Report Footers. To do this I created bogus Report Group Columns in my results section with a constant value, same for all rows.
    I then used this as a Report Group in the Report Section. I turned off the Group Header and Turned On the Group Footer with a Page Break Before or After. If you have other Report Groups then you would need to make the Bogus Report Group Column before any of your business report groups.
    Wayne Van Sluys
    TopDown Consulting

  • Pie chart to a tabular report

    I have develop a pie chart for Category Sales. If i click on one of the pie (Category) it should open a tabular report where it shows the sale of products in that category. How can i implement this in OBIEE dashboard?

    Hi,
    For your senario you can use Master Detail event feture to implement your solutions.
    Master-detail linking of views allows you to establish a relationship between two or more views such that one view, called the master view, will drive data changes in one or more other views, called detail views.
    More detail refer below linke;
    http://gerardnico.com/wiki/dat/obiee/master_detail
    Mark Helpful/Correct as applicable.
    Regards,
    Kashi

  • 3D pie chart in a report

    Hi all,
    I need to add a 3D pie chart in a report, and I don´t find it in the Chart Wizard. Anyone knows if is it possible to do this?
    Thanks in advance.

    Hello,
    http://www.oracle.com/technology/products/reports/htdocs/faq/Graph_FAQ_with_style.html
    How do I apply 3-D (three-dimensional) effect to my graphs?
    For Pie graph type, add the following attributes to your Graph.xml:
    <Graph ... pieDepth="30" pieTilt="20" ... >
    Regards

  • Create Pie Chart and Vertical bar chart using report builder 3.0 with sharepoint custom list

    Hi All,
    I have a client requirement to create reports which should show the graphical representation of SharePoint Custom List data. The reports are Month wise and YTD. Also i have to create dashboard.
    For creating reports, i have heard about Report Builder and SSRS. I have SQL server 2008r2 and installed report builder 3.0 but i am not aware of creating reports(KPI, Pie Chart, Vertical bar, etc.,) with sharepoint customlist.
    Can some one please help me on this.
    MercuryMan

    Here is some information about using the SharePoint List Data source with SSRS/Report Builder/BIDS:
    http://www.infotoad.com/blog/post/2012/10/11/using-a-sharepoint-list-connection-type-as-a-data-source-for-reporting-services.aspx
    http://technet.microsoft.com/en-us/library/ee633650.aspx
    http://www.codeproject.com/Articles/24469/SQL-Reporting-Services-data-from-SharePoint-lists
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Crystal Reports 2008 Pie Chart Data Labels

    Hi,
    I've been trying to figure out why I cannot get the option to put pie chart data labels in the center of each slice.  There's an option to place them there, but everytime I select it, the graph reverts to putting the data labels on the outside with leader lines.  I was able to do it once, for one pie chart, but have not been able to get it to work for any others.  I've even tried creating a pie with only two slices in case there's a slice size limit below which the data is placed outside.  There doesn't seem to be any rhyme or reason why it worked once and now won't work again.
    Thanks,
    -Jim
    Edited by: jwmckay on Apr 23, 2010 7:19 PM

    Hi Jim,
    The issue could be faced because of the 'Auto-arrange' layout option enabled from Chart Expert within the report.                                                                               
    This option allows Crystal Reports to reset the chart layout to its original size and position  
    To uncheck the 'Auto-arrange option':                                                                               
    - First Go to Chart Expert-                                                                               
    - Click on the Options Tab                                                                               
    - Uncheck Auto - Arrange                                                                               
    - Click OK                                                                               
    I hope this helps,
    Selenia

  • PIE Chart Drill down in bex report

    Hi Friends,
    In my bex report i have pie chart for year 2008.
    Shall I drill down on this report means if  i click on one part of the pie chart will i go to another report or another pie chart.
    Can any one pls tell me is it possible .
    Thanks & Regards,
    Ramnaresh.
    Edited by: ramnaresh porana on Dec 1, 2008 6:35 AM

    Hi ,
    Thanks for reply.
    how it is possible from context menu of the pie chart , i have seen the context menu of the pie chart but i did not get any related option for this one.
    Can you pls guide me.
    Thanks & Regards,
    Ramnaresh.

Maybe you are looking for