Wrapping of text in legend of charts in Business Objects Dashboards 4.1

Hi all,
I have a dashboard which contain a few charts. But the legend in the charts is exceeding the length of the charts. Is there a way by which I can wrap the text of the legend within the chart area? I have not been able to find anything in the chart properties.
Any solution or workaround proposed will be highly appreciated.
Thanks in advance.
Regards,
Nalin Dwivedi

Hi,
Check this out this help you.
http://scn.sap.com/community/businessobjects-dashboards/blog/2013/06/26/displaying-column-charts-with-long-label-names
what kind of chart are you using if you using column chart, then try with bar chart which can actual help you in displaying the text in better, only thing you need to convince the customer.
--SumanT

Similar Messages

  • Get colors and text from Legend or chart?

    It seems to be impossible ( or at least I cannot find a way to ) to wrap the labels in the Legend control.
    so I will have to write my own legend control that can do this.
    In order to create a Legend control I will need to get a array of the colors used in the Chart ( or legend) and apply these to the new legend control. Can anyone advise how I can do this?
    thanks

    Hi Natasha
    I have tried:
    for each(var item in myChart.series.legendData ){
    trace("series item is : " + item);
    And
    for each(var item in myChart.series.items){
    trace("series item is : " + item);
    UPDATE: I have also tried:
    trace ("legendData is : " + myChart.series[0].legendData); 
    trace("items is : " + myChart.series[0].items);
    for each(var item:Array in myChart.series[0].legendData){ 
    trace("series item is : "+ item);
    And again the trace statement in the for each loop is never reached, and the other trace statements are empty (besides the initial string), yet I can see in the variables window of Eclipse that there should be data.
    And I have a breakpoint on the trace statement, yet in both cases the breakpoint is never reached. I am not getting any error message.
    Also, when editing, when I put the '.' after myChart.series I do not get either legendData or items in the 'intellisense', just methods. Perhaps the intellisense is very limited.
    Anyway, can you advise on another way to get the colors and labels from a chart so I can create my own legend, which can wrap the labels?
    Many thanks

  • Business Objects Text Analytics - Summarizer Software Library

    We have crawled a website with Summarizer services. But we are not able to view the summary from Annotation Manager. Only the XML file is generated. We have looked into the below resources to get a solution but unable to find an answer.
    1.      Business Objects Text Analysis: Text Services Platform Useru2019s Guide u2013 Business Objects Summarizer Concepts and Configuration Guide
    2.      Of the trainings that we have purchased, there is no training on Summarizer. Does one exist which we can purchase?
    3.      We have googled out and could not find an answer.
    4.      We have tried to modify the summarizeru2019s configuration files as well. But these files control only what output you see and not how you see it.
    Any pointers to resolve this issue would be really helpful.

    You can use Metadata Viewer (MDV) to the view the summary of each document. To access it, you can do the following:
    1) Make sure that Processing Manager (PM) is up and running (as MDV resides on the same server).
    2) For the collection and crawler configuration, make sure that the Directory AR Adapter is used and set to store into the default directory.
    3) Enter http://localhost:7474/metavwr in the IE address bar. (Replace the server name and port with the one you run PM.) The username and password are the same as PM.
    4) Once the MDV page is up, click on the collection name, then the document id that you want to view the summary.

  • Issue in wrapping of text in TextEdit control

    Hi,
    I'm developing an occasionally connected application using NetWeaver Mobile 7.1. In one of the view, I use TextEdit control to display the address information where the address is a multiline text data. During testing of the application in the simulator, the wrapping of text in the TextEdit control is not working properly. The wrapping property of TextEdit control is set to "soft" but the text is not getting wrapped. Even I tried the other option "hard" wrapping but it throws some error while building of the application.
    Please suggest a solution to do wrapping of text using TextEdit control.
    Thanks in advance.
    Regards,
    DVR.

    Hi Nipun,
    The rows and cols properties are already set and also the data is multiline but the text is not wrapping.
    Say the properties of a TextEdit control rows is "4" and cols is "30" was set. The data is also a multiline text say each line has more than 30 characters. During wrapping of text with in TextEdit control the first row should have only 30 characters and rest should be wrapped off to the next row and so on.
    But during execution what happens is the text is not getting wrapped instead the first row itself has all the characters of first line of the text and second row has next line of text and so on. The text in a row can be scrolled through using horizontal scrollbar.
    My need is the horizontal scroll bar should not come and the text need to the wrapped off with number of cols specified.
    Regards,
    DVR

  • How to wrap the text in column headers?

    Hi Friends,
    Can anyone please suggest how to wrap the text in column headers of a Java WebDynpro table?
    I believe that caption is the only UI element that a column header can have and it does not allow wrapping of the text.
    My original requirement is as follows,
    In a table I need to dynamically set the width of the columns according to the width configured by the user in some other view. All the columns of the table are dynamically rendered.
    Now what happens is when the user sets the width of the column to a rather low value, say 15 pixels, then the column is displayed like
    Supplier Catalog Name
    Sheila
    Catalog
    Name
    Dropdown
    As you can see it looks rather odd.
    Supplier Catalog Name is the header of the column and I use IWDCaption for header.
    Sheila Catalog Name Dropdown is the value of a particular row at the specified column. I am using a TextView as the TableCellEditor.
    I think what is happening here is that the framework wraps the text in the TextView according to the width specified (15px) and then the column width is extended because it can not accommodate the text (Supplier Catalog Name ) of the column header.
    We are using SAP NetWeaver Development Studio 7.0.12 as the IDE.
    I searched some forums and many people have suggested using scrollable columns but I don't understand how it will help in wrapping the text in a column header.
    Any help would be of great advantage.
    Thanks
    Amit

    Hi Deepti,
    Thanks a lot for the answer but the option that you have specified does not wrap the text. Instead it truncates the text being displayed and only the substring of the text which could be displayed in the given pixels is displayed.
    I need to show the whole text wrapped (Meaning if the width of the column is not sufficient then the text goes into the next line).
    Ayyapparaj,
    Thanks to you too for an helpful answer. It seems that the Netweaver has finally come up with a way to wrap the text in the column headers but as Manoj pointed out, I do not see the property headerTextWrapping  for a table column, Can you please specify which version of netweaver supports it?
    We are using SAP NetWeaver Development Studio 7.0.12 as the IDE.
    Thanks
    Amit Kapoor

  • For Wrapping of Text

    Hi,
    is there any way for wrapping text in ABAP which is similar to MS-word or MS-excel.
    Currently  i have 3 fields in an internal table.
    first field is of length 10,
    second field is of length 40,
    third field of length 256.
    Third field is mainly used for Notes.
    client said that report  coulmn length should be 80.
    after 80 i need to wrap the text in next line, with out affecting display of other rows.
    Please guide me.

    use FM RKD_WORD_WRAP
    call function 'RKD_WORD_WRAP'
               exporting
                    textline            = idiagline
                    outputlen           = 80
               importing
                    out_line1           = idiag_1
                    out_line2           = idiag_2
               exceptions
                    outputlen_too_large = 0 
                    others              = 0.
    Regards,
    Joy.

  • Append hyphen automatically after the wrapping of text in the dimension field

    Post Author: Nita_here
    CA Forum: WebIntelligence Reporting
    I want to Append hyphen automatically after the wrapping of text in the dimension field.
    e.g the text reads "I want to wrap this text". then if cell width exceeds after "I want to wrap" then it should be displayed like this "I want to wrap-" "this text".
    Thanks in advance,
    Nita

    Post Author: Nita_here
    CA Forum: WebIntelligence Reporting
    Thanks for your input.
    Let me tell you what I have understood. I will create a variable having the formula (which i have earlier written) in universe. Whenever i need to use the formula in infoview, I will call the variable instead. That's fine. But again, I will have the same problem. If I do any change in infoview level, the cell width is bound to change as it is not the free standing cell, its a column among othe one. e.g.
    A  B  C
    1  2  3
    4  5  6
    (you can think B as the column). Any change(addition, deletion of columns) will certainly change the cell width of B. So, again I need to calculate the things, which i dont want.
    Nita_here: I manually calculated that after 12 characters, the cell wraps the text.
    I wonder if there would be a way to do the things dynamically.
    Thanks in advance,
    Nita

  • JTable - Dynamic wrapping of text in a cell.

    Hello,
    Can anyone tell me how to dynamically wrap the text in a particular cell of a JTable if it is to long to be displayed on one line? I don't care if it affects the row height. Basically, I have a table with 3 columns, the thrird of which is a "notes" column and allows up to 500 characters to be displayed. When the text is too long the table truncates it with an elipsis (...) and the user can't see the rest. I would like the text to wrap within the cell (even if the height has to change) so that the user can read the entire note more easily.
    Thank you,
    G Poole

    You should probably repost this in the swing forum

  • Dynamic Wrapping of text in Web Application Designer of BEx.

    Hi
    Dynamic wrapping of text is to be done in Web application Designer of BEx.
    How is the code that was given earlier to be incorporated using stylesheets???Please explain in detail.
    Also if any other way is possible,plz deliberate.
    Thanks.

    Hi Sachin,
    stylesheet parameter is:
    white-space:
    options:
    normal
    pre
    nowrap
    pre-wrap
    pre-line
    regards Sven

  • Wrapping of Text in the Table UIElement

    Hi
       Is it possible to wrap the text in the header of a Table UIElement.Whenever a column heading is created it keeps extending on one single line. Any suggestions.
    ravi

    Please give a try with one of the following options..
    A similar post is also available at
    Newline in WDTextView
    <u>Option 1</u>
    1.Set the layout property of the UI element container to be GridLayout or MatrixLayout.
    2.Enable the "wrapping" property of Label or TextView to "true"
    3.Set the "width" property of the UI Element's(label/TV) Layout data to <integer>px [eg: 100px]
    3.Build and Deploy
    <u>Option 2</u>
    This option is only applicable for Labels. But for any Layout.
    1.Set the "width" property of the UI Element(label/TV) to <integer>px [eg: 100px]
    2.Enable the "wrapping" property of Label or TextView to "true"
    3.Build and Deploy
    Thanks and Regards,
    Sam Mathew

  • ADF 11g + How to wrap the text in a goimagelink

    Hi All,
    I'm displaying some list of goimagelinks, for which the information is being retrieved from the database. Now to align the width in between the imagelinks properly, I need to wrap the text of the go image link. Any suggestions, will help me a lot.
    Thanks All in Advance. Below is the code snippet for the same.
    Thanks & Regards,
    Dharmathej M
    <af:panelFormLayout id="pfl6" rows="3" maxColumns="3"
    labelWidth="30"
    inlineStyle="text-align:justify;">
    <af:iterator id="i6"
    value="#{bindings.LP_Applications1.collectionModel}"
    var="appiter"
    rows="#{bindings.LP_Applications1.rangeSize}">
    <af:goImageLink text="#{appiter.bindings.AppName.inputValue}"
    id="gil2"
    icon="#{appiter.bindings.Icon.inputValue}"
    iconPosition="leading"
    inlineStyle="font-size:small; font-family:Verdana, Arial, Helvetica, sans-serif;"
    destination="#{appiter.bindings.Url.inputValue}"
    shortDesc="#{appiter.bindings.ShortDesc.inputValue}"
    targetFrame="#{appiter.bindings.ExtLink.inputValue == 'T' ? '_blank' : '_self' }"/>
    <af:spacer width="70" height="10"/>
    </af:iterator>
    </af:panelFormLayout>
    ################################################################

    Try the CSS <tt>display</tt> property in combination with some fixed width, for example:
    <af:goImageLink ... inlineStyle="display:inline-block; width:80px;">

  • How to wrap the text in a label component

    I'm displaying a text in the label component and the output is displayed on the plasma display(It is a java application running on a pc and output is given to plasma display). But the text size is more and getting cut at the edge on the display. How can I wrap the text automatically.

    See
    [http://forums.sun.com/thread.jspa?messageID=10391430]

  • Modify legend in chart

    Hi All,
    Is it possible to modify Legend in chart? Especially in Combo line and bar chart.
    Thank you,
    Ling

    Check this
    http://obieetraining11.blogspot.com/2012/08/obiee-11g-adding-graph-to-analysis.html
    Mark if helps

  • Word breaks incorrect when wrapping Greek text

    Hi,
    I'm trying to use Greek in Illustrator, but I'm getting line breaks in the middle of words. This sort of problem also applies to other languages. Does anyone know how this problem might be resolved?
    Note that this is NOT the same thing as turning off hyphenation; I've tried that and it doesn't work. I'm getting breaks in words without hyphens appearing. I've tried with two sorts of Greek fonts: (1) with the Helena font, which replaces Latin glyphs with Greek glyphs, and (2) with a Greek characters in Unicode with a Unicode-compatible Greek font (SBL Greek). With the first option, it seems that Illustrator is causing breaks where it sees non-alphanumeric characters. With the second option, I'm not sure what the problem is; it's breaking in various strange places.
    Setting the language to "Greek" in the Character Pallette does not help. (I'm using ancient Greek, and I'm not sure how that might differ from modern Greek).
    The same problem has apparently occurred in InDesign, and there is even a solution or two in InDesign (see the 2nd link) involving either setting the language to "No Language" (cannot be done in Illustrator, as far as I can see), or find and replace character styles (again, it seems Illustrator can't do this).
    http://forums.adobe.com/message/1873967#1873967
    http://forums.adobe.com/message/1327153#1327153
    How might this problem be solved? Setting "No Break" in the Character Pallette for all the words would require tedious selection. Its seems that this problem could be solved by allowing "No Language" to be selected, or by adding an option to only break at spaces. TextEdit on Mac OS X does the latter and wraps the text properly.
    Thanks,
    David Arndt

    Ehm ... because InDesign can't load the correct rules for that language? No language = no rules.
    Go ahead, try it.
    It is something different than unchecking "Hyphenation" -- that works on entire paragraphs only. This will work for any word (or phrase, sentence, paragraph, multiple book set) you don't want to be hyphenated.
    [Post-thought:] "No language" may lead to surprising results with some OpenType fonts, as a lot (if not all) of features may be tagged to the language. You might suddenly miss ligatures, for example. So, other than for "Other" languages, you should probably just switch hyphenation off.
    End of disclaimer.

  • Legends in Charts

    I am facing problem in displaying the legend in chart.It is not showing up all the legend lables.
    we are using jcschart110K.jar
    Please help me in this regard.

    I could not get the line legends to differ either. You can add a marker to only 1 of the plots though:
    Regards,

Maybe you are looking for