GRAPH LEGEND LABELS NEED TO BE USER MODIFIABLE

GRAPH LEGEND LABELS NEED TO BE USER MODIFIABLE FOR DYNAMIC PARAM INPUT CONTROL
I've been told on Metalink that my problem can not be resolved in Reports 9i or 10G but a Internal enhancement request 3071917 has been logged.
Is it possible to have some timescales on this limitation?

I'd suggest that the easiest approach would be to add a trigger to the table:
CREATE OR REPLACE TRIGGER trigger_name
BEFORE UPDATE OF comment_txt ON table_name
FOR EACH ROW
BEGIN
  :new.last_updated_by := USER;
  :new.last_update_date := SYSDATE;
END;This trigger will only fire when the COMMENT_TXT field is being updated and will set the LAST_UPDATE... values accordingly. The only downside to this approach would be if you want to store the OBI user and not the DB user. Effectively, you'd need to pass a parameter from OBI to the trigger to use instead of USER - bit more tricky...
Going back to your suggested approach, I don't think you need to worry about the RPD; the SQL that you define in the XML will bypass the RPD completely. In terms of what to use for the criteria for the report, you should be able to select the OBI user from a session variable and reference SYSDATE, SYSTIMESTAMP or the OBI equivalent to get what you need.
Edited by: BarryGoodsell on Sep 26, 2012 12:04 PM
Added code tags

Similar Messages

  • Need to restrict users from adding or modifying folders or reports

    Requirement: Need to restrict users from adding or modifying folders or reports through Info view and to reflect the modifications only thriough LCM.
    Issue: Customer wants to restrict users from adding or modifying existing reports from Infoview and need to force users to do make the changes through Life cycle manager tool.
    As per my understanding LCM can only be used to to promote folders and objects from one environment to another and to schedule the promotion of these jobs on a daily basis.My query is:
    Can we add or modify existing reports or folders using the LCM tool?
    Could you please help me out in this issue and provide me your suggestions.
    Thanks in advance.
    Prashanthi Rayaprolu.

    You can not restrict that using LCM. Need to modify the rights at the folder level.
    Explicitly remove the following rights for the user group,
    Add objects to the folder
    Edit objects
    Delete objects
    Copy objects to another folder (check this if required)
    Once the above four are denied then users wont be able to Edit/Add/Delete reports in that folder.

  • Remove underlines in legend labels

    I have a data model query
    SELECT ALL T_NTR_MULTIBAR.CAT, T_NTR_MULTIBAR.NUM_CASES_LEFTBAR AS "No. of Survivors",
    T_NTR_MULTIBAR.NUM_CASES_MIDDLEBAR AS "No. of Deaths", T_NTR_MULTIBAR.NUM_CASES_RIGHTBAR AS "No. of Cases"
    FROM T_NTR_MULTIBAR
    WHERE INSTANCE_NUM = :P_INSTANCENUM
    order by ORDERS
    This query is use in Oracle Report Builder 9i Bar Chart. The legend labels display as No._of_Survivors No._of_Deaths No._of_Cases. How do I remove _, so that the legend labels display as No. of Survivors No. of Deaths No. of Cases.
    Thanks
    Brendon

    Hi,
    You can change the Legend Label through Graph Wizard. There will a "Legend Tab' in the Graph Wizard, using that tab you should be able to modify the label. I think this may help you. If you need more information, have a look at the following link:
    http://www.oracle.com/technology/products/reports/htdocs/faq/Graph_FAQ_with_style.html
    Thanks,
    Vidya Viswanathan

  • Changing legend labels

    Post Author: Nym
    CA Forum: Publishing
    Hi !
    I get a set of data from a text file and I would like to generate a graph using these data. My set of data is made of lines of agregated counters, one for each month, and the first line contains the labels of the different counters. Those counters' labels are not user friendly and I would like to change them in the legend labels of the graph. How can I do that ?
    Regards,
    Nym

    Post Author: jsanzone
    CA Forum: Publishing
    Nym,
    The only way that I've been able to control the name of a label in regards to graphing is to use the Variable Editor and create a variable off of the column, for instance:
    The name of the column from the database is call "Black_Catalog". so I create a variable called "The Black Catalog" and in the formula: =[Black_Catalog]
    Then in the graph I replace the field that is called =[Black_Catalog] with my new field.  When the legen displays it will show "The Black Catalog".

  • Changing legend labels in Oracle Graphics 6

    Hello,
    i am currently using Oracle Graphics to create barcharts for my reports. My problem is, that i want to change the label used for the shown bars via a parameter. Changing the labels of the X- and Y- axis is no problem with PL/SQL but it seems that the only way to change the legend labels is by using "AS" in the query (e.g. select a_column as LABEL from ...). I really need to change it by parameter.
    thx for any help.

    Post Author: jsanzone
    CA Forum: Publishing
    Nym,
    The only way that I've been able to control the name of a label in regards to graphing is to use the Variable Editor and create a variable off of the column, for instance:
    The name of the column from the database is call "Black_Catalog". so I create a variable called "The Black Catalog" and in the formula: =[Black_Catalog]
    Then in the graph I replace the field that is called =[Black_Catalog] with my new field.  When the legen displays it will show "The Black Catalog".

  • Retrieve Legend Label Property

    Okay, I'm a flex newbie...this is my 3rd post to this forum
    for support (regarding other snafus since resolved) with no
    luck...hopefully I can garner some expertise here.
    I'm simply trying to retrieve the label property from a chart
    legend?
    In this app. I'm using a list box of items to dynamically
    generate a unique line series for each item upon user click.
    The problem: if a user selects the same item from the list
    multiple times the lineseries continues to be added to the chart
    and legend. I need to disable a user to do this. So, I figured I
    would grab all the legend labels and put into array. Then when a
    user clicks the list box a function is fired to compare the list
    item string with the legend label string to see if the item series
    has already been added to the chart. I just can't seem to retrieve
    the legend label property.
    Here's a tidbit of code that doesn't seem to return anything.
    var checkArray:Array = new Array();
    checkArray.push(myLegend.label);
    trace(checkArray);
    Any ideas here are greatly appreciated. Thanks!

    Implement itemClick event on <mx:Legend> tag. In the
    handler function, use event.item.label to get the label. This is
    assuming you have used ArrayCollection to populate the
    legends/chart and label is one of the properties for every array
    element.

  • Excel Graph Legend Formatting - Report Generation Tool

    Hi all,
    I'm currently using the Report Generation Tool for Labview '11 and cannot seem to figure out how to edit the font properties for a graph's legend. Attached is a screenshot of an example output.
    The Excel Graph Font.vi's Help file says that it should be able to modify the legend, yet I can't seem to figure out how to configure it to do so. If anyone can walk me through the steps or tell me what I am missing, I'd greatly appreciate it.
    Solved!
    Go to Solution.
    Attachments:
    excelLegend.png ‏33 KB

    ChaoyD wrote:
    Hello again,
    It seems my team has decided to change direction and use Word instead of Excel. As such, I've been attempting to convert the VI ben64 provided, but I'm stuck on the ActiveX references... I've attached what I've done so far, but could someone help me (or instruct me) on making this VI work with Word?
    Thanks.
    The Word object model is probably the most complicated of the Office suite and you are loosing the calculation ability of Excel.
     Attached is a vi to format the chart legend in a Word document.
    Ben64
    Attachments:
    Word Format Graph Legend.vi ‏26 KB

  • How do i let users modify patch lists?

    I'm designing an application in which the user needs to create and modify patches. I would like the interface to have a list of user patches, followed by sliders an textual input boxes to modify parameters. I am aware that i could easily put together the interface with Core Data, however, i don't need a lot of the data management features of Core Data, and would like a simpler way to create mutable lists. Can someone please explain how I could do this?

    Can NSDictionary hold multiple values for one key, or do i create multiple dictionaries with the same keys? I am still not very familiar with the NSKeyedArchiver and it's subclasses.

  • Another user modified table rdr3

    Hi
    I got error "Another user modified table rdr3" when try to update additional expenses on sales order form.
    Case: Update Add. expences through my code based on condition and document updated well with add. expenses
    but after that if i update add. expenses through system functionality <b>means By pass my code</b> based on some condition, SBO throws this error.
    Help needed!???

    In what event are you performing your update?  I was getting the same message when I did my update in the in "item clicked" (for the update button) and this is evidently before the form does the update.  It saw the changes I made to the record and therefore aborted the update.
    I moved my update to item-pressed and that solved the problem.  But it's been a little more complicated than that for me.
    As far as I can tell, SBO updates the object on the form AFTER the BeforeAction event is triggered from item pressed.  But the way my debugging suggests it happens is that if there are no errors from that update, while item pressed does get it's AfterAction triggered, the form is no longer in update mode - it's in OK mode. So it seems that the update really needs to happen from OK mode but there's one more complication.
    At least for the item master form, button 1 can be in OK mode after doing an Update (which will work), but will also be in OK mode after a find (where the user types, for instance, an item number and presses enter, rather than the find button).  So what I am doing is setting a flag on item pressed/update mode/before action that let's me know that update is requested.  then in item pressed/find mode/after mode I test for update requested, then update the object and turn off my flag:
      Case Is = SAPbouiCOM.BoEventTypes.et_ITEM_PRESSED
        If pVal.ItemUID = "1" Then
           Select Case pVal.FormMode
                Case Is = SAPbouiCOM.BoFormMode.fm_UPDATE_MODE
                         If pVal.BeforeAction Then
                            g_UpdateModeStarted = True
                         End If
               Case Is = SAPbouiCOM.BoFormMode.fm_OK_MODE
                          If g_UpdateModeStarted Then
                               If pVal.Action_Success Then
                                  UpdateItem()
                                  g_UpdateModeStarted = False
                               End If
                          End If
    WARNING:  I am very new to SBO programming and haven't even taken the class yet.  This works for me but I imagine that others in this forum might say I'm going about it all wrong.  But since no one else has offered a solution to this yet, I thought I'd let you know how I got around the problem.
    Good Luck!

  • IOS iWork how to change legend labels

    Hi. Having trouble with Numbers for iOS. I made a spreadsheet and placed a chart and connected the columns to display the information in the chart. I'd like to add a legend, but when I do, I get "untitled" for each color (or column) in the chart. I've tried to modify the legend to add the column names and I have not been successful. Help is pretty sparse on this topic. How do I change the legend labels?

    Without more specific information about the data source, its dificult to tell. Make sure you have header rows and columns set in the table (tap the table and then the formatting icon, then the Headers tab).

  • Another user modify table error on Service call

    Dear All,
    i am getting error while updating the service call.
    As this is SAP2007B PL 16 i have created a service call when i am updating this service call i am getting the error like-another user is modify table-service call .
    Kindly help me out.
    Regard,
    Divya Singh

    Dear Divya,
    In most cases, the error messages " Another user modified table XXX (XXXX) (ODBC -2039)." comes because after opening the form at your side, another user opened the same form and applied some changes. You can close the form, open it again, apply your changes and then update it to avoid this error message.
    But in some cases, even if you close all the clients and login again, the problem still exists. In that case, this error might be caused by Database Corruption which need DB fix.  If this is the case, Kindly log a message to SAP Support.
    Regards,
    Varun
    SAP Business One Forum Team

  • Commadmin user modify won't configure an existing user for e-mail

    Good day,
    On a new installation, I am receiving the following error message:
    com.iplanet.am.sdk.AMException: Service not assigned.
    when I try and use commadmin user modify to give e-mail service to a user. When I directly edit the JES DS directory entries directly, e-mail service is provisioned. This looks like a basic omission on my part (I'm quite new to JES); can anyone point me to a solution basing on this information or is more needed?
    Cheers,

    Hello Jay,
    Thanks for following me up.
    I also tried using commadmin user create - see my first reply to your post. In that case, the reply was still "FAIL<cr> Service UserMailService not registered". As regards the attributes, I agree with your point but I had taken the precaution of extending the entries manually with extra attributes. I'm not at my workplace right now so I can't report back but there were a few inet-something attributes among them. Incidentally, after I added the attributes, the icon in DS Console changed from the generic round one to the user type.
    Now some updates from my side because I couldn't log in to the forum earlier to post:
    The thread I referred to in earlier posts didn't help. "User Mail Service" showed up under AM console as a service allocated to my organization mydomain.com but the commadmin user create still came back with the usual "FAIL<cr> Service UserMailService not registered". This notwithstanding that the organization container mydomain.com had the sunregisteredservice=UserMailService attribute-value pair set, coming from the earlier command commadmin domain modify -D daadmin -w dapassword -n mydomain.com -d mydomain.com -H mymailhost.mydomain.com.
    So as a wild guess, I added the attribute sunregisteredservice to the ou=people container below the o=mydomain.com organization and gave this attribute the value UserMailService. Then, finally, the commadmin user create command gave me the OK.
    So the next question is: why did I have to add the attribute to the ou=people container? On a separate test system that I set up for planning (this is one case where the simulation fell really short of reality!), I didn't need to add the attribute to the people container - just to the parent organization.
    Cheers

  • Reg: Reports Grapgh Wizard(Customizing Legend label)

    Hi all,
    I am working on oracle 10g reports.I am creating a report with graph.In my data model i have 2 tables both has the 2cloumns each and the names of the columns are same(like.. Series1,series2).So when i created the report. in the paper lay out when i am select the source for a field it gives Series1,series2,series3,series4.
    So using these i created 2 graphs for two tables. But my issue is when i saw the output.In the legend for 1st graph is series1 and series2 but for 2nd grapg it shows series3 and series4. But actually my requirement is it has to show Series1 and series2 only as these are the actual names of the fields.
    One more example, you might have different cities represented by data markers of different colors. Markers represent data on a graph. If red markers in your graph represent New York, then there is a corresponding red legend marker in the legend area, with legend text reading "New York." But i want to show this in legend as "NY" instead of "New York"....
    Do any one has any idea about this legend label customization.
    Thanks in advance...

    Mascse,
    I'm guessing you've already found the answer but try this if you haven't.
    On the top line of the graph settings, you should see the dataValues. Add the same number of dataLabels and that may solve your problem.
    dataValues="CAT1_num,CAT2_num,CAT3_num,CAT4_num" dataLabels="Front Desk, General, Nursing, Physician"

  • Bug in Graph Legend Height Property

    Hi All,
    I am trying to set the height of the graph legend via property node and it seems it is not setting it to the input value. I set the value of the height and read it back and they do not match.
    Is it a bug in the property node?
    I have attached the vi to this post. Pls take a look at it.
    Thanks,
    Ritesh
    Attachments:
    BUGInLegendHeightProperty.vi ‏24 KB

    I don't think it would be a bug.  The legend height probably needs to be some multiple based on the font size of the legend.

  • I'm trying to reinstall Mavericks on used Macbook Pro. When I log in to my Apple ID, it says it was not the same ID used to purchase Mountain Lion. I need to change user/admin as a lot of the folders and apps are in Chinese!

    I'm trying to reinstall Mavericks on used Macbook Pro. When I log in to my Apple ID, it says it was not the same ID used to purchase Mountain Lion. I need to change user/admin as a lot of the folders and apps are in Chinese!

    The first thing you should do with a second-hand computer is to erase the internal drive and install a clean copy of OS X. How you do that depends on the model. Look it up on this page to see what version was originally installed.
    If the machine shipped with OS X 10.4 or 10.5, you need a boxed and shrink-wrapped retail Snow Leopard (OS X 10.6) installation disc, which you can get from the Apple Store or a reputable reseller — not from eBay or anything of the kind. If the machine has less than 1 GB of memory, you'll need to add more in order to install 10.6. I suggest you install as much memory as it can take, according to the technical specifications.
    If the machine shipped with OS X 10.6, you need the installation media that came with it: gray installation discs, or a USB flash drive for some MacBook Air models. If you don't have the media, order replacements from Apple. A retail disc, or the gray discs from another model, will not work.
    To boot from an optical disc or a flash drive, insert it, then reboot and hold down the C key at the startup chime. Release the key when you see the gray Apple logo on the screen.
    If the machine shipped with OS X 10.7 or later, you don't need media. It should boot into Internet Recovery mode when you hold down the key combination option-command-R at the startup chime. Release the keys when you see a spinning globe.
    Once booted from the disc or in Internet Recovery, launch Disk Utility and select the icon of the internal drive — not any of the volume icons nested beneath it. In the Partition tab, select the default options: a GUID partition table with one data volume in Mac OS Extended (Journaled) format. This operation will permanently remove all existing data on the drive, which is what you should do.
    After partitioning, quit Disk Utility and run the OS X Installer. When the installation is done, the system will automatically reboot into the Setup Assistant, which will prompt you to transfer the data from another Mac, its backups, or from a Windows computer. If you have any data to transfer, this is usually the best time to do it.
    You should then run Software Update and install all available system updates from Apple. If you want to upgrade to a major version of OS X newer than 10.6, buy it from the Mac App Store. Note that you can't keep an upgraded version that was installed by the previous owner. He or she can't legally transfer it to you, and without the Apple ID you won't be able to update it in Software Update or reinstall, if that becomes necessary. The same goes for any App Store products that the previous owner installed — you have to repurchase them.
    If the previous owner "accepted" the bundled iLife applications (iPhoto, iMovie, and Garage Band) in the App Store so that he or she could update them, then they're linked to that Apple ID and you won't be able to download them without buying them. Reportedly, Apple customer service has sometimes issued redemption codes for these apps to second owners who asked.
    If the previous owner didn't deauthorize the computer in the iTunes Store under his Apple ID, you wont be able toauthorize it under your ID. In that case, contact iTunes Support.

Maybe you are looking for