Dynamic title change in chart

Hi,
I have created a Revenue vs Period chart. I have a time dimensional hierarchy for drilldown. By default the report charts revenue across year. The chart title should be Year. when i drilldown from year to quarter the title should dynamically change to Year>>Quarter. when i drilldown again the title should be Year>>Quarter>>Month.
Do we have any option for changing the title dynamically in chart? Is there anyother way to achieve it?
Thanks in advance,

Hi friend,
In general propierties of chart, 'Show data labels' --> set Default (On Rollover)
Good luck.

Similar Messages

  • Changing a chart title dynamically

    Hi all. I'm on apex 3.1.0. I have a list_item with some values and a chart that depends on the value of this list item. I have no set at the moment title of this chart. What I want is to set title depending on value of my list item. So if value of list item is AAA I want that title of chart is AAA, if BBB then title should be BBB and so on.
    How can I achieve that??
    Thanks for collaboration,
    Fabrizio

    I guess you mean a select list. You could use a select-list-with-submit or select-list-with-redirect item to ultimately redirect back to the page, passing in the selected value name for use as the chart title. Or you could do something with javascript to capture the selected value and save it in session state immediately. Others will have to advise you on these possibilities.
    Scott

  • Dynamic title for Chart created by an xml-file in SAP ChartDesigner

    Hello everybody.
    I created an xml-file with SAP ChartDesigner for using it in my abap program. I import this file as a MIME-Object.
    Everything works fine, i declared my charts and all my values.
    But now I need a dynamic title on the top.
    And know that I can give a title in my xml. But it's not dynamic.
    I looked into the xml file and the path for the title is:
    SAPChartCustomizing
    Elements
    ChartElements
    Title
    and then Caption.
      p_ixml_doc = g_ixml->create_document( ).
      l_encoding = g_ixml->create_encoding( byte_order = if_ixml_encoding=>co_little_endian character_set = 'utf-8' ).
      p_ixml_doc->set_encoding( l_encoding ).
      l_chartdata = p_ixml_doc->create_simple_element( name = 'SAPChartCustomizing' parent = p_ixml_doc ).
      l_elements =   p_ixml_doc->create_simple_element( name = 'Elements' parent = l_chartdata ).
      l_chartelements = p_ixml_doc->create_simple_element( name = 'ChartElements' parent = l_elements ).
      l_title = p_ixml_doc->create_simple_element( name = 'Title' parent = l_chartelements ).
      l_element = p_ixml_doc->create_simple_element( name = 'Caption' parent = l_title ).
      l_element->if_ixml_node~set_value( 'QRK-Mittelwert' ).
    In my opinion, it's the right path :/
    My other values i declare like this.
    l_series = p_ixml_doc->create_simple_element( name = 'Series' parent = l_chartdata ).
      l_series->set_attribute( name = 'label' value = 'TO' ).
      l_series->set_attribute( name = 'customizing' value = 'Series1' ).
      loop at gt_mw into gs_mw.
        lv_tabix = sy-tabix.
        l_point = p_ixml_doc->create_simple_element( name = 'Point' parent = l_series ).
        l_element = p_ixml_doc->create_simple_element( name = 'Value' parent = l_point ).
        l_element->set_attribute( name = 'type' value = 'x' ).
        l_element->if_ixml_node~set_value( lv_tabix ).
        l_element = p_ixml_doc->create_simple_element( name = 'Value' parent = l_point ).
        l_element->set_attribute( name = 'type' value = 'y' ).
        l_element->if_ixml_node~set_value( '35.00' ).
      endloop.
    It works...and i already checked this solution for my title, but it didn't work.
    I call the xml file with the method cl_wb_mime_repository:
    CALL METHOD cl_wb_mime_repository=>load_mime
        EXPORTING
          io              = lv_io
        IMPORTING
          bin_data        = lt_xmlr
        CHANGING
          language        = sy-langu
        EXCEPTIONS
          no_io           = 1
          illegal_io_type = 2
          not_found       = 3
          error_occured   = 4
          OTHERS          = 5.
      CHECK sy-subrc = 0.
    *-- Convert raw to xstring
      CREATE OBJECT lo_conv.
      LOOP AT lt_xmlr INTO ls_xmlr.
        CALL METHOD lo_conv->convert
          EXPORTING
            inbuff    = ls_xmlr
            outbufflg = 25000
          IMPORTING
            outbuff   = lv_xstr.
        CONCATENATE p_xml lv_xstr INTO p_xml IN BYTE MODE.
    Maybe somebody can help me.
    Thanks a lot.

    I got it!
    This thread helped me.
    [http://forums.sdn.sap.com/thread.jspa?threadID=1343796|http://forums.sdn.sap.com/thread.jspa?threadID=1343796]

  • Web Analysis Chart - Can I create a Dynamic Title?

    I'm creating a Web Analysis document (9.3) with muliple combo box choices that dynamically changes the Chart.
    The document will then be used by users via Workspace.
    I see how during the print process in the web analysis studio I can insert dynamic labels in the print header, but in workspace you only see this via the print via pdf process.
    Ideally I'd like to set the dynamic label in the "Header Title" of the Chart Properties. That way it will be visible in the chart to the user and will be printed thru either print process.
    Is it possible to set a dynamic lable via the chart properties? I have not been successful.

    Hi,
    You can easily make dynamic headers by using Dynamic Text Labels, which reference members in the filter, pages or grid row/column:
    <<cell DataSourceName 0, 0>> where 0,0 are the co-ordinates you wish to reference.
    for more info, refer to the WA Studio User Guide:
    http://download.oracle.com/docs/cd/E10530_01/doc/nav/portal_4.htm

  • Changing the Chart Title in Graphic View in Interactive demand Planning

    Hi All,
    Is it possible to change the Chart title in Graphic View in interactive demand planning screen.
    When we go to interactive planning after loading the data we go to Univariate forecast then switch to graphic, the chart title shows the selection at which the planning is done. For eg; If I plan at die level and i select a particular sap material, the chart title displays Die value and not the material value.
    Is it possible to change the chart title such that it displays all the selections made in selection winodw, like in the above case both Die value as well as SAP Material Number.
    Thanks and Regards,
    Diana

    Dear Diana,
    unfortunately this is not possible.
    The chart title is build from the planning book name + the Show characteristic in the shuffler (+ available nav. attributes of the Show char).                                                           
    The functionality you requested doesn't exist in standard.            
    Regards,
    Tibor

  • Dynamic title Display in WAD

    Hi,
        I would like to change the Title in the chart dynamically...for example..
    Value is
    <param name="TITLE" value="Forecast Report xxx xx xxxx"/>
    During run time..using the javascript or abap code  we need to pass current date to the tile..so title will display......."Forecast Report july 9,2007"
    Any Ideas?
    thanks

    Create a text variable with cusotmer exit as processing type.
    data h_datum LIKE sy-datum.
      WHEN 'test1'(customer exit text variable).
        CLEAR h_datum.
        h_datum = sy-datum.
        CLEAR l_s_range.
        l_s_range-low  = h_datum.
        l_s_range-sign = 'I'.
        l_s_range-opt  = 'EQ'.
        APPEND l_s_range TO e_t_range.
        EXIT.
    But i am not sure about the way to place this variable in the chart title.
    hope it is clear
    assign points if useful

  • Dynamic title in report!

    in the report we will use sy-title to display report title.
    i want to set dynamic title reference with user name.
    so in report code initiazition.
      i use: sy-title = sy-uname . but this just influce once time. in other event or in report list the title will display static title what we create report .
    so i want to change title.
    i open screen 1000.
    and want to add  set titlebar command in PBO.
    PROCESS BEFORE OUTPUT.
    MODULE %_INIT_PBO.
    MODULE %_PBO_REPORT.
    MODULE %_PF_STATUS.
    MODULE %_PNPPERNR.
    MODULE %_PNPMASSN.
    MODULE %_PNPMASSG.
    MODULE %_PNPSTAT1.
    MODULE %_PNPSTAT2.
    in the my report i write:
    MODULE %_PF_STATUS OUTPUT
    MODULE %_PF_STATUS OUTput.
    ENDMODULE.                    "%_PF_STATUS OUTPUT
    but when i active ,will get syntax error.
    so how to reset report title .
    some can give me a idea. thank you very much.

    Dear xiaobing xue,
    After seeing you code posted here, I have come to know that you are trying change SE38 report with selection screen in SE51. It wont work out.
    Set pf-status after Start-of-selection event.
    SET PF-STATUS 'STATUS'.
    set TITLEBAR 'TITLE'  with sy-uname.
    First set pf-status by double clicking on 'STATUS'. After that Double click on 'TITLE' and give title like below.
    'This title is for &'. & is replaced with sy-uname.
    I hope that you will get.
    Thanks
    Venkat.O

  • Dynamic Title in Desktop

    Hi,
    I'm trying to change the title every time the worksheet is modified. To do this I make a calculation and I make a parameter based on this calculation. Then I drag the calculation to the page items and I insert it in the title. But I don't get to do what I want.
    Is there any way to associate a worksheet title to every change made in it?
    Thanks.

    Hi
    If your parameter associated with any ITEM then It will run ,
    If u have parameter without ITEM then u have to associated it with condition then only it will run,
    eg, if u have parameter "empno " and asso. it with item "empno" ,insert it to Title area ,
    now when u run the sheet it will prompt for empno and the same will reflect in Title ,
    likly use this parameter in calculation to "generate your own dynamic title "
    u can use decode for it.
    try
    NP

  • Is it possible to change the chart of accounts in Oracle Financials?

    Dear Colleagues,
    Is it possible to change the chart of accounts in Oracle Financials?
    Thank you in advance.
    Andrey

    It is not an easy change. Oracle typically recommends against it but sometimes company structure or processes change so much that you are forced to do it.
    Take a look at http://www.vantagesolutions.com/media/SCOUG_May_2004.pdf as well as http://www.erpstuff.com/forums/topic.asp?TOPIC_ID=6381.
    If you google "change oracle chart of accounts", you will find some more hits as well. This is a big project.
    If you other business reasons to do a reimplementation, then changing COA as part of that will be very easy.
    For a lot of companies debating between reimplementation and upgrade, a need to change COA becomes the last straw in favor of reimplementation.
    Hope this helps,
    Sandeep Gandhi

  • Changes to chart are not saved

    Hi,
    I open a query in BEx Analyzer, change the chart into a donut, and save it as a workbook.
    I close the workbook and open the workbook again.
    The chart is back of the 'bar'type, the donut has disappeared.
    How can I save the donut? or other layout
    I'm on BI 7.0 SP 10; GUI 6.40 patch 23; BI add-in 14 patch 1
    Ciao
    Joke

    I had the same issue after a long time between uses (version updates). I finally figured out that their format does not allow any dashes or parenthesis, just country code and the sequence of numbers. For instance, I'm in the US, so my number resembled this format:
    country code, area code, prefix, number normally looks like this:
    +1(555)123-4567
    or +1 555-123-4567
    entered on skype as:
    +15551234567
    It would be really helpful if they did what other website and ux designers do by including a sample format either in filler text or an info box. but they don't. Anyway, hope that's helpful.

  • Display Dynamic HTML beside Flash Chart in Chart Region

    Hello,
    I have a vertical 3D flash chart with some categories I,II,IV... on x-axix. I have to show a legend beside the chart dynamically depending on the categories displayed like (I - PC, II - TV, IV-Laptop....) First I tried to do this with static data. I modified, Region Source of Chart region to include the legend. I am successful to create a table & put some static html code. Now I want this to be dynamic.
    I found that with shotcuts I can put dynamic HTML code. I created shortcut with PL/SQL & successfully displayed them in a 'HTML REGION WITH SHORTCUTS', but I want that in Chart Region, not as a separate region. Shortcut is not working in Chart region.
    How can I achieve this? Is there a way to call a process or substitution string or some thing from Chart Region to display my legend dynamically beside the chart.
    Experts any hint is appreciated.
    Sowji.

    Experts,
    Can you please give any hint how this can be achieved? If I keep the dynamic legend as HTML with Shortcut region, the width & height are not matching with the chart region as it is dynamic. Also, I am unable to combine both 'chart' & 'html with shortcut' region to look like one region. So I am looking for options to insert the dynamic html in to chart region.
    Sowji.

  • How to add line series dynamically to a line chart in flex?

    hi..i need to add line series dynamically to a line chart..depending on an array..the application is this..i have an array which stores the details of the users connected to an fmi server..the chart should display the bandwidth of each client..so the users should be added and removed from the chart dynamically...

    Hi
    1.I am giving you solution for dynamically adding values to the dropdown
    public void addValue( )  //Method Name in Component controller
        //@@begin addValue()
              IWDNodeInfo nodeinfo = wdContext.nodeNodeTestData().getNodeInfo();// Node should be map to the view's Node
              IWDAttributeInfo att = nodeinfo.getAttribute("VechileTypes");// Attribute by which dropdown in bound//
              IModifiableSimpleValueSet svSet = att.getModifiableSimpleType().getSVServices().getModifiableSimpleValueSet();
              svSet.put(wdContext.currentNodeTestDataElement().getInpAtt(),wdContext.currentNodeTestDataElement().getInpAtt());
        //@@end
    2.   wdThis.wdGetLangCompController().addValue(); // call this method in the point where u want to add values to the dropdown.

  • Format Changes In Chart Anlyzer Not Saved

    Post Author: Ray Brack
    CA Forum: Charts and Graphs
    I have created a vertical bar chart in CR v8.5 and have made several formatting changes using Chart Analyzer, changed the height of the graph, fonts, font rotation, etc.  However after saving the changes and previewing the report most of the changes are lost.  Furthermore those changes that did stick are limited to a single graph, the remaining graphs within the group retain the original settings.
    Does anyone have a solution to this problem or is charting in CR v8.5 as flaky as it seems?
    Thanks in advance...

    Post Author: Ray Brack
    CA Forum: Charts and Graphs
    In case anyone else comes across this problem:
    1) After making the changes right-click the chart in Analyzer and select "Apply changes to all charts"
    2) Right-click the chart again and select "Save as template"

  • Dynamic column change in Alv

    Hello friends,
                       Can any1 pls tell me if there is a function module available which can be used for dynamic column change in ALV.
                      Pls also elaborate how to use it.....

    While filling the field catalog you can specify witht IFcondition.
    Just see a example below...
    FORM field_fill USING pt_fieldcat TYPE slis_t_fieldcat_alv.
      DATA : ls_fieldcat TYPE slis_fieldcat_alv,
             pos TYPE i VALUE 1.
      ls_fieldcat-col_pos       = pos.
      ls_fieldcat-fieldname     = 'C_ICON'.
      ls_fieldcat-seltext_m     = 'Change Status'.
      ls_fieldcat-tabname       = 'IT_OUTPUT'.
      APPEND ls_fieldcat TO pt_fieldcat.
      CLEAR ls_fieldcat.
      pos = pos + 1.
      ls_fieldcat-col_pos       = pos.
      ls_fieldcat-fieldname     = 'BUKRS'.
      ls_fieldcat-ref_fieldname = 'BUKRS'.
      ls_fieldcat-ref_tabname   = 'ANLA'.
      APPEND ls_fieldcat TO pt_fieldcat.
      CLEAR ls_fieldcat.
      pos = pos + 1.
      ls_fieldcat-col_pos       = pos.
      ls_fieldcat-fieldname     = 'ANLN1'.
      ls_fieldcat-ref_fieldname = 'ANLN1'.
      ls_fieldcat-ref_tabname   = 'ANLA'.
      APPEND ls_fieldcat TO pt_fieldcat.
      CLEAR ls_fieldcat.
      pos = pos + 1.
      ls_fieldcat-col_pos       = pos.
      ls_fieldcat-fieldname     = 'ANLN2'.
      ls_fieldcat-ref_fieldname = 'ANLN2'.
      ls_fieldcat-ref_tabname   = 'ANLA'.
      APPEND ls_fieldcat TO pt_fieldcat.
      CLEAR ls_fieldcat.
      pos = pos + 1.
      IF p_farea = 'X'. " Conditional Based OUTPUT
        ls_fieldcat-col_pos       = pos.
        ls_fieldcat-fieldname     = 'GRUFL'.
        ls_fieldcat-ref_fieldname = 'GRUFL'.
        ls_fieldcat-ref_tabname   = 'ANLA'.
        APPEND ls_fieldcat TO pt_fieldcat.
        CLEAR ls_fieldcat.
        pos = pos + 1.
        ls_fieldcat-col_pos       = pos.
        ls_fieldcat-fieldname     = 'GRUFL_N'.
        ls_fieldcat-seltext_l     = 'New Floor Area'.
        ls_fieldcat-tabname       = 'IT_OUTPUT'.
        APPEND ls_fieldcat TO pt_fieldcat.
        CLEAR ls_fieldcat.
        pos = pos + 1.
      ENDIF.
      IF p_ldate = 'X'. " Conditional Based OUTPUT
        ls_fieldcat-col_pos       = pos.
        ls_fieldcat-fieldname     = 'LEABG'.
        ls_fieldcat-ref_fieldname = 'LEABG'.
        ls_fieldcat-ref_tabname   = 'ANLA'.
        APPEND ls_fieldcat TO pt_fieldcat.
        CLEAR ls_fieldcat.
        pos = pos + 1.
        ls_fieldcat-col_pos       = pos.
        ls_fieldcat-fieldname     = 'LEABG_N'.
        ls_fieldcat-seltext_l     = 'New Lease St.Date'.
        ls_fieldcat-tabname       = 'IT_OUTPUT'.
        APPEND ls_fieldcat TO pt_fieldcat.
        CLEAR ls_fieldcat.
        pos = pos + 1.
      ENDIF.
      ls_fieldcat-col_pos       = pos.
      ls_fieldcat-fieldname     = 'MESSAGE'.
      ls_fieldcat-seltext_l     = 'Status Message'.
      ls_fieldcat-tabname       = 'IT_OUTPUT'.
      APPEND ls_fieldcat TO pt_fieldcat.
      CLEAR ls_fieldcat.
      pos = pos + 1.
    ENDFORM.                    " field_fill
    Regards
    Gopi

  • Dynamic Title Tags in Webcenter

    This is a newbie question. But I am going to be creating a complete external commercial website using Webcenter/jDev. I see nothing in the documentation about search engine optimization, and more importantly, creating dynamic URL-based title tags.
    Will this be a problem? Or can I assume Webcenter is set up to easily generate a dynamic title tag based on the URL or some other paramater.
    Any thoughts would be appreciated.

    No thoughts on this?

Maybe you are looking for

  • Save as/Export area problem

    Hi to all! When i save a file as "Flattened PNG" , the Export area is not working. FW (10.0.3.11, MacOS X 10.5.7)  saves the complete image and not just the cropped area. But when i choose another file format (jpg) it saves just the expected area. Is

  • Problem with xmlbeans.

    I am working on client server application and using http client. i am sending request in the form of xml to the server in that i am passing special characters but those characters are not getting saved properly at server. they are converted to questi

  • How to import .MOV files in PRE7 ?

    Hi, can anyone tell me an easy way to import (and edit) a h.264  .mov clip into Premiere Elements 7? I am using the trial verison right now and am an absolute newbie to PRE7 ...Thanks a lot in advance!

  • New VIA 4in 1 drivers

    I used auto update to download and install the new 4.51 VIA 4in1 drivers and had nothing but issues running them. The system would do a reboot every 30 minutes or so ....I went back to the 4.49 and it all works fine...anyone else have any issues????

  • Re: Abysmal customer care. mods help please

    can someone (ie a mod) please help.been without a phone line and broadband now for three weeks had three different dates when situation would be resolved and still awaiting a satisfactory solution.promises of returned phone calls to my mobile have no