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.

Similar Messages

  • 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

  • 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 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.

  • Gantt Chart Related Problem

    Project Link:
    PPPM
    How to solve these problems.
    Problem 1:
    I have to scroll both the Gantt Chart and Task List scroll
    simultaneously. When i scroll Gantt Chart , then at the same time
    Task List and vice versa.
    Problem 2:
    How to stop Gantt Chart header movement stop when scroll the
    Gantt Chart.
    Problem 3:
    In the Gantt Chart Node, there are 2 section. One is dark
    section and other is lite section. I have to slide these scctions
    like like HDevidedBox effect.
    Please help me out from these problems.

    Hi Vedant,
    values are displayed in pie chart their label is not display.
    So you're able to view the value and label information when you hover over a slice i.e. viewing the tooltip, but you can't see the actual label for each slice of the pie. If you're not seeing all of the labels for the slices of the Pie chart, then this could due to a couple of reasons:
    1) the length of the label
    2) the position of the label
    3) the size of the chart
    Keep in mind that displaying all 41 labels on the chart could result in an extremely cluttered looking chart. AnyChart controls the visibility of the labels, depending on the above factors. So if your labels are quite lengthy, for example, and they are positioned to be displayed outside the chart, then AnyChart will display what labels it can for the given chart size. To work around this, having tooltips enabled is a good starting point. Alternatively, you could look at decreasing the length of the label text, changing the label position or even increasing the size of the chart. For further information on the label formatting, I would recommend reviewing AnyChart's online documentation, here: http://anychart.com/products/anychart/docs/users-guide/label-text-formatting.html?fromtree.
    Regards,
    Hilary

  • Bubble chart legend problem

    Hello.
    I have problem with bubble chart the problem is that in chart legend appear the same number of object what bubble in chart e.g. if chart have 5 bubble then legend also have 5 object.
    What do I want to obtain is that in chart appear bubble which have different color (color depends on condition) and legend relate only colors. For example if chart have 4 bubble 3 - red and 1 - green then in legend appear only two position which relate green and red color (now appear 4 object three about red and one green).
    Can any one tell me how to resolve this problem?

    I already did this I added three condition (three colors red, green and yellow) in field "Value of" I choosed "is equal to" unfortunately it didn't help.
    Maybe I joust try to describe what I want to show in this chart.
    Suppose I have table with four columns u201Cdateu201D, u201Camount (number type)u201D, u201Csize (number type)u201D, u201Crisku201D (text type) now where this value appear on chart:
    - date is x axis
    - amount is y axis
    - size is a bubble size
    - risk will be bubble color
    Now I have 3 kind of risk u201CLowu201D (green color), u201CMediumu201D (yellow color) and u201CHighu201D (red color).
    Now in my data base I have table with record:
    - u201C11-11-2009u201D, u201C1u201D, u201C2u201D, u201CMediumu201D
    - u201C12-11-2009u201D, u201C2u201D, u201C1u201D, u201CMediumu201D
    - u201C13-11-2009u201D, u201C1u201D, u201C1u201D, u201CHighu201D
    - u201C14-11-2009u201D, u201C3u201D, u201C3u201D, u201CLowu201D
    - u201C15-11-2009u201D, u201C1u201D, u201C1u201D, u201CLowu201D
    Ok so now In My chart I should have 5 bubble and in legend three value (green, red, yellow) but in this case I always have five (the same number what record in table).
    Sorry if this example is not clear.

  • 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.

  • 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??

  • 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.

  • 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 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

Maybe you are looking for