Xcelsius Present - Pie Chart Does Not Display

I am evaluating a trial copy of Xcelsius Present and I am having trouble with creating a Pie Chart. I have imported my spreadsheet and have made my data selection, but the pie chart does not display. I have used Crystal Reports in the past and have never run across the problem.  I have tried to create and import a new spreadsheet with the data needed for the pie chart, but I have the same problem with the chart not loading. This problem does not occur with other charts that I am creating.
Can anyone make a recommendation on what to do?
Thanks.
Anita

I'm having the same problem with the Xcelsius Present 2008 evaluation copy (5.3.0.0).
No matter how pie chart data is formatted, there is nothing displaying.
I'd like to know whether this is a known bug or whether this is only in the eval copy. This would prevent me from buying the product.

Similar Messages

  • Pie Chart Legend not displaying full names

    Hi All,
    In a RTF template, we have displayed a PIE chart. In the PIE chart, when the number of legends are more, the legends are getting truncated on the generated PDF report. The document which describes the issue with screen shots is placed at [http://www-apps.us.oracle.com/~sgnanama/Pie%20Chart%20Legends%20Display%20Issue.doc] . And following is the snippet of code placed at ALT text of PIE chart picture present in the template. Is there any way to enlarge the legends display section to show the full text of the legends? Please share your thoughts. Thanks.
    chart:
    <Graph graphType="PIE" depthAngle="50" depthRadius="8" pieDepth="30" pieTilt="20" seriesEffect="SE_NONE">
    <LegendArea borderColor="#cccccc" borderTransparent="false"/>
    <LegendText wordWrapEnabled ="true"/>
    <SeriesItems defaultBorderColor="#cccccc">
    <Series id="0" color="#336699"/>
    <Series id="1" color="#99ccff"/>
    <Series id="2" color="#999933"/>
    <Series id="3" color="#666699"/>
    <Series id="4" color="#cc9933"/>
    <Series id="5" color="#6666"/>
    <Series id="6" color="#3399ff"/>
    </SeriesItems>
    <Title text="" visible="true"/>
    <Footnote text="Company Contribution" visible="true" horizontalAlignment="CENTER"/>
    <O1Title text="Company Contribution" visible="true"/>
    <LocalGridData rowCount="{count(CATEGORY/ERC)}" colCount="1">
    <RowLabels>
    <xsl:for-each select="CATEGORY">
    <xsl:if test="string(ERC)">
    <Label>
    <xsl:value-of select="CATEGORY_NAME"/>
    </Label>
    </xsl:if>
    </xsl:for-each>
    </RowLabels>
    <DataValues>
    <xsl:for-each select="CATEGORY">
    <xsl:if test="string(ERC)">
    <RowData>
    <Cell>
    <xsl:value-of select="ERC"/>
    </Cell>
    </RowData>
    </xsl:if>
    </xsl:for-each>
    </DataValues>
    </LocalGridData>
    </Graph>

    as far as i know only way to display legname in full when u have more values is to make the size of the chart large . i have one the req like that i made it large enough so that it will withstand if i get more values .
    it may not be good idea but this is the way i did .

  • Pie chart value not displaying in report builder

    Hi,
    I created a report by using report builder i used a pie chart in my report but one value is showing other one is not showing. Kindly tell me what is the problem behind it?
    here is an image which is not displaying 1 value in pie chart. please help me

    Hi Aamir,
    Please check if there is any misconfiguration (e.g. show data label, formatting, etc.) for your chart slice per the following post.
    http://social.technet.microsoft.com/Forums/en-US/ebc3bfc5-6338-4946-ade6-64e89611f6b7/ssrs-report-builder-30-pie-chart?forum=sqldatawarehousing
    http://msdn.microsoft.com/en-us/library/dd220469.aspx
    Further more, you can post this topic in SQL server forum for a better assistance.
    http://social.technet.microsoft.com/Forums/en-US/home?forum=sqlreportingservices%2Csqldatawarehousing%2Csqlanalysisservices&filter=alltypes&sort=lastpostdesc
    Thanks
    Daniel Yang
    TechNet Community Support

  • Pie Chart Does Not Show Up

    I followed the tutorial here:
    http://msdn.microsoft.com/en-us/library/dd255283.aspx 
    But my pie chart is blank. I saw this thread, which sounds like a similar problem:
    http://social.technet.microsoft.com/Forums/en-US/01aa4e08-0e3f-4b34-a3e4-03f1ba20bc1b/ssrs-report-builder-30-pie-chart?forum=sqldatawarehousing
    But it wasn't very helpful. I have confirmed that I have followed the instructions in the tutorial exactly, but my chart just shows up as a blank square. I can send the tutorial RDL file if it will help.
    What am I doing wrong?

    Hi Paul,
    I also follow the instructions of the tutorial to create a pie chart to the repot in my Report Builder 3.0, it works great. So I think maybe you have configure some other settings, please double-check that you haven’t take some actions that the document
    doesn’t suggest. If you already done, could you please tell us which actions are you taken?
    If you just followed the instructions in the tutorial exactly, could you please send me the RDL file with sample data to sqltnsp AT Microsoft.com (Please replace AT with @) or upload the files to your skydrive.live.com, so that we can make further analysis.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Line Chart does not display grid lines for x-axis (apex 2.0 / 3.0)

    Hello,
    is there an option to display x-axis grid lines?
    I set up an SVG chart (Line) but only IE displays y-axis grid-lines. I set the "Show Grid Line" - value to "enable"
    Does any body has an idea how I told apex to display x-axis grid lines also.
    Btw: only MS Internet Explorer displays the grid lines, I use firefos 1.5.0.10 -> no grid lines are displayed.
    The table how I create the chart are as follows
    select null link, label, value
    from
    SELECT 1 Value , 1 label FROM dual
    UNION
    SELECT 3 Value , 2 label FROM dual
    UNION
    SELECT 5 Value , 3 label FROM dual
    UNION
    SELECT 2 Value , 4 label FROM dual
    Thank you for helping me !!
    Message was edited by:
    athor

    I changed this and put usage of UTL_FILE into a dynamic PL/SQL. The package will
    compile and work unless you want to create debug information. If yes, then it will raise an
    error message. So, you don't need UTL_FILE execution priviledge from your DBA.
    I opened the package and you may modify it the way that you don't need any public
    synonyms and no UTL_FILE to run it.
    There are so many questions in this forum related to "What is my DBA going to say?" or
    "How is he going to react?". Even for some minor issues. I have myself also seen some
    of similar situations and the only thing I can sey is:
    You got to use that powerfull tool Oracle Database instead of hiding it away from your
    users and developers. Learn how to control it instead of prohibiting access to it! Otherwise,
    it's just a waste of money.
    Denes Kubicek

  • Nakisa 4.1 - Org Chart does not display

    Hello gurus,
    I do have an issue with our fresh implementation of SOVN 4.1 (Org Chart, Build 0911012400, SAP_live build). I did set up the authentication to Logon Screen, and configured the org chart settings (very basic). I did not set up any Role mapping. My connection strings all have the same parameters, including the RFC username and password. They all test succesful.
    When I log in the frontend, I get the famous message: "Cannot find the root of your orgchart. The orgchart box may have been deleted or
    incorrectly specified, or no valid org structure can be found for the selected effective date. Please change the root of the chart or select another effective date. "
    I did a capture of the log, and there is an error in the RFC wizard code, it seems:
    7. 24 Apr 2014 08:06:25 INFO com.nakisa.Logger - Tenant ID: 000
    8. 24 Apr
    2014 08:06:25 INFO com.nakisa.Logger - LoginSettingsObject Load: 19
    9. 24 Apr
    2014 08:06:25 INFO com.nakisa.Logger - com.nakisa.framework.login.Main : LogIn :
    Credential provider ActiveDirectory
    10. 24 Apr 2014 08:06:25 INFO
    com.nakisa.Logger - com.nakisa.framework.login.Main : LogIn : User to
    authenticate znakisa_org
    11. 24 Apr 2014 08:06:25 INFO com.nakisa.Logger - com.nakisa.framework.login.Main : LogIn : Authentication provider SapStandard
    12. 24 Apr 2014 08:06:25 INFO com.nakisa.Logger -
    com.nakisa.framework.login.Main : LogIn : User authenticated znakisa_org
    13.
    24 Apr 2014 08:06:25 INFO com.nakisa.Logger - com.nakisa.framework.login.Main :
    LogIn : Authentication row is null
    14. 24 Apr 2014 08:06:25 INFO com.nakisa.Logger - com.nakisa.framework.login.Main : LogIn : User population provider is Database
    15. 24 Apr 2014 08:06:25
    WARN com.nakisa.Logger - Configuration merge warning: : Right configuration is
    null - Merge skipped!
    16. 24 Apr 2014 08:06:25 INFO com.nakisa.Logger
    - ApplicationConfigurationManager:mergeConfigurations 0
    17. 24 Apr 2014 08:06:25 WARN com.nakisa.Logger -
    Configuration merge warning: : Right configuration is null - Merge
    skipped!
    18. 24 Apr 2014 08:06:25 INFO com.nakisa.Logger -
    ApplicationConfigurationManager:mergeConfigurations 0
    19. 24 Apr 2014 08:06:25 ERROR com.nakisa.Logger -
    com.nakisa.integration.sap.manager.SAPConnector_RfcWizard :
    java.lang.NullPointerException: while trying to invoke the method
    com.sap.mw.jco.JCO$Function.getImportParameterList() of a null object loaded
    from local variable 'function'
    20. 24 Apr
    2014 08:06:25 ERROR com.nakisa.Logger - java.lang.NullPointerException: while
    trying to invoke the method com.sap.mw.jco.JCO$Function.getImportParameterList()
    of a null object loaded from local variable 'function'
    21. at
    com.nakisa.integration.sap.manager.RfcWizardIntegrationClassParameterSetter.setParameters(RfcWizardIntegrationClassParameterSetter.java:25)
    22.
    at
    com.nakisa.framework.data.commandProcessor.impl.sap.BaseFunctionProcessor.call(BaseFunctionProcessor.java:104)
    23.
    at
    com.nakisa.integration.sap.manager.SAPConnector_RfcWizard.getDataSet(SAPConnector_RfcWizard.java:50)
    24.
    at
    com.nakisa.integration.sap.manager.RfcWizardIntegrationClass.getDataSet(RfcWizardIntegrationClass.java:106)
    25.
    at
    com.nakisa.framework.data.commandProcessor.impl.sap.BaseFunctionProcessor.getDataSetFinal(BaseFunctionProcessor.java:120)
    Would you happen to know what is the issue here?
    Thank you for your help!
    M.E.

    Hi Matthew,
    How about the directory search function ? Does it work ?
    I would follow below troubleshooting steps.
    1. Validate If Transport Pack and ABAP Add-on are installed properly
    2. Restart the Nakisa application and check
    3. Check If User ID has correct authorizations in SAP
    4. Check If Data is correct
    5. Do the RFC trace
    Regards,
    Dipak Bujjad

  • Why does AI Read(Async​hronous).v​i cause the waveform chart to not display any history ?

    I trying to create a strip chart for 16 channels that will require displaying 10-20 minutes of data.It also starts a separate vi to set gains and offsets while displaying the data. Using AI Read.vi uses 100% of the CPU so the second vi does not run. But using AI Read (async).vi allows the second vi to run, but causes the waveform chart to not display the history? I'm using LabView version 6.0.2.

    Hi Waynes World,
    I have a couple of questions that may help us solve this issue...
    1) If you are modifying one of our example programs, which one did you start with?
    2) What kind of analog input are you doing? Buffered? Finite or continuous?
    3) Have you tried increasing the buffer size of the strip chart? This will allow the chart to store more data in it.
    4) When you use the Async VI, and when you are using the other, can you describe how the strip chart is showing the data... does the data in the chart keep growing and growing... or does it clear itself and start over when the pine reaches the end?
    I think this issue is rooted in how the buffer is being used with the two different AI Reads and how it returns data to the chart.
    On a side note, have you considered upgrading to a newer version of LabVIEW? Our latest versions of LabVIEW come with many new features and it is signifigantly easier to use.

  • Siebel Charts gets generated but does not display in the Web client

    Siebel Chart is getting generated in NetChart4.6\Server\root\projects\Siebel.chart folder. However does not display on the Web client
    There is either no error displayed on the front end...
    Also note that Charts is installed on Windows environment and Siebel Server is installed on Linux Server

    Dear User,
    Thanks for using Oracle communities.
    Does this happens in dedicated client as well?
    We would need to have traffic captured when you are actually executing actions. The tools like fiddler etc will help here to track the traffic.
    I would suggest you open SR with MOS since it will need some analysis on network trace like fiddler. You can refer this thread in SR as well, so that once issue gets resolved thread will get updated with solution which will benefit others.
    Best Regards,
    Chetan

  • Chart does not load or update

    Hello guys!
    Sorry to bother you again but you're the best resource for good answers. Tried to google before but with no success.
    I have a flash chart on a page, which does not display (load) when the page is loaded. Only after I hit the button "save and refresh" the flash chart displays. It is bugging me, since data is present and the chart behaves faulty. I already tried to generate it again but it is the same beahviour.
    Due you know how to refresh the chart once the page is loaded? Is it a known bug?
    Thousand thanks for your help! You guys are great!
    Sebastian
    PS: It is even worse than I thought!
    If I change the dataset to display the chart it is displayed but not with the correct data. Only pressing the "save and reset button" will draw the chart again and display the correlated data for the current dataset.
    There must be a way how to force the recordsource refresh...
    Thanks for your input!
    Edited by: skahlert on 14.08.2009 12:19
    Well, I just checked the Asynchronous Update Option! It seems as if the chart is displayed when the page is loaded. However, the data is still wrong during datatset changes!
    Edited by: skahlert on 14.08.2009 12:25

    Hi Sebastian,
    Thanks for giving me something to do on a Sunday ;)
    I think you have at least three choices:
    1 - Hide the page so that the user can not go directly to it - usually, this involves adding to the same Standard Tab as the report page
    2 - Make the chart region conditional on there being a selection - which would also probably mean that you would have to provide a means for the selection on the chart page as well as the existing one on the report
    3 - Set a default value for the selection using a Computation, conditional on the hidden item (I'm assuming the report link points to a hidden item?) being null. How this is done depends on what data the user can select - if it's a Select List, for example, just use a Static Assignment computation to set this to one of the values that would appear in the list
    My preference would be (1) but either of the others should be ok as well
    Andy

  • DataGrid does not display XML data

    Hello, and thanks for reading this...
    I am having a problem displaying XMLList data in a DataGrid.
    The data is coming from a Tree control, which is receiving it
    from a database using HTTPService.
    The data is a list of "Job Orders" from a MySQL database,
    being formatted as XML by a PHP page.
    If it would be helpful to see the actual XML, a sample is
    here:
    http://www.anaheimwib.com/_login/get_all_orders_test2.php
    All is going well until I get to the DataGrid, which doesn't
    display the data, although I know it is there as I can see it in
    debug mode. I've checked the dataField property of the appropriate
    DataGrid column, and it appears correct.
    Following is a summary of the relevant code.
    ...An HTTPService named "get_all_job_orders" retrieves
    records from a MySQL database via PHP...
    ...Results are formatted as E4X:
    HTTPService resultFormat="e4x"
    ...An XMLListCollection's source property is set to the
    returned E4X XML results:
    ...The "order" node is what is being used as the top-level of
    the XML data.
    <mx:XMLListCollection id="jobOrdersReviewXMLList"
    source="{get_all_job_orders.lastResult.order}"/>
    ...The "jobOrdersReviewXMLList" collection is assigned to be
    the dataProvider property of a Tree list, using the @name syntax to
    display the nodes correctly, and a change event function is defined
    to add the records to a DataGrid on a separate Component for
    viewing the XML records:
    <mx:Tree dataProvider="{jobOrdersReviewXMLList}"
    labelField="@name"
    change="jobPosForm.addTreePositionsToDG(event)"/>
    ...Here is the relevant "jobPosForm" code (the Job Positions
    Form, a separate Component based on a Form) :
    ...A variable is declared:
    [Bindable]
    public var positionsArray:XMLList;
    ...The variable is initialized on CreationComplete event of
    the Form:
    positionsArray = new XMLList;
    ...The Tree's change event function is defined within the
    "jobPosForm" Component.
    ...Clicking on a Tree node fires the Change event.
    ...This passes an event object to the function.
    ...This event object contains the XML from the selected Tree
    node.
    ...The Tree node's XML data is passed into the positionsArray
    XMLList.
    ...This array is the dataProvider for the DataGrid, as you
    will see in the following block.
    public function addTreePositionsToDG(event:Event):void{
    this.positionsArray = selectedNode.positions.position;
    ...A datagrid has its dataProvider is bound to
    positionsArray.
    ...(I will only show one column defined here for brevity.)
    ...This column has its dataField property set to "POS_TITLE",
    a field in the returned XML record:
    <mx:DataGrid width="100%" variableRowHeight="true"
    height="75%" id="dgPositions"
    dataProvider="{positionsArray}" editable="false">
    <mx:columns>
    <mx:DataGridColumn width="25" headerText="Position Title"
    dataField="POS_TITLE"/>
    </mx:columns>
    </mx:DataGrid>
    In debug mode, I can examine the datagrid's dataProvider
    property, and see that the correct XML data from the Tree control
    is present. However, The datagrid does not display the data in any
    of its 6 columns.
    Does anyone have any advice?
    Thanks for your time.

    Hello again,
    I came up with a method of populating the DataGrid from the
    selected Item of a Tree Control which displays complex XML data and
    XML attributes. After the user clicks on a Tree branch, I call this
    function:
    public function addTreePositionsToDG(event:Event):void{
    //Retrieve all "position" nodes from tree.
    //Loop thru each Position.
    //Add Position data to the positionsArray Array Collection.
    //The DataGrid dataprovider is bound to this array, and will
    be updated.
    positionsArray = new ArrayCollection();
    var selectedNode:Object=event.target.selectedItem;//Contains
    entire branch.
    for each (var position:XML in
    selectedNode.positions.position){
    var posArray:Array = new Array();
    posArray.PK_POSITIONID = position.@PK_POSITIONID;
    posArray.FK_ORDERID = position.@FK_ORDERID;
    posArray.POS_TITLE = position.@POS_TITLE;
    posArray.NUM_YOUTH = position.@NUM_YOUTH;
    posArray.AGE_1617 = position.@AGE_1617;
    posArray.AGE_1821 = position.@AGE_1821;
    posArray.HOURS_WK = position.@HOURS_WK;
    posArray.WAGE_RANGE_FROM = position.@WAGE_RANGE_FROM;
    posArray.WAGE_RANGE_TO = position.@WAGE_RANGE_TO;
    posArray.JOB_DESCR = position.@JOB_DESCR;
    posArray.DES_SKILLS = position.@DES_SKILLS;
    positionsArray.addItem(posArray);
    So, I just had to manually go through the selected Tree node,
    copy each XML attribute into a simple Array, then ADD this Array to
    an ArrayCollection being used as the DataProvider for the DataGrid.
    It's not elegant, but it works and I don't have to use a Label
    Function, which was getting way too complicated. I still think that
    Flex should have an easier way of doing this. There probably is an
    easier way, but the Flex documentation doesn't provide an easy path
    to it.
    I want to thank you, Tracy, for the all the help. I checked
    out the examples you have at www.cflex.net and they are very
    helpful. I bookmarked the site and will be using it as a resource
    from now on.

  • Image does not display on MacBook Pro (does on PowerBook G4!)

    I created a slide in Keynote on my PowerBook G4 with an image dropped in (a pdf, I can't remember whether it was originally cut and past or dragged and dropped in). When transferring the Keynote presentation to a new macBook Pro (copying via a USB thumb drive), the presentation opens but the image does not display (everything else is OK).
    The weird thing is that the image does show up in the thumbnail in Navigator View. It disappears in Light Table View, and then is gone when I return back to Navigator View. However, when I close and reopen the file, it appears again in the thumbnail.
    When I click on the area where the image should be, the open squares show up around something. If I try to copy this object and past into another application (like Photoshop), I only get a blank image.
    I have managed to get around this by laboriously copying the affected images on my PowerBook into separate pdf files, then transferring those files to my MacBook Pro and dropping them into place. However, I know I will find a missing image at some later date, when I no longer have access to my old PowerBook.
    How to solve this problem?
    P.S. Both machines are running Keynote 4.0.2 and Mac OS 10.5.2.

    Thanks for taking a look!
    The original image was created using Photoshop to cut out an image from a pdf file. Then it was either cut and pasted or dragged into Keynote.
    Here are screenshots of what I get when I open the "droppedimage-17.pict" file (shown in the Show Package Contents window) using QuickTime on both machines. For the PowerBook:
    http://www.cems.umn.edu/download/attachments/Powerbook.png
    For the MacBook Pro:
    http://www.cems.umn.edu/download/attachments/MacBook_Pro.png
    Strangely, the Powerbook version looks like a correct grey-scale image, while the MacBook Pro looks like a B&W image.

  • Obiee charts are not displayed

    hi
    i 'm working obiee
    and i prepared charts
    but
    charts are not displaying
    what can i do?

    hi,
    does your javahost started???check your services..
    hope i helped...
    http://greekoraclebi.blogspot.com/

  • Data changes but the Chart does not

    The xml data changes every few minutes, and I want the chart
    to display the changes, but I do not know how. I added a button
    that refreshes the data, but the chart does not update. Can anyone
    help sync the two of the up and even better automatically?

    "CR_COOL" <[email protected]> wrote in
    message
    news:g8p670$jt1$[email protected]..
    > The xml data changes every few minutes, and I want the
    chart to display
    > the
    > changes, but I do not know how. I added a button that
    refreshes the data,
    > but
    > the chart does not update. Can anyone help sync the two
    of the up and even
    > better automatically?
    >
    > <?xml version="1.0" encoding="utf-8"?>
    > <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    > layout="absolute" width="499" height="369"
    > backgroundGradientAlphas="[1.0,
    > 1.0]"
    > backgroundGradientColors="[#FCFCFC, #FCFCFC]"
    > creationComplete="srv.send()">
    This is the only place you ask the server for information
    ^
    HTH;
    Amy

  • Adobe Bridge CS3 - does not display thumbnails for Canon 40D or 50D RAW files

    I wanted to use Bridge to view my Canon EOS 50D RAW files and it does not display the thumbnails, just icons. I checked my 40D cr2 files and saw same thing.
    I have purged the cache and rest the cache preferences and it has not helped. I would like to be abl eto view the thumbnails of the RAW files via Bridge if possible. Jpg files and Tif files can be viewed without any issues.
    Am using Bridge version 2.1.1.9 and Pshop CS3 10.0.1

    I have the exact same problem. I can view my RAW file thumbnails (which are .ARW files from my Sony A200 camera) in the Finder and in other applications, such as Preview, but not in Adobe Bridge CS3. I know that I did try purging the cache at one point to see if that would fix it, but then I didn't know what to do after that. Before I purged the cache, I was able to view RAW thumbnails in Bridge, but then they would not increase in size when I tried using the slider (at the bottom right of the Bridge window)

  • Aperture 3 project does not display any images in one Project

    This is a strange situation.  The bullets below outline the situation:
    The project does not display any images
    When I place the pointer over the project it shows there are 500+ images
    I have located the RAW images stored in my aperture library
    I can pull up the images using a smart folder and searching for photos taken on the event day
    This is happening only to one of my projects that I know of (weird!!)
    I have tried to 're-add' the image by both importing and dragging and dropping into the project, neither works
    I tried the following basics:
    Fixed permissions
    Rebuilt the database
    Tried to re-import the data, but when I have the 'don't import duplicates' these are not an option
    Found the images in my Aperture library
    I created another project and drug all of the images into that project
    Any idea how I can fix this?
    My fear is that if I delete the original project, the original master images will be deleted.

    The most common cause of this is some sort of stuff in the search box at the top of the browser that you don't expect to be there. Just clear it and all your images should show up.
    RB
    One note - if you drug your images from one project to another it moves them vs copies them unless you hold down the option key.

Maybe you are looking for

  • OSA: ESS not visualize all appraisals

    Hello All, One of my clients requirements is that appraisees must be able to visualize/modify some of the appraisal templates received but not all. I have linked the BSP HAP_DOCUMENT to the ESS and stated the start page as: document_received_open2 -

  • PLS-00306

    Hey All I am using microsoft reporting services 2000, to develop a report. I am using a stored procedure to fetch data from the oracle DB and display on the report GUI. Initially it was working when my signature was something like this: PROCEDURE dan

  • Canon MP280 quit printing

    I'll start by thanking the guy who set up the registration process for informing me that my first name is a "bad word" and that I must "clean up my language" before proceeding.  I'll rush down to the courthouse tomorrow to change the name that I've c

  • Implementing a nested block diagram

    Hi, I would like to draw a block diagram ( as shown in the below image ) The text on the blocks would be fetched from a well structured XML file. If there is a node of type: A in the XML, corresponding green box, say A1 should be drawn and the a hori

  • Search shopping cart by plant and storage location?

    Hi, is there any standard report or anyway to search the shopping cart based on the plant and storage location.. please let me know.. thanks