Don't display graph for group

Hi,
I want display graph for data in every group. Sometimes it is working correctly, but when I delete one parameter from graph, grap is not displayed. Every values is not null. Is possible that data is not grouped by SQL but group with reporter ? How is working when exist two rows with equal x-value but different y-value ? I use DevSuite 9.0.2
Thanks
Roman

Error is in a graph wizard. Wizard generate invalid name of group for "src" value in xml "rw:graph" tag.

Similar Messages

  • Displaying Graph for current date

    Hi,
    I want to pass a dynamic value to display graph. Let say I want to display graph for the current date, so that whenever user opens the web page, he sees the data for the current date. Can anyone suggest any solution for this.
    Regards.

    solved by other way

  • Editing the display time for grouped objects

    Hello, I am having issues editing the display time for grouped items. I am using Captivate 7 and I love how now the grouped items only show as one item in the timeline because it reduces the number of rows visiblein the timeline for each object on a slide. However, now that the grouped objects no longer individually appear in the timeline, I can't make any display adjustments to the grouped objects as a whole.
    Has anyone else had this issue and is there a work around? My main issue is that if I have to extend or shorten the audio for the slide, and I have assigned an advanced action to the grouped object, in order to adjust the grouped object to match the audio, I have to now ungroup, make the adjustment, regroup, then reset the advanced action using the new group name. It is frustrating and time consuming.

    To expand and view the grouped items on the timeline, you need to click the Arrow symbol next to the group name. Once you expand, you can select the individual object and adjust the timings.
    Alternatively, you can select the individual object of the group on the slide and adjust the timings from the Timing accordion. You can do this without ungrouping.
    Sreekanth

  • OS X Maverick Multi Display Support for grouping multiple monitors into one display?

    Will the new Mac Pro be capable of grouping multiple monitors into one large display?  Similar to AMD Eyefinity for the purpose of gaming.

    The current Mac Pro, or any Mac released since 1987 that can support multiple displays can ALREADY support combining all attached displays into one Extended Desktop, onto which you can open the gaming window and game across multiple displays. It is built into the System Software.

  • Contacts sort/display order in groups

    G'day, I am a new user to the Xperia Z1 after several other different brands of smartphone. 
    I have an issue with the way the contacts are displayed in the Groups component. 
    In the full list the contacts are displayed as Last Name, First Name as I have selected.  In the Groups view, all contacts are displayed as First Name Last Name and I cannot find any options for modifying this.
    Is there a view type configuration for the Groups view or do I just get what it gives me?
    Thanks for any help.
    Gary T.

    Unfortunately it's not supported to change the sort/display option for groups. It will sort by first name, last name. 
    I will pass your feedback on internally. 
    What are your thoughts about this forum? Let us know by doing this short survey.

  • Some graphs don't display in OEM Grid Control 10gR5 (10.2.0.5)

    A number of the performance graphs (e.g. Top Activity) don't display i.e. there is nothing but if if you right-click in the empty area you get a small pull down with Print, Settings, About Adobde Flash 10.
    This has all happend after upgrading to 10.2.0.5. OMS and client environment is:
    Windows 2003 SP2 (32 bit), IE 6 with Flash ActiveX 10, Flash Player 10.
    Anyone got any ideas or anyone got it working fine.
    Thanks.

    Windows Server 2008 OEM 11g Performance graphs do not display.
    Click OEM Performance Tab and IE7 information bar displays message:
    "Your security setting do not allow websites to use ActiveX controls installed on your computer. This page may not display correctly."
    Workaround: Disable Internet Explorer Enhanced Security Configuration in Windows Server 2008
    Unlike with previous versions of Windows Server in which you could disable Internet Explorer Enhanced Security Configuration by removing the component in Add/Remove Programs, Windows Components
    the Windows Server 2008 implementation of Internet Explorer Enhanced Security Configuration is configured through Server Manager.
    Select the root of the Service Manager navigation pane, and under the Server Summary click Configure IE ESC, which is part of the Security Information section.
    A dialog box appears, letting Internet Explorer Enhanced Security Configuration be enabled/disable separately for normal users and administrators.
    See YouTube video:
    http://www.youtube.com/watch?v=OO3PPN1olHY

  • Scheme for Displaying Graphs in Host.VI using SIT?

    I am wondering how others tackle the problem of displaying graphs and other indicators mapped from the the .dll running in RT to indicators on the Host.VI when you cannot edit anything in the "green" area on the host that is autogenerated with SIT Connection Manager.
    My problem is that if I have 15 graphs and 50 indicators (just a guess right now, but I would think this wouldn't be uncommon for other users) I cannot display them all on the Host.VI at once besides filling a gigantic area that I have to scroll through.  A better approach would be to use queus or variables to pass between other .VIs to categorize different pages of graphs that the Host.VI can call, but I cannot edit anything in this mysterious green area so I cannot save the data to any kind of structure.
    Ideas?  I am still new to LabVIEW so there may be an SIT trick that is obvious that I don't know about.
    Thanks!

    Hi gdubb85,
    As far as the "green" uneditable area is concerned, there is actually nothing that restricts you from editing or modifying the code in those areas. The reason they are different from the rest of the code is that that area will be rescripted (i.e. overwritten) if you change anything in the SIT Connection Manager. So, you can edit those areas if you wish, but just be aware that if you use the SIT Connection Manager again after editing those areas, it will be overwritten.
    As far as displaying your 15 graphs and 50 indicators in an organized fashion, you can accomplish this by using a Tab Control. For more information on this, please check out this link.
    I hope this is helpful.
    Thank you for choosing National Instruments.
    Aaron Pena
    National Instruments
    Applications Engineer
    http://www.ni.com/support

  • Displaying/Printing Sub-group Details for Each Parent Group

    My question is based on the example code provided under the "Creating an RTF Template" chapter of the Oracle Business Intelligence Publisher Report Designer's Guide, Release 10.1.3.4, Part Number E12187-01. I modified that example as follows:
    <?xml version="1.0" encoding="WINDOWS-1252" ?>
    - <VENDOR_REPORT> -
    - <LIST_G_VENDOR_NAME>
    - <G_VENDOR_NAME>
    <VENDOR_NAME>COMPANY A</VENDOR_NAME>
    - <LIST_G_INVOICE_NUM>
    - <G_INVOICE_NUM> --TRANS_TYPE
    <SET_OF_BOOKS_ID>124</SET_OF_BOOKS_ID>
    <GL_DATE>10-NOV-03</GL_DATE>
    <INV_TYPE>Standard</INV_TYPE>
    <INVOICE_NUM>031110</INVOICE_NUM>
    <INVOICE_DATE>10-NOV-03</INVOICE_DATE>
    <INVOICE_CURRENCY_CODE>EUR</INVOICE_CURRENCY_CODE>
    <LIST_G_LINE_ITEM>
    - <G_LINE_ITEM>
    <LINE_ITEM_NUM>01</LINE_ITEM_NUM>
    <LINE_ITEM_DESC>WIDGETS</LINE_ITEM_DESC>
    <DATE>10-NOV-03</DATE>
    <PROD_ID>882P</PROD_ID>
    <QTY>50</QTY>
    <UNIT PRICE>3.0</UNIT_PRICE>
    <TOT_AMT>150</TOT_AMT>
    </G_LINE_ITEM>
    - <G_LINE_ITEM>
    <LINE_ITEM_NUM>01</LINE_ITEM_NUM>
    <LINE_ITEM_DESC>STUFF</LINE_ITEM_DESC>
    <DATE>10-NOV-05</DATE>
    <PROD_ID>725P</PROD_ID>
    <QTY>20</QTY>
    <UNIT PRICE>5.0</UNIT_PRICE>
    <TOT_AMT>100</TOT_AMT>
    </G_LINE_ITEM>
    - <G_LINE_ITEM>
    <LINE_ITEM_NUM>01</LINE_ITEM_NUM>
    <LINE_ITEM_DESC>WIDGETS</LINE_ITEM_DESC>
    <DATE>10-DEC-05</DATE>
    <PROD_ID>882P</PROD_ID>
    <QTY>5</QTY>
    <UNIT PRICE>4.0</UNIT_PRICE>
    <TOT_AMT>20</TOT_AMT>
    </G_LINE_ITEM> </LIST_G_LINE_ITEM>
    <ENT_AMT>122</ENT_AMT>
    <ACCTD_AMT>122</ACCTD_AMT>
    <VAT_CODE>VAT22%</VAT_CODE>
    </G_INVOICE_NUM>
    <G_INVOICE_NUM> --TRANS_TYPE
    <SET_OF_BOOKS_ID>124</SET_OF_BOOKS_ID>
    <GL_DATE>10-NOV-03</GL_DATE>
    <INV_TYPE>Standard</INV_TYPE>
    <INVOICE_NUM>031110</INVOICE_NUM>
    <INVOICE_DATE>10-NOV-03</INVOICE_DATE>
    <INVOICE_CURRENCY_CODE>EUR</INVOICE_CURRENCY_CODE>
    <ENT_AMT>122</ENT_AMT>
    <ACCTD_AMT>122</ACCTD_AMT>
    <VAT_CODE>VAT22%</VAT_CODE>
    </G_INVOICE_NUM>
    </LIST_G_INVOICE_NUM>
    <ENT_SUM_VENDOR>1000.00</ENT_SUM_VENDOR>
    <ACCTD_SUM_VENDOR>1000.00</ACCTD_SUM_VENDOR>
    </G_VENDOR_NAME>
    </LIST_G_VENDOR_NAME>
    <ACCTD_SUM_REP>108763.68</ACCTD_SUM_REP>
    <ENT_SUM_REP>122039</ENT_SUM_REP>
    </VENDOR_REPORT>
    In my XML file example there are multiple invoices for each vendor as subgroups under the <G_VENDOR_NAME> group. So that multiple <G_INVOICE_NUM> subgroups maybe embedded under the <G_VENDOR_NAME> group element. I would like to create a schedule (table) displaying line item details for each vendor and invoice number. Using the simplified syntax, I'm having problems displaying the line item details for each invoice. Instead I’m only able to display a single line item for each invoice. Unfortunately my example report cannot be uploaded and "Thread" text does not seem to accurately retain blank spaces. So descriptively the report would have a line for vendor name, separate line for group number, and lne item details displaying consectively by line to the right
    COMPANY A: Vendor Number: ##
    Invoice Number LINE_ITEM_DETAILS
    LINE_ITEM_DETAILS
    LINE_ITEM_DETAILS
    Invoice Number LINE_ITEM_DETAILS
    LINE_ITEM_DETAILS
    LINE_ITEM_DETAILS
    Please ignore the data details of my example report. The values do not exactly match the XML data example above. Based on my XML example, please provide a RTF template marked with the XLS or simplified syntax approach to get my results.
    Thanks.

    Make 2 contacts with an email address each rather than 1 contact with 2 addresses.

  • Thumbnails for MXFs don't display

    I'm using PPRO CS 6.0.1 and I have MXF files (produced from Sony F3 camera) and when I turn on Thumbnails they don't display. Quicktime MP4 files and RED R3D files show thumbnails just fine.
    Thanks for any help.

    Merci!
    Yes, that does sound like it was the source of my problem. I had assumed having an image on top of the placeholder would increase page loading times. I'll change my routine now. Thank you so much and my apologies for not looking around further before posting the question!

  • Hello, I uploaded a new website but all the svg files don't display on the browsers. when I open it in Muse with the "preview in browser", its fine! can someone tell me please where my problem is? (sorry for my english!)

    hello, I uploaded a new website but all the svg files don't display on the browsers. when I open it in Muse with the "preview in browser", its fine! can someone tell me please where my problem is? (sorry for my english!)

    Hi
    Could you please check this thread, it might be helpful
    Muse not exporting svg, can only see in preview

  • The internet pages don't display properly I'm using osx10.3.3, yahoo for example asks me to update, but I cant find out how to as the apple store just keeps sending back to the same page with no down load option...do i need to up date or is it just my mac

    The internet pages don't display properly I'm using osx10.3.3, yahoo for example asks me to update, but I cant find out how, as the apple store just keeps sending back to the same page with no down load option...do i need to up date or is it just my mac

    What Mac model do you have? You might be able to upgrade the OS to Tiger 10.4 or Leopard 10.5.
    Even browsers for Tiger 10.4 will get the update message.
    You could try a newer browser than Safari, which is obsolete, by downloading Firefox v2.0.0.20 at http://www.oldapps.com/mac/firefox.php
     Cheers, Tom

  • What is the name of the i-pad (retinal display) adaptor for photos of deer cameras? Husband's birthday gift, don't hunt.

    What if the name of the i-pad (retinal display) adaptor for photos of deer?
    Husband's 60th soon, need the gift!
                        Thanks

    There is a camera connection kit. Be sure to get the correct one for your husband's iPad.
    This one is for the 1st, 2nd and 3rd generation iPads;
    http://store.apple.com/us/product/MC531ZM/A/apple-ipad-camera-connection-kit?fno de=3a
    For the 4th generation iPad, these two adapters are sold separately;
    http://store.apple.com/us/product/MD822ZM/A/lightning-to-sd-card-camera-reader?f node=3a
    http://store.apple.com/us/product/MD821ZM/A/lightning-to-usb-camera-adapter?fnod e=3a

  • Display mode for Material Description in MM02 for Partucular User/UsrGroup

    Dear friends,
    I required to set: Display mode for Material Description in MM02. (Configured thruu2019 Maintain field selection to data screen)
    For Particular User / User group, it should be Change mode. How to achive this. Please advice.
    Thanks and regards,
    RAMAN

    Hi,
    I don't think you can realize it, because in SAP system there are 6 influncing factors:
    Material Type
    Plant
    Industry sector
    Transaction
    Procurement indicator
    SAP Delivery
    Field selection is controlled by field references. You can assign field references to the influencing factors material type, plant, and industry sector in Customizing. SAP maintains the assignment of the field reference to the transaction codes, to the procurement types, and for the SAP delivery. You cannot change this assignment of these field references in Customizing.
    So from my point of view, you can't use the factors of material type, plant and industry sector to distinguish different users' authorization.
    Good day
    Tao

  • Disable Drill Down For Groups only except SubReport

    <p> </p><p>Hi All,</p><p>I have 10 subreports and also 5 Groups sections in one report (version CR 10 - VS.Net 2005)   </p><p>I need to disable drill down on Groups <strong>except SubReport </strong>. </p><p> </p><p>Thanks in advance for any solution </p><p> </p><p>-Harini </p>

    Where are the subreports located? You mention you have 10 subreports and also 5 group sections. Are the subreports located in the page or report header/footer sections? Are there detail records in the groups? If not, then you don't need to supress drill-down, there is nothing to drill to. If there is, suppress the detail section. If a user drills on the groups, there will be no detailed information visible.
    Typically, if you have multiple groups and want to supress drill-down but still display the first group, you can use the 'drilldowngrouplevel >1' statement in the section expert to conditionally suppress the group. Right click the group, select 'Section expert', and click the formula button (the button with the 'X-2' and a little pencil) next to 'Suppress (No Drill-Down) Then, enter drilldowngrouplevel >1. This should do the trick if you have your report structured this way. If not, please provide a little more detail.
    Thanks and good luck.

  • Events added in iCal don't display in Google Calender

    I'm using my google address for iCal as I don't have a MobileMe account.
    Events added in Google Calender display in iCal, but events added to this account in iCal don't display in Google Calender. I have tried subscribing to my Google Calender in iCal, but the address isn't recognized by iCal.
    I have even tried deleting and re-adding my Google Calender, but still no joy.
    Are the calenders I am using in iCal and Google the same calender, or are they actually different calenders with the same username? Someone help me sync the **** calenders!

    Hi Ellyenne,
    Ellyenne wrote:
    It didn't help. 
    I want my iCal events from my HOME calendar to display in my google calendar. 
    I DO NOT want to move my iCal events to my google calendar.  I have way too many.  So, why won't my iCal events show up on my google calendar??  My google events show up on my iCal. It's a SYNC. They should be the same.
    I'm sorry my answer to Clint is not what you want.
    iCal and Google on their own do not do what you want.
    There are/were some third party add-ins that worked in the way you describe that were mainly developed before Google Calendar had CalDAV integration.
    Best wishes
    John M

Maybe you are looking for

  • My comp wont let me update my ipod

    this message pops up every time i try to update my ipod, Attempting to copy to the disk (my ipod) failed. An unknown error occured. now i have sooo much stuff i need on my ipod. wut should i do?????????? cmv   Windows XP   cmv   Windows XP  

  • How to use standard pdf forms for HR

    Hi We just upgraded our system from 4.6C to ECC6.0. We just did technical upgrade. IF we want to use SAP provided pdf forms for any HR applications like w-2's or something else.. what do  we need.. Can we use them with out ADS ? and without a Java se

  • CANNOT import RAW files from CANON 40D to Lightroom 1.2

    My color setup in 40D is sRGB my system is windows XP but when I want to import files from my CF card it will show the message: some import operation were not performed. the files use an unsupported color mode. pls tell me how to solve this problem~

  • All System Centre Stack on 1 Instance of SQL Server

    Apologies : there does not appear to be a forum where this fits I am in the process of doing a design for a client who wants the whole system centre stack installed but on one instance of a SQL 2012 Cluster. I can find SQL Server Requirements for Sys

  • Interface with hardware through USB,not NI hardware

    Hi All, I wish to interface my hardware through USB using LabView. However,my hardware is not from National Instruments and I wish to know whether LabView can still interface with it. I need it urgently for my project. Hope someone can help. Thanks a