How to change series/groups of a DVT graph at runtime?

With my scenario, I would like to bind a graph with a dynamic query. "Dynamic" means the query constructed at runtime. So I want to detrmine the series and groups of a DVT graph at runtime. I.e., I want to do this with Java programatically.
I read some articles and tutorials but have not found a topic on this. I think this should be a common requirement. Anyone can tell me how to do this? Thanks.

Are you using ADF BC and data binding or regular JSF binding?
For the first one you can try and create a VO with columns a,b and then at runtime change the VO definition similar to how it is done here:
http://blogs.oracle.com/shay/2010/10/adf_faces_dynamic_tags_-fora.html
(but keeping the synonyms for the columns constant).
For case B - you just need to change the collection data that you pass to the graph.

Similar Messages

  • How to change Syntax group and physical path in SARA from unix to windows.

    Our customer migrate current current archiving server from Unix to windows
    How to change Syntax group and physical path in SARA from unix to windows.

    http://help.sap.com/saphelp_nw70/helpdata/EN/8d/3e4ec2462a11d189000000e8323d3a/frameset.htm
    you have to change
    Logical Path Names
    Logical file  Names
    Note 35992 - File name/directory for application archiving
    hope this will help you
    cheers
    dEE

  • CR VS 2005 - How to change series label text?

    Hi...
    I got this problem while creating a chart in Crystal Report, hope someone can help me
    I'm using Crystal Report for Visual Studio 2005 and the type of the chart is 3D Riser.
    I would like to change the series axis (Y) label but it appears that its using the object name and I can't find anyway how to change it in designer.
    The only solution that I can find is change it in preview but I can't get it edited while in preview mode.
    Thanks before...
    Regards,
    Marry

    Obtain Crystal Reports 2008 and test the report design there. The Stand-alone versions of CR are way more featured, particularly when it comes to charts. Get  the report working in the CR2008 designer 1st, then see how it behaves at runtime. An eval of CR2008 can be downloaded from here:
    http://www.sap.com/australia/solutions/sap-business-objects/sme/freetrials/previous-versions/index.epx
    Report design questions should be posted to the SAP Crystal Reports Design forum.
    - Ludek
    Follow us on Twitter
    Got Enhancement ideas? Try the SAP Idea Place
    Share Your Knowledge in SCN Topic Spaces

  • How to change Redo group from archive to noarchive

    Hi guys i am having a dummy database it's in noarchive mode.
    but i have added one more redo group (earlier there were two).
    now it shows that this group is in archive mode.
    how to change it.

    What is the query you use?Can I guess ?
    SYS@db11 > select GROUP#, STATUS, ARCHIVED from v$log;
        GROUP# STATUS           ARC
             1 INACTIVE         NO
             2 INACTIVE         NO
             3 CURRENT          NO
    SYS@db11 > alter database add logfile group 4
      2  '/home/oracle/base/oradata/db11/redo04.log' size 5M;
    Database altered.
    SYS@db11 > select GROUP#, STATUS, ARCHIVED from v$log;
        GROUP# STATUS           ARC
             1 INACTIVE         NO
             2 INACTIVE         NO
             3 CURRENT          NO
             4 UNUSED           YES
    SYS@db11 > alter system switch logfile;
    System altered.
    SYS@db11 > /
    System altered.
    SYS@db11 > select GROUP#, STATUS, ARCHIVED from v$log;
        GROUP# STATUS           ARC
             1 CURRENT          NO
             2 INACTIVE         NO
             3 ACTIVE           NO
             4 ACTIVE           NO
    SYS@db11 >

  • How to change the group of a routing?

    Hi
    While copying a Routing the group was entered as 3110 instead of 3110615.I want to edit the group and make it 3110615.I am unable to do this in Transaction CA02.Please suggest how to change it.

    Punam,
    Simple suggestion: which ever fields you would like to understand, place the cursor in that field and press F1 key. You could get the application help for that field like below,
    Last task list call in:
    Reorganization criterion: Key date for last task list call
    Date on which an order was last created with this task list.
    If you enter a date, the system selects only the task lists which were used the last time an order was created before the specified date.
    I see this thread is already closed by you as answered without marking any answers as solved or very helpfull.
    Regards,
    Prasobh

  • How to change the group asset in asset master

    Dear ALL,
    If i want to change the group asset in asset master it is appearing in disable mode.Kindly suggest how to make in enable mode. I check the configuration settings and group asset make it is an optional filedl But still it shows in disable mode.Please suggest.
    Regards
    Maruthi

    Hi
    Thanks for all,
            Problem i wrote to sap, Once transaction happend, it is not possible to change the group asset. I convienced my client no issue.
    Regards
    Maruthi.

  • How to change seri number on bios

    My laptop is hp 248 G1.i has copy new bios file to Rom 25Q128Bvs.but when done, it coming very slow and loss all information about seri number, produce key...
    i try to change seri number but it can't boot from usb boot using dot boot.it only boot with usb boot win 8.
    How can i do it???
    Please tell me.thanks all of you!
    This question was solved.
    View Solution.

    Hi @black0hackers ,
    To get your issue more exposure I would suggest posting it in the commercial forums since this is a commercial product. You can do this at Commercial Forums.
    You could reset the BIOS with this document selecting the reloading the BIOS default settings.
    Thanks.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • How to change series or line color in excel 2007 using ActiveX

    I am trying to change series color using Excel 2007 with ActiveX as below. It seems the color cannot be controlled correctly. For example, if I chosse red color, my curve will be changed to blue. Any ideas?
    Also, I googled and found a guy ran into similiar problem using VBA for Excel 2007. See the link below:
    http://help.wugnet.com/office/change-series-line-color-excel-2007-vba-ftopict1062646.html
    Set ch = Worksheets("Chart").ChartObjects(1)
    Set objSeries = ch.Chart.SeriesCollection(1)
    objSeries.Format.Line.ForeColor.RGB = RGB(255, 127, 0)
    According to the post, it need to be done as follows
    objSeries.Border.Color = RGB(255, 127, 0) . But I cannot find the border property/method in ActiveX.
    The color seems to be abitrary. and I found the 

    Xubuli,
    I looked into your question and confirmed that Border.Color is not located under the Excel.Series library. Instead, you must locate it under _Worksheet.UsedRange as seen below in the figure. I am attaching the VI file where I located the the Border.Color property node, and I am also including a SubVI on the block diagram that goes into explicitly set the cell color and border. This SubVI can be found under Programming>>Report Generation>>Excel Specific>>Excel Format>>Excel Set Cell Color and Border.vi, if you have the Report Generation Toolkit installed. I hope this helps.
    Larry H
    Applications Engineer
    National Instruments
    Attachments:
    CellBorder.vi ‏8 KB

  • MMAM  - how to change material group

    Hi guys,
    could you pls tell me all conditions that must be fulfilled when I want to change material group in MMAM?
    current group - HAWA, new group -ROH
    thanks a lot,
    I

    Hi,
       I believe you want to change material type. Below are the prerequisites to change the material type:
      1. If you use the material ledger, the material must be settled in
      2. If the old material type did not require you to specify a price control (for example , standard price or moving average price)
          for the material, the new material type must not be configured such that it allows only standard price as the price control.
      3. If the material has been maintained  from PRT (Production resource tools) view, this view must also be allowed for the new material type.
    4. If the material is not configurable material, the new material type must not be allowed only for configurable materials.
    5. If inspection plans are required for quality management inspection of the material, they must be allowed for the new material type.
    6.  The material type ID indicator(presently used only in Retail) must be the same for the old material type and the new material type.
    7. If the material is already in stock, or if reservations, or purchasing documents exist for it, the following conditions must also be met:
       A) The stock values of the material of the new material type must be updated the same G/L account as the stock values material of the old material type.
       B) Quantiites and values of the material of the new material type must be updated exactly the same way in all plants as quantities and values of the material of the old material type.
      C) If there is a transfer requirement for the material and if quants of the material exist, the new material type must also allow the material data to be maintained from the warehouse management view.
    8. In Customizing for the material master , the following indicators must have the same setting for the old material type and for the new material type:
      A) Material for Process Indicator
      B) Manufacturer Part Indicator
    9. If the material , whose material type you want to change ,was handled in batches and if,due to the maintenance statuses of the new material type, the material can no longer be handled in batches,although batch still exist, you can not change the material type.
    Thanks,
    Venkat

  • How to change a group picture?

    I've been told to click it, however the only place it shows up is when I save it on my contact list and clicking the picture there does nothing. When I expand the chat I've seen other people have the picture shown above the chat by the participent list, however I do not have the image there.
    Solved!
    Go to Solution.

    Under Conversation -> Profile Panel -> I can only chose image size, change topic or view topic
    Dunno how to change the picture.   (Windows 7 btw)
    I know I used to be able to do it but not anymore
    Attachments:
    Skypeissue.png ‏75 KB

  • How to change FINT grouping criteria?

    Hello,
    I have a problem with FINT transaction. The standard grouping criteria for posting and form doesn't suit business needs, and therefore some amounts of interest are missed out. Do You know where I can change the grouping in customizing? I can't find it anywhere myself... The release is 604. Thanks in advance!
    Joaniuka

    My setup is all done and running. But the problem is, that some time ago for another business process the field "Contract number" (VERTN) started to be filled in in table BSID, so now the values from this field are used as grouping key for interest posting. We have a minimum amount from which the interest settlement is created, so some small amounts under unique contract numbers are not settled and posted to customer as financial charges - although they should in our case. So is there any possibility to change the grouping from field VERNT, which i standard for item calculation functionality, to some other (like BUKRS)? Where should I do it in customizing?

  • SecurityException (how to change the group's definition)

    I have actually a big problem, I could not start my server weblogic.
    I have created a group CCFFGroup and then I made a very big mistake. I
    put the Administrators group under this group :(
    Now I get the following error when starting the server weblogic:
    java.lang.SecurityException: Authentication for user root denied
    at weblogic.security.service.SecurityServiceManager.doBootAuthorization(SecurityServiceManager.java:1028)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1166)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
    at weblogic.Server.main(Server.java:32)
    >
    The big problem is that I could not reinstall the weblogic server.
    Does anyone have an idea where the group are defined and how to
    configure it (Of course I do not have anymore access to the console
    webpage) ? Maybe we can delete the group's definition ?
    Thanx for your help,
    tiggy

    Technically No the system will not allow you to change as it is involved with many depreciation areas and change is not permitted for control reason.
    You only need to retire the asset, reverse the postings, assign correctly and repost the values.

  • How to change user group of a query (sq01)

    Hi,
    I'm working with SAP Queries (SQ01) and I don't know how can I change the user group assignation of a query. We did only one user group for all users and queries and know in order to arrange it a bit we've created three user groups.
    We know how to assign users to new user groups but for each query of the old group we neet to move it to one of the new user groups, how could we do this?
    thanks in advance

    Hi
    pls go through these links
    http://help.sap.com/saphelp_46c/helpdata/en/35/26b413afab52b9e10000009b38f974/content.htm
    Step-by-step guide for creating ABAP query
    http://www.sappoint.com/abap/ab4query.pdf
    ABAP query is mostly used by functional consultants.
    SAP Query
    Purpose
    The SAP Query application is used to create lists not already contained in the SAP standard system. It has been designed for users with little or no knowledge of the SAP programming language ABAP. SAP Query offers users a broad range of ways to define reporting programs and create different types of reports such as basic lists, statistics, and ranked lists.
    Features
    SAP Query's range of functions corresponds to the classical reporting functions available in the system. Requirements in this area such as list, statistic, or ranked list creation can be met using queries.
    All the data required by users for their lists can be selected from any SAP table created by the customer.
    for more information please go thru this url:
    http://www.thespot4sap.com/Articles/SAP_ABAP_Queries_Create_The_Query.asp
    http://goldenink.com/abap/sap_query.html
    Please check this PDF document (starting page 352) perhaps it will help u.
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVQUE/BCSRVQUE.pdf
    check the below link will be helpful for u
    Tutorial on SQVI
    once you create query system generates a report starting with AQZZ/SAPQUERY/ABAGENCY2======= assing this report to tr code for the same

  • How to change account group "Bill-to" to "Sold-to"

    Hi,
    Could anyone suggest how I can change the account group of a customer from "Bill-to" to "Sold-to".
    I tried with XD07, but i get the error message
    The planned change is not allowed as the following field
    groups would be masked by the new account group
    please help.
    Regards
    Rasheed

    Hi,
    There will be only one and unique sold to party for any customer and different bill to partys..So when u are changing bill to party to sold to party then it is just adding one more sold to party to same customer which system will not permit to have two sold to party..
    u can change ship to bill to and bill to ship to ,payer to bill to ...
    If u want to change Bill to sold to then u need to untick no changes and uniqe fileds for sold to party in partner determination then u can try to change bill to sold..
    Regards
    Sankar
    Edited by: sankar sankar on Apr 15, 2008 3:41 PM

  • How to change FM group?

    how can i change FM grp if i assigned FM some FM grp and i want to change it now

    hi karan,
    Go to SE37.
    provide Fm name .
    go to GOTO menu->Function Group-> Change Group
    Give another group name.
    save and activate it.
    <b><i>Reward points if useful</i></b>
    Chandra

Maybe you are looking for

  • Automatic Account Determination for Sale order related PO

    Dear all, I am creating a purchase order with Account Assignment Category "C" (Sale Order).  The system asks for GL Account which I don't want the user to enter.  I would like to configure the GL account through automatic account determination.  In w

  • Reading encrypted mail (S/mime) on iPhone

    This topic was archived last year, but I never saw a response..... Does anybody know a way to read encrypted email on iPhone? This works great in Mac OS X Mail (leopard) using Thawte certificates but the emails are unreadable when sync'd with iphone.

  • Can't upgrade 10.2 or re-install...

    Hello; I'm helping a friend and we are now stuck in a very bad situation. For some reasons, we had to move from OS9 to OS X (new mac, new printer, both can't run os9 applications / no drivers for os9 (PostScript 3 ethernet color printer from Dell...

  • Numbers to be printed in chinese characters

    I have to print the numbers in chinese characters . This is to be done in cheque printing for country china. How we can arrive this? For  ex:  123 - It should be printed in chinese characters . Can anyone tell me??  we have to maintain any table ??

  • Do IBooks take alot of space?  Should I delete a book after I read it?

    On my IPad , do IBooks take up a lot of space?  Should I delete a book after I read it?