Chart item

Hi all
I am running a report from form builer by using run_product. My report contains a chart item .but when i run it through form builder it gives me error..REP-1246 chart item cannot found.
Otherwise when i run same report in report builder it runs fine..Can anybody please help me??

sure,
actually when I was creating chart using chart builder, On the last page,there is a option to save the chart. I was not saving the chart into file system. And when I have done that Path changed authomatically. And then it worked...
So, basically we need to save the report as well as chart into filesystem.

Similar Messages

  • How can I fit the chart in the center of the chart item ??

    I created a chart item in the Form, in which the attached chart is created manually using Graphics. When I run the form, the OG.OPEN function is called and the chart is displayed. However, it can only show a part of it. I want to know how can it can be fit into the size of the chart item, so that the whole chart can be shown on the screen automatically. Thanks !!

    Dear bowiecpy
    Pls let me know how to do it Plz
    Regards Lakmal

  • Iterate over and access pieSeries chart item

    HI ALL
    Ok iterating over column chart series does not work with pie
    series.
    The code I use for column series is below, I want the same
    for pieseries . I also want to be able to select a piece of a pie
    chart within code. If a user click a pie chart item, I have have it
    rotate and expand to show data. I want to do the same in AS. Select
    pie chart item rotate it, expand it and select it.
    Thanks
    Dean
    private function findSeries(lbl:String):ColumnSeries{
    var series:ColumnSeries = new ColumnSeries()
    for(var i:int=0;i<colChart.series.length;i++){
    var tmpSeries:ColumnSeries = colChart.series
    if(tmpSeries.displayName == lbl)
    series = tmpSeries;
    return series;

    I do not see your forum code to comment, but you probably are not trying to access the string field. The other possibility is that the input pointer is still valid (not dealloc'ed elsewhere in your code, but this is something you should never bank on. You can use self.xyz, or [self setXyz] which are complimentary. If you do not want to use the property/accessor, you can copy the input or send a retain message to the variable. Bottom line is you need a retain/copy message to be sent for subsequent access to work.

  • Chart item - overall result

    Hello,
    I'm working with the BEx Web Application Designer BI AddOn /.X (based on 6.40) and I want to display the result of query in a chart item. The problem hereby is that i also want to display the overall result! How can I do this?
    Thanks,
    Margit

    You want to display both on the same chart item ?
    In this case, you've to define the query with display of the overall result, and change the properties of the chart item, to say that you display the results. Don't know if it's flagged on or off by default. No need of 2 DP. I thought you wanted to display a chart with details on one side, and an overall result on the other side.

  • Chart item causes blank page in ie9

    Hello,
    we are using design studio 1.2 sp2 with netweaver and have problems with ie9. Firefox working well but ie9 ended up in a blank white screen if the application contains a chart item.
    Do you have some suggestions for that?
    Thanks
    Robert

    Hi Amit,
    thanks for your advice. I checked it up with ie develeoper tools (F12) - works as IE9. Switching to compatibility view doesn´t help. Intresting if running as IE8, evey thing is displayed but do not ask in which design

  • Defning own color palette for Chart Items

    Hello,
    i have a requirement for several Cockpits, the values of all diagramms of actual year should have a special color, which is not defined in the color palettes Tradeshow, Streamline or Enjoy.
    I don't want to change the color for each chart, i'v already tried the Portal Theme Editor, but i was not able to change color settings for charts.
    Is it possible to create custom color palette which i can choose in the global settings in the chart item dialog?
    Best regards,
    Frank

    1. Go to the following directory on the server side Installation Directory \SAP BusinessObjects Enterprise XI 4.0\images
    2. Find the file there named as VisualizationConfig.template.xml
    3. Rename this file to VisualizationConfig.xml
    4. Then edit this file and add the color for the palette as you required (RGB colors are used)
    5. Check there are no errors in the config file, otherwise the standard palette is applied – you can define only one Corporate palette, and the palette ID must not be changed
    6. Finally, you need to reboot Tomcat after editing the config file.

  • Chart items problem

    hello,
    when i include some graph by using og.pll in chart_item ca1 in oracle 6i forms then some part on both left and right side of graph is not completely visible. it cuts in between.
    is there any way to auto resize the chart item according to the included graph so that my graph could completely visible?
    thanks in advance for any reply....
    With Regards
    Vishal Agrawal

    I've never seen this happen so I'm going to ask a few more questions.
    When you said it "defaulted back to its original list" do you mean it went back to a list with the numbers 1,2,3 or back to the list you had created earlier?
    What do you get when you do exactly the following (and I mean exactly, don't skip a step or do something "similar") :
    1. Open the inspector if it is not already open and go to the cell inspector tab.
    2. Click on the popup cell. I will assume the cell format says "popup menu". Do you see your original list, the one that doesn't seem to accept changes?
    3. Double click on one of the entries so you can edit it. Can you edit it?
    4. Type in something new on that line. Hit the Return key. Did the change stick; is it still there? Is the line highlighted in blue?
    5. Go back to the table and click on the down arrow of your popup cell. Is the list the same as what you see in the cell inspector? Is it the correct list, as edited in step 4?
    6. Click on another cell then click on your popup cell then click on its down arrow. Is the list the same as in step 5?
    If this didn't work and the list still reverted back to the old one (or to 1,2,3), please let me know on which step it messed up.

  • Make Flex Plot Chart items toggle

    Hello,
    I made an application for generating a plot chart based on previously calculated data (X,Y). After plotting the data on the chart, I tried to make the items (dots) to show a label (through addChild an external custom label component) when a user click on the dots (for example: if a user click on a chart item, the corresponding ID number will show beside the dot).
    Although everything works fine, I can't make the items toggled (for example: if a dot is already clicked and label ID is visible, on next click on the same dot I want to hide (removeChild) the label component which correspond to that item)...
    I tried almost everything, but with no success... A simple example  will be of great help for me...
    Thanks in advance,
    Nikola

    Anyone??

  • Need demo of a simple chart item using emp table sal column

    DB version:10g
    Forms version 10g
    Hi folks,
    Can anyone please post some sample code for a simple chart item based on emp table in forms 10g.
    lets say show the salary variations using chart item.
    Please do help.
    thanks in advance.

    There are samples for doing this (not easy to find for 10g these days).
    http://www.oracle.com/technetwork/developer-tools/forms/news-section-086804.html
    Have a look for the BI Graph Patch link for 10g on this page.
    Steve

  • How to Create or Modify Chart Items in Developer 9i

    Can any one tell me how to create or modify the Chart items in Developer 9i and Set its x-axis and y-axis values as this is done in developer 6i through Graphic Builder. More over I want to give the information that Developer 9i successfully compiles the 6i forms having chart items but when it is run, the chart is not displayed at all.
    Any Help......
    Inayat Qazi

    Dear viewers! I m waiting for any reply in response to my last thread but uptil now there is no help from any friend. So I am reminding my problem. Please if any one tell me How to create graphs/Charts in Forms 9i as there is graphic builder for this purpose in Forms 6i.
    Thanks in advance
    Inayat Qazi

  • Web Application Designer - Chart Item - BW Release 3.5

    Hello,
    I have a problem with the new chart item in BW 3.5.
    I cannot show the data table within the chart item.
    In BW 3.0B there was an easy possibilty to switch "show data table" on/off.
    Please help!
    Thanks in advance

    Hi Tim,
    You can still do this, but you will need to add it to the HTML code.
    See the last attribute in this for more info:
    http://help.sap.com/saphelp_nw04/helpdata/en/33/489d39d342de00e10000000a11402f/content.htm
    Hope this helps...

  • How to configure a Chart item in VC model

    Hi
    I am having problem in configuring a chart in VC model.
    In my VC model my query output or chart input is Cal Month/Year (Last 12 Months) and revenue. So there will always be 12 rows in output
    My requirement is to draw a Column chart for the above query output so that in X-Axis Cal Month/Year
    I made the following setting/config for chart item
    Chart Type: Column
    Data Series: Stacked
    Category Axis: Cal_year_month_ext_key
    Value Axis: Blank (Default Settings)
    Data Series: @revenue
    When I compiled, Deployed and executed the modeu2026output is
    In X axis all the 12 months are displayed but only the first row value is being displayed in the graph for all the months
    Please update me on how to configure a graph
    Thanks

    Hello,
    If you have only calmonth in the rows and revenue in your columns of your bi query
    pls try using a column chart with "clustered" data series rather than a stacked one
    since you have a single data series .
    Rgds

  • How can I make a Chart Item ?

    I read this post :-
    chart item in oracle forms 10g
    but that not what i need ...... what i need is simple explanation of *how to build a Chart item based on Data Block ?*
    I'm using DB 10gR2 , Developer Forms 32 Bit Version 10.1.2.0.2 (Production)
    and Windows XP SP2 64-bit

    It is existing because to support the chart items your created in old versions of forms. However, you cannot use it for "Creating New Charts". It has become useless because, you have other powerful / more featured charting mechanism is available (one of which is BI Graph). So, why do you want to go for Old Chart Items, which has less features than using a full fledged BI Graph?
    -Arun

  • Automatic category gap to WAD chart item

    Hi all,
    I can't find the option I want for my Web Application Designer Chart Item.
    I want.
    I want to make the category gap dependant of the number of categories, as I only can find a constant number for category gaps.
    For instance :
    My chart has 0CALDAY as category values, and the chart timeframe is selectable by the user.
    If the user chooses a 2 weeks timeframe, I can display each categories values which makes 15 days, but if the user chooses a one year timeframe, displaying all the days would become unreadable, so it would be better to display only one category each month.
    Nevertheless, if you have any documentation for chart edition options, it will be helpfull.
    Thanks.

    Hi,
    the chart does not provide such an option. You have to use the static value for gaps.
    Regards, Kai

  • Multiple Tooltips are not showing up when hovering over overlapping chart items

    Hi!
    I ran into a problem which I am unable to fix. Either I am missing something very obvious or this is a bug. I set up a LineChart with two series. One series has multiple overlapping data points, and both series overlap in one point.
    Data tips are only getting displayed where the data points of the two different series overlap. Hovering over the overlapping points of a single series does not lead to multiple data tips being displayed. According to Flex SDK docs this should be possible.
    Here's a simple example which shows the problem:
    <?xml version = "1.0"?>
    <s:Application xmlns:fx = "http://ns.adobe.com/mxml/2009"
                      xmlns:mx = "library://ns.adobe.com/flex/mx"
                      xmlns:s = "library://ns.adobe.com/flex/spark"
                      xmlns:local = "*">
         <fx:Script>
              <![CDATA[
                   import mx.charts.HitData;
                   import mx.collections.ArrayCollection;
                   import mx.graphics.SolidColorStroke;
                   [Bindable]
                   private var values:ArrayCollection = new ArrayCollection([{date: new Date(2010, 10, 15), value:120},
                        {date: new Date(2010, 11, 15), value: 60},
                        {date: new Date(2011, 0, 15), value: 40},
                        {date: new Date(2011, 0, 30), value: 7},
                        {date: new Date(2011, 1, 15), value: 30},
                        {date: new Date(2011, 1, 18), value: 61},              
                        {date: new Date(2011, 1, 23), value: 80}]);
                   [Bindable]
                   private var values2:ArrayCollection = new ArrayCollection([{date: new Date(2010, 10, 15), value:120},
                        {date: new Date(2010, 11, 15), value: 200},
                        {date: new Date(2011, 0, 15), value: 29},
                        {date: new Date(2011, 0, 15, 13, 59, 99), value: 29},
                        {date: new Date(2011, 0, 15, 13, 58, 99), value: 29},
                        {date: new Date(2011, 0, 15, 13, 57, 99), value: 29.5},
                        {date: new Date(2011, 0, 15), value: 29.5},
                        {date: new Date(2011, 0, 15), value: 30},
                        {date: new Date(2011, 0, 15), value: 30.5},
                        {date: new Date(2011, 0, 15), value: 30.5},
                        {date: new Date(2011, 0, 15), value: 30.5},
                        {date: new Date(2011, 0, 15), value: 30},
                        {date: new Date(2011, 0, 15), value: 30},
                        {date: new Date(2011, 0, 15), value: 30},
                        {date: new Date(2011, 0, 15), value: 31},
                        {date: new Date(2011, 0, 15), value: 31},
                        {date: new Date(2011, 0, 30), value: 70},
                        {date: new Date(2011, 1, 15), value: 2},
                        {date: new Date(2011, 1, 18), value: 180},              
                        {date: new Date(2011, 1, 23), value: 80}]);
                   [Bindable]
                   private var minDate:Date = new Date(2010, 10, 1);
                   [Bindable]
                   private var maxDate:Date = new Date();
                   private function getDataTip(hitData:HitData):String
                        return "<b>Tip:</b><br> Date: " + hitData.item.date + '<br>Value: ' + hitData.item.value;
              ]]>
         </fx:Script>
         <s:layout>
              <s:VerticalLayout/>
         </s:layout>
         <s:width>100%</s:width>
         <s:height>100%</s:height>
         <s:Panel title = "Chart Test">
              <s:width>100%</s:width>
              <s:height>100%</s:height>
              <s:layout>
                   <s:VerticalLayout/>
              </s:layout>
              <mx:PlotChart id = "chart">
                   <mx:width>100%</mx:width>
                   <mx:height>100%</mx:height>
                   <!-- Uncomment this in order to see that there are overlapping items -->
                   <!-- mx:showAllDataTips>true</mx:showAllDataTips-->
                   <mx:selectionMode>multiple</mx:selectionMode>
                   <mx:dataTipMode>multiple</mx:dataTipMode>
                   <mx:showDataTips>true</mx:showDataTips>
                   <mx:dataTipFunction>getDataTip</mx:dataTipFunction>
                   <mx:horizontalAxis>
                        <mx:DateTimeAxis minimum = "{minDate}"
                                             maximum = "{maxDate}"/>
                   </mx:horizontalAxis>
                   <mx:series>
                        <mx:LineSeries dataProvider = "{values}"
                                                      displayName = "Series 1"
                                                      yField = "value"
                                                      xField = "date"
                                                      interpolateValues = "true"
                                                      lineStroke = "{new SolidColorStroke(0x00FF00, 3, 0.5)}"
                                                      stroke = "{new SolidColorStroke(0x00FF00, 3, 0.5)}"
                                                      itemRenderer = "mx.charts.renderers.CircleItemRenderer"/>
                        <mx:LineSeries dataProvider = "{values2}"
                                                      displayName = "Series 2"
                                                      yField = "value"
                                                      xField = "date"
                                                      interpolateValues = "true"
                                                      lineStroke = "{new SolidColorStroke(0xFF0000, 3, 0.5)}"
                                                      stroke = "{new SolidColorStroke(0xFF0000, 3, 0.5)}"
                                                      itemRenderer = "mx.charts.renderers.CircleItemRenderer"/>
                   </mx:series>
              </mx:PlotChart>
         </s:Panel>
    </s:Application>
    Any help is appreciated!
    Thanks!

    Hi!
    I ran into a problem which I am unable to fix. Either I am missing something very obvious or this is a bug. I set up a LineChart with two series. One series has multiple overlapping data points, and both series overlap in one point.
    Data tips are only getting displayed where the data points of the two different series overlap. Hovering over the overlapping points of a single series does not lead to multiple data tips being displayed. According to Flex SDK docs this should be possible.
    Here's a simple example which shows the problem:
    <?xml version = "1.0"?>
    <s:Application xmlns:fx = "http://ns.adobe.com/mxml/2009"
                      xmlns:mx = "library://ns.adobe.com/flex/mx"
                      xmlns:s = "library://ns.adobe.com/flex/spark"
                      xmlns:local = "*">
         <fx:Script>
              <![CDATA[
                   import mx.charts.HitData;
                   import mx.collections.ArrayCollection;
                   import mx.graphics.SolidColorStroke;
                   [Bindable]
                   private var values:ArrayCollection = new ArrayCollection([{date: new Date(2010, 10, 15), value:120},
                        {date: new Date(2010, 11, 15), value: 60},
                        {date: new Date(2011, 0, 15), value: 40},
                        {date: new Date(2011, 0, 30), value: 7},
                        {date: new Date(2011, 1, 15), value: 30},
                        {date: new Date(2011, 1, 18), value: 61},              
                        {date: new Date(2011, 1, 23), value: 80}]);
                   [Bindable]
                   private var values2:ArrayCollection = new ArrayCollection([{date: new Date(2010, 10, 15), value:120},
                        {date: new Date(2010, 11, 15), value: 200},
                        {date: new Date(2011, 0, 15), value: 29},
                        {date: new Date(2011, 0, 15, 13, 59, 99), value: 29},
                        {date: new Date(2011, 0, 15, 13, 58, 99), value: 29},
                        {date: new Date(2011, 0, 15, 13, 57, 99), value: 29.5},
                        {date: new Date(2011, 0, 15), value: 29.5},
                        {date: new Date(2011, 0, 15), value: 30},
                        {date: new Date(2011, 0, 15), value: 30.5},
                        {date: new Date(2011, 0, 15), value: 30.5},
                        {date: new Date(2011, 0, 15), value: 30.5},
                        {date: new Date(2011, 0, 15), value: 30},
                        {date: new Date(2011, 0, 15), value: 30},
                        {date: new Date(2011, 0, 15), value: 30},
                        {date: new Date(2011, 0, 15), value: 31},
                        {date: new Date(2011, 0, 15), value: 31},
                        {date: new Date(2011, 0, 30), value: 70},
                        {date: new Date(2011, 1, 15), value: 2},
                        {date: new Date(2011, 1, 18), value: 180},              
                        {date: new Date(2011, 1, 23), value: 80}]);
                   [Bindable]
                   private var minDate:Date = new Date(2010, 10, 1);
                   [Bindable]
                   private var maxDate:Date = new Date();
                   private function getDataTip(hitData:HitData):String
                        return "<b>Tip:</b><br> Date: " + hitData.item.date + '<br>Value: ' + hitData.item.value;
              ]]>
         </fx:Script>
         <s:layout>
              <s:VerticalLayout/>
         </s:layout>
         <s:width>100%</s:width>
         <s:height>100%</s:height>
         <s:Panel title = "Chart Test">
              <s:width>100%</s:width>
              <s:height>100%</s:height>
              <s:layout>
                   <s:VerticalLayout/>
              </s:layout>
              <mx:PlotChart id = "chart">
                   <mx:width>100%</mx:width>
                   <mx:height>100%</mx:height>
                   <!-- Uncomment this in order to see that there are overlapping items -->
                   <!-- mx:showAllDataTips>true</mx:showAllDataTips-->
                   <mx:selectionMode>multiple</mx:selectionMode>
                   <mx:dataTipMode>multiple</mx:dataTipMode>
                   <mx:showDataTips>true</mx:showDataTips>
                   <mx:dataTipFunction>getDataTip</mx:dataTipFunction>
                   <mx:horizontalAxis>
                        <mx:DateTimeAxis minimum = "{minDate}"
                                             maximum = "{maxDate}"/>
                   </mx:horizontalAxis>
                   <mx:series>
                        <mx:LineSeries dataProvider = "{values}"
                                                      displayName = "Series 1"
                                                      yField = "value"
                                                      xField = "date"
                                                      interpolateValues = "true"
                                                      lineStroke = "{new SolidColorStroke(0x00FF00, 3, 0.5)}"
                                                      stroke = "{new SolidColorStroke(0x00FF00, 3, 0.5)}"
                                                      itemRenderer = "mx.charts.renderers.CircleItemRenderer"/>
                        <mx:LineSeries dataProvider = "{values2}"
                                                      displayName = "Series 2"
                                                      yField = "value"
                                                      xField = "date"
                                                      interpolateValues = "true"
                                                      lineStroke = "{new SolidColorStroke(0xFF0000, 3, 0.5)}"
                                                      stroke = "{new SolidColorStroke(0xFF0000, 3, 0.5)}"
                                                      itemRenderer = "mx.charts.renderers.CircleItemRenderer"/>
                   </mx:series>
              </mx:PlotChart>
         </s:Panel>
    </s:Application>
    Any help is appreciated!
    Thanks!

Maybe you are looking for