Filtered report charts & graphics?

I really like the "summary report" feature.
Is it possible to filter responses based on a response choice from a single item and to display this subset of data in the "summary report"? Or must it be exported to Excel?
I can see that in "view responses" the data can be represented in many ways. But not in the graphic report? Is that a feature of the Basic or Plus account?
Similarly, is it possible to cross-tabulate?

That’s perfect. So I collect my data in a single survey. And then I duplicate some of it in a duplicate form file and remove unwanted responses. Is that right?
If that works, we’ll be getting the paid account tomorrow.
Thank you!
Lara

Similar Messages

  • SharePoint Foundation 2013 - report / chart / Graph for Employee vacation.

    In SharePoint Foundation 2013 I want to create a report / chart / Graph for Employee (Employee Id,Employee Name & Department) which will show month wise from which date to which date Employee are on vacation in particular department.
    I'm thinking to create one List where where user will enter there vacation details and from that list report I will create chart / Graph Department wise to check the Employees availability.
    Please provide some good example or idea in detail for this.

    Hi,
    Chart Web Parts are useful for visually representing data in line charts, bar charts, and other views. Charts enable you and other users to view performance information at a glance.
    In SharePoint 2013, chart web part is one of the discontinued features. We usually use Excel Service to replace it, however, Excel Service is only available in Enterprise edition, so we need to figure out coding methods or third party tool if you are using
    Foundation edition.
    Here are some links for workaround in your situation, please check if they can be help:
    http://sivarajan.me/post/SharePoint-2013-Chart-WebPart-Using-HTML-5-RGraph-with-WCF-REST-Services
    http://charts4sharepoint.codeplex.com/
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Problem in filtering reports in presentation services

    Hello,
    I have a problem with the data that is returned after filtering reports in the presentation services.
    The simplified problem:
    I have two physical tables: table A and table B.
    Between the two tables there's a left outer join, meaning, records from table A that does not join with any records in table B, should also be returned from the DB.
    In the presentation services, I create a report based on column 1 from table A and column 2 from table B.
    The problem starts when I filter the report in the presention services by a third column (from table B), that is not part of the report:
    The problem is that the Oracble BI creates a SQL query, that filters the data after the left outer join between the two tables is executed. Meaning, in the SQL query, first the data from the left outer join is returned, and then, in the SQL query, anthoer WHERE cluase is added, and filters the data by the filter we set in the presentation services.
    I want the filter we set in the presention services will be executed on table B, and only after that, the left outer join between the table A and table B will be executed.
    Is there a away of doing it?
    How can I define for the BI to create such query?
    Thanks!

    Hi friend,
    a solution could be create a view of the table B with the filter (by the third field) applied. Then, you can apply left join between table A and view of table B. So, you will obtain the results what you want.
    I hope this can be usefull for you. Please, if it's usefull or resolve your problem, mark the answer, Thanks
    Good luck friend.

  • Interactive Report Chart Missing Labels

    I have a simple horizontal bar chart on an Interactive Report... There are 22 bars but only half of them (11) have labels. Bars 1, 3, 5, 7, etc have labels. If I click on the other bars I can see their labels but this is of no use when printing. The same issue happens frequently in various other charts whenever there are more than a few items to display. Our users have to download the reports to Excel and create the charts there in order to print or make presentations.

    Hi Rick,
    The behaviour you are seeing, where not all labels are displayed, is expected given the size of the region the chart is being displayed in and the number of labels you wish to display. AnyChart will automatically handle the display of the labels in this case, and it is not possible to customise an Interactive Report chart to override this behaviour. My suggestion would be that you create a new Chart region, where you have more control over the chart you generate. Please refer to the section Creating Charts - http://download.oracle.com/docs/cd/E17556_01/doc/user.40/e15517/app_comp.htm#CHDFEJAB - in Chapter 8 - Adding Application Components of the APEX User's Guide for more information. Once you have generated your chart, you can increase the height of your chart on the Chart Attributes page, and this will allow for the display of additional labels on the X-axis of your chart. Alternatively, you could look at the option of using the AnyChart axis label Stager mode, as outlined in the online AnyChart documentation here: http://anychart.com/products/anychart/docs/users-guide/axes-labels-text-formatting.html#stager. As the mode name suggests, the positioning of the axis labels will be staggered, which will allow for the display of all of your labels without having to adjust the chart height. For your presentations, you can easily create the chart regions on the same page as your existing Interactive Reports, and you'll also have the ability to print the charts, save them as an image or as PDF.
    I hope this helps.
    Regards,
    Hilary

  • Include a pie chart graphics in Smart Form

    hi ,
    my req. to include a pie chart graphics in Smart Form .
    my logic
    1) write a pie chat program using the data .
    2) convert into bmp and upload into se78
    3) include the pic in smart form .
    is there any other way
    can u please mention the class and method to include the picture directly .
    currently i have downloaded the pic in the local server using the
    CALL METHOD GP_INST->IF_GRAPHIC_PROXY~EXPORT
    EXPORTING
    FORMAT = 3
    WIDTH = 1000
    HEIGHT = 3000
    NAME = 'c:\s'
    IMPORTING
    CONTENT_TYPE = ct
    CONTENT_LENGTH = cl
    CONTENT = t
    RETVAL = RETVAL
    but the picture is not visible ( not in jpg format) . its not readble.
    am attaching the code .
    its urgent , please reply.
    cheers
    senthil

    Thanks problem resolved.

  • Error Bars - Can Error Bars be added to Crystal Report Charts

    I am trying to add or create "error bars" in my cystral report chart (graph).  I can add "error bars" in an Excel sheet chart (graph) but I cannot find the functionality in crystal reports.
    Is it possible to "error bars" to a crystal report chart.  If so, how?

    Hi,
    I don't see that this functionality or this kind of chart exists in CR.
    I would suggest that you log an Enhancement Request at http://ideas.sap.com and let our developers look into this.
    -Abhilash

  • Interactive Report - Chart axis value wrong data

    Hi,
    we created an interactive report based on demo_orders table.
    The interactive chart is displaying wrong data on the value axis (4,00000 instead of 4,000.00)!
    Values in the table are ok, even the value displayed when user clicks on specific data point is correct.
    Did somebody had similar problems?
    Application Express 3.2.0.00.27
    AnyChart #5.1.3
    Thanks.
    Regards,
    Kristjan

    Hi Kristjan,
    I'm able to reproduce the issue you report, using an Interactive Report in APEX 3.2.1 and 4.0, where the Application Language is a non-English option. So for example, if my chart label in English is *10,000.00* and when I switch the Application Primary Language to German, then the displayed values should be *10.000,00* however it is incorrectly appearing as *10,000*. When running in some non-English languages, the NLS decimal separator used is a comma ',', but this isn't been correctly applied to the Interactive Report chart. The problem is arising from the fact that the decimal separator setting in the chart XML is not being escaped correctly, and is therefore being ignored. I've logged bug 10154666 to track this issue, and a fix for this will be available in our next release. Thanks for bringing this to our attention. In the meantime, and to ensure the values on your chart are accurately displayed, it might be best to create a separate chart region on the page in question, rather than using the Interactive report chart.
    Regards,
    Hilary

  • Financial Report chart migration

    Hello Gurus,
    I have migrated Financial reports/charts, etc from one environment to another.
    Everything is good but one.
    When I try to open this chart in workspace, it does not show anything.
    Everything else is working fine.
    Is there anything I am missing here.
    Thanks

    Refer the two useful urls which will give an insight
    http://docs.oracle.com/cd/E17236_01/epm.1112/fr_webuser_epm/import_fr.html ->Importing the FR reports into Workspace
    http://docs.oracle.com/cd/E17236_01/epm.1112/fr_webuser_epm/database_manager_fr.htm ->Manage database connections for Financial reports
    Thanks,
    Sreekumar Hariharan

  • How do I make RoboHelp report missing graphics?

    [RoboHelp 9]  Before building my CHM, I need to find out if any linked graphics are missing from the project's \graphics sub-folder. Is there any way I can make RoboHelp report missing graphics? The Broken Links report doesn't care if graphics are missing, only if hyperlinks are missing their targets. The Image Report just lists all the images referenced by the topics, but doesn't test if they are actually present in the required location.  And if I build the help, the OutputLog.txt does not report that an image was missing.  Any ideas how to detect missing images, before my CHM goes public?

    While I agree, I feel that app developers are intentionally trying to mislead people. To play it fair, they should include the fact that it's a joke at the top of the app description.
    This particular app, Phone Tracker GPS, does not at all mention it's a joke until the last sentence of the rather long description:
    It's without a doubt the best joke you can play on them with your device! For entertainment purposes only and does not provide true device locator functionality.
    I mean, why not just make it in fine print? All very desceptive in my opinion.

  • Translate Reports & Charts & Forms

    Hello,
    I would like to know what is the best way to translate the data of reports & Charts in a different language (i.e. French). I have created two seperate reports -- one English and one French and add them on as portlets to my page, but how to I make the French appear only when the user clicks on the French language option?
    Is there an easier way to do this?
    Also, how do I go about changing the labels to French within a portal form?
    Thanks,
    Claudia

    Thank you it works, however, the portlet headers still show. Is there a way to programatically set the portlet headers to appear or disappear on a page? I would set hem by default to disappear, but my users need the cusomization and help links within the header of the portlet.
    Thanks
    Claudia

  • Oracle Reports with graphics for Oracle App R11i 11.5.9 ??

    Hii
    Can i develop Oracle Reports with Graphics ( basic header,footer,logo ) and register it with Oracle Apps R11i 11.5.9 and be able to view it as an end user.
    If yes then how ?
    Regards
    Fahad Hameed

    Hii Guys
    I've developed a report with a basic Header.BMP file and it runs fine on local.
    How will it run on Oracle Apps is the question that i need to find answers to .
    Regards
    Fahad Hameed

  • Crystal Reports with Graphical Linking on Multiple Data source

    Hello
    I have a report which uses graphical linking on 6 tables/views which acts as the data source.
    4 are on HANA and 2 on a legacy system.
    Record selection filters are applied to filter data.
    Report's performance is incredibly slow on running for higher date ranges even for less than a month bringing back < 10000 records.
    Please suggest any tips to improve this.
    already tried below :
    Checked no printer option
    Removed Page N of M control
    Changed Order links to pick small tables first
    Crystal Reports 2013 connecting via ODBC to HANA and legacy
    -Jayakrishnan

    Hi Jayakrishnan,
    When you join tables from multiple datasources, CR processes the joins and any record selection criteria locally. This is what slows down the report.
    The only way to speed up performance is to have all the data atleast come from the same database or even better, creating a view that has all the required tables and joins.
    -Abhilash

  • SQL report - Chart filter expression

    I have a chart in an existing SCCM report that I want filter down to two or more collections, but the dataset is used in other charts on the same report, so I can't touch that.
    I've been trying to create a filter in the Chart Properties, and can limit it down to one collection without issue:
    Expression: [CollectionID]
    Operator: =
    Value: VI100016      (the collection that I am filtering on)
    I've tried to go into the Value fx and set an expression manually, example below, but this errors when I run the report.
    =(Fields!CollectionID.Value  = VI100016) Or (Fields!CollectionID.Value  = VI100017)

    Yep that's got it thanks, just ended up using the following which worked:
    Expression: [CollectionID]
    Operator: In
    Value: ="VI100016", "VI100017"

  • Crystal Report Chart not showing up in Web Portal

    I have a created a chart using Crystal Reports(runs fine in Crystal) and published it on our Report Server. When I went to look at the report on our Web portal, the text objects were visible however the chart was not. Portal is in JSF technology (IceFaces) on JBoss server.
    Anyone know why this happening?
    I founded post
    [Re: Crystal Viewer in Servlet does not show graphics|Re: Crystal Viewer in Servlet does not show graphics]
    I have this in web.xml
    <context-param>
             <param-name>crystal_image_uri</param-name>
             <param-value>/my_app_name/crystalreportviewers115</param-value>
    </context-param>
    But in URL like this one
    /my_app_name/crystalreportviewers115/crystalimagehandler.jsp?dynamicimage=crystal7652571164231307864.png
    I haven't file "crystalimagehandler.jsp" I also didn't found "crystal7652571164231307864.png" file. how to resolve this problem?

    Yes I did. I created file "crystalreportviewers115" in my "WEB-INF" and coped there all file from "C:\Program Files\Business Objects\Common\4.0\crystalreportviewers12\".
    In tutorial which i founded [here|http://devlibrary.businessobjects.com/businessobjectsxir2/en/en/JRC_SDK/jrc_java_dg_doc/doc/jrcsdk_java_dg/Tutorials2.html#1459845] they saying that I must copy file "crystalreportviewers115" but in my case I have "crystalreportviewers12" and:
    - ChartSupport
    - java
    - managed
    In my case i haven't file "crystalreportviewers115" but "crystalreportviewers12".
    In eclipse the structure of my app (its "Dynamic Web Project") looks like:
    - myapp:
    _______ src
    _______ crystalreportviewers115
    _______ WebContent:
    _________________ WEB-INF
    Any advice?

  • Problem running reports with graphics in 11i

    Hi,
    I have developed some custom reports (using
    Reports 6i) with graphics charts embedded within them. I would like to display the output from within Oracle Applications 11i.
    There seem to be two approaches:
    1. Invoke the report from Oracle Self-Service using OracleOasis.runReport
    2. Register the report as a concurrent request (with HTML/PDF output) and run it using the concurrent manager
    Approach 1 requires the reports server cgi which I start using adrepctl.sh. Approach 2 requires the concurrent manager which I start using adcmctl.sh.
    The problems start to occur depending on how and from where I start these scripts. The exact problem occurs in both cases.
    If these scripts are started:
    1. From a regular telnet window from a windows NT box
    The reports error out with a REP-3000 internal toolkit error
    2. From an Exceed xterm session and I keep the Exceed session alive (I tried both TrueColors and PseudoColors settings)
    The reports work but there are problems with the output - pie colors do not appear (everything is white, for e.g.), etc.
    3. From the Sun Solaris console
    The reports work fine.
    The problem is that method 3 is not very convenient since every time I bring down the concurrent manager or reports cgi server, I need to walk to a different building (where the Sun boxes are) to start it.
    Method 2 above isn't particularly great either (even assuming I can get it to work) since I need to have an exceed session running all the time.
    Can some one offer suggestions to solve the problem I'm having? Even clues on why method 2 above is not working as expected would be greatly appreciated.
    Thanks,
    - NR

    Problem solved! As long as the xhost + is set on the host machine and some one is logged in, it appears that one can simply set the DISPLAY environment variable to point to the host (even from a simple telnet window) and start the reports server or concurrent manager. Looks like you also have to have REPORTS60_NO_DUMMY_PRINTER set to "YES".

Maybe you are looking for

  • Export Indicator in the Billing Invoice Header

    How does the Export Indicator field gets populated in the billing invoice doc. (from what specific source)?   I have an invoice where the accounting doc. didnu2019t generate ... it referenced 'foreign trade data incomplete', yet both are for DOMESTIC

  • I restored my iphone and i am not getting all of my photo stream photos  i am missing about 900 photos out of 1000 please help

    i restored my iphone and i am not getting the rest of my photos from my photo stream  i am missing about 900 out of 1000 photos  it only shows 147 photos  it is not downloading for more   i was sure i backed it up to icloud i had 1.7 free gb and it s

  • Footer is adding in header of pages

    Hi folks,          I have a smart form with footer.For displaying footer information first and last page footer is displaying in footer area but in middle pages footer is collapsed with first lines of pages.What is reason for this. Pls help me to res

  • Change version of a javacard applet

    Consider a situation in which personalization is done on card and amount of new data are stored in java card, If we have a small change in aplet and wants to update applet version on javacard, what would happen to previously stored data on card, as e

  • Issue with folder in remote view

    Ive just created a new web page which needs the use of a database so i saved my website under a separate name and tested it on MAMP first to make sure it all works. I then wanted to upload this to my live site, i did this by copying the new folder (a