S_ALR_87012168 drill down list change

hi,
could somebody tell me the way of changing the currency list in drill down list to get the open items of customers in two currencies in report S_ALR_87012168.
pls reply soon
thanx.
keshi

Hiya
Click on the Currency icon {Ctrl + Shift + F9} and select whatever currency you want it to be displayed on.
It gets converted. Then when you hit the green arrow back, it will sk you whether you want to save the data, if you click yes it gets saved.
Then everytime you execute this report, it will ask you, which layout you want to be displayed as the output - and you can select the one that you saved.  And it aint user specfic either. The pop up Qs comes up for all users.
Rukshana

Similar Messages

  • Drill down list in iteractive report

    Hi,
    my requirement is like this
    1 col - Dar no
    2 col - order no (Drill down list) may contain 10 no.  At every order no it contains again no of orders it appears in 3rd col in          drill down list
    whenever i select any no from drill down list (from 2 col ) next columnl appears  with order no against selected no in drill down list (this is also more than 1)
    any one have idea how to do this.....
    Thanks
    Santosh C

    Hi Karthik
    As far as I know, drilldown reports work in this way..
    Detail List show you the way you designed the form
    Drilldown list always show VF in Columns and Chars in Row.. The Options to drill down always appear on left side
    If you have BW system, there you have the possibility of achieving what you want
    Br, Ajay M

  • Drill down list

    how to get drill down list for Employee repository which is having (item descriptors) department,employee.i need the drill down list as departments ---> employee ---->employee Details..

    Not sure if you have looked into the ATG Repository APIs. Here is one way to start with:
    //resolve and get the reference to your repository component
    Repository repos = getRepository();
    //get all the items in the repository
    String [] itemNames = repos.getItemDescriptorNames();  //can also use getItemDescriptor("itemName") to directly get a particular item's RepositoryItemDescriptor and avoid looping
    //loop through all the items in the repository
    for(String itemName: itemNames)
         System.out.println("item name is: " + itemName);
            //RepositoryItemDescriptor object for the item
         RepositoryItemDescriptor itemDescriptor = repos.getItemDescriptor(itemName);
            //get all the properties of this item
         String[] propertyNames = itemDescriptor.getPropertyNames();
            //create and execute an "ALL" query for the current item
         RepositoryView view = repos.getView(itemName);
         Query query = view.getQueryBuilder().createUnconstrainedQuery();          
         RepositoryItem [] resultItems = view.executeQuery(query);
            //loop through all the result items and get the property data for each result item
         if(resultItems!=null)
              for(RepositoryItem resultItem: resultItems)
                   System.out.println("drilling down into the item: " + itemName + " with id: " + resultItem.getRepositoryId());
                   for(String propertyName: propertyNames)
                        System.out.println("property name is: " + propertyName);
                        System.out.println("property value is: " + resultItem.getPropertyValue(propertyName));
                                    //do whatever needs to be done with data
    }Note that the code is in raw form. Apaprt from SOPs, there can be certain optimizations and better flow control. But I sort of intentionally made it this way so that focus can be on understanding the approach for drilling down a repository using Repository APIs. While implementing your solution you can create and populate the appropriate data structures as per your requirement with possible optimizations.

  • # of SRs - drill down -   List of SRs with SR #- info availablefromSiebel

    Hi,
    I had a requirement where i need to display
    Ex:
    Columns year, SR type, #SR(No.Of SR's)
    2007,Open,10
    2006,Close,2
    When i click on #SR's it has to display the list of SR Id corresponding to the SR type.(i.e. SR#, Retype, DESC
    1, Close, xxxxx
    2, Close, xxxxxxx )
    And when click on SR# = 1,it should navigate to Siebel application for the corresponding SR.
    Please advice me in detail all the steps i need to perform.
    Please advice me at the earliest.
    Regards,
    Damodar
    [email protected]

    Hi,
    I have a similar doubt, i am in the process of creating reports similar to the one in Customer Support Management using balanced scorecard, because the reports do not fulfill our rqmts. But, I am not able to launch the SR Summary page from the backlog/closure detail report. Need to know how can I launch the page and also pass parameters to the page.
    Appreciate your help!
    Shakir

  • Xcelsius drill down problem.

    Hi gurus, I'm developing drill down chart and table.
    I want to reset, making cell blank, the drill down cell when i click combo box.
    I used push button to refresh or reset drill down value but it can not refresh(reset) drill down cell
    because the destination cell of the chart remains drill down value
    I tried like below way
    *Dashboard explanation
    this dashboard consists of one chart, one table, one combo box and one push button.
    Of course, chart has the drill down function
    a : drill down value
    Goal : make drill down cell turn to blank after i used drill down once.
    1ST.
    when i click the chart and use drii down, a is entered into drill down cell
    2ND
    by using "push button", i tried to reset drill down cell
    but unfortunately it does not work.
    Although drill down cell changes instantly to blank after just one second, it changes to a, drill down value
    Drill down cell changes like this
    1 -> 2 -> 3
    a -> blank -> a
    i have to eliminate (2->3) phase or find another way to refresh drill down cell.
    I think problem is the chart which remains drill down value(a) although pushbutton reset the drill down cell to blank.
    Is there any way to refresh or reset drill down value when i click combo box?
    Should i develop custom-component? i'm waiting for your answer.
    Thanks in advance.
    Regards
    Kwon

    Amit,
    Can you confirm if what you're saying also holds for components with the "Enable Drill Down" option enabled, and the "Default Selection" is set to "No Selection (-1)"?
    I'm running into an issue where the "Default Selection" value is not cleared out after performing 3 levels of drill-down. On the third time I do a drill-down, by default the first element is selected, even though I've set the "Default Selection" to "No Selection (-1)".
    Thanks.

  • Report Painter - cannot hide an element selected for the drill-down report

    Dear Experts
    I am using report painter to modify a report by trying to hide a row but getting the following error.
    You cannot hide an element that you selected for the drill-down list
    Message no. K7186
    Diagnosis
    You cannot hide elements that have already been selected for the drill-d
    System Response
    The function was canceled.
    Procedure
    Deselect the relevant row or column from the drill-down list.
    It says to deselect the relevant row from the drill-down list, but not able to find out how do i do it.
    kindly please help me to solve it
    thanks in advance
    Suresh

    Hi,
    If you are asking me whether i am trying to hide the row in the report painter form or in the output of the report, then, yes i am trying it in the report painter.
    I copied this standard form  '0SAPRATIO-01' for Cash Flow statements-Indirect method(tcode FSI5) and trying to modify the copied one. I tried to hide an existing row but it gave me the above message.
    any help?
    Suresh
    Edited by: rasuresh on Aug 10, 2010 12:44 PM

  • How to reset the value of drill down - Chart

    Hi gurus. I have a problem related with drilldown.
    is there any way I can reset the drill down value?,of course, except for using reset button
    (in  this case "reset" means "make the cell blank of certain value")
    I tried using "push button" and the cell is reset.
    However, even though the cell is reset, the cell is set to the drill down value in one second.
    ex. Drill down destination : a --> "" --> a
    (a is drill down value)
    Is there a way to reset the drilldown value?
    Thanks in advance.

    Thanks for your help , Sonja
    I used push button but it can not refresh(reset) drill down cell
    because the destination cell of the chart remains drill down value
    I tried like below way
    a : drill down value
    Goal : make drill down cell turn to blank after i used drill down once.
    1ST.
    when i click the chart and use drii down, a is entered into drill down cell
    2ND
    by using "push button", i tried to reset drill down cell
    but unfortunately it does not work.
    Although drill down cell changes instantly to blank after just one second, it changes to a, drill down value
    drill down cell changes like this
    1 ->   2   ->  3
    a -> blank ->  a
    i have to eliminate (2->3) phase or find another way to refresh drill down cell.
    Regards
    Kwon

  • Drill Down - Total is editable

    Hi,
    In the DP, I am using the DET_LEVEL() to check if there is a drill down for particular infoobjects, e.g., 'Customer' and 'Product' then only the Key figure should be editable. The macro is set under 'Default' option (best I could find)
    It works fine when
    start the SDP94 (the KF is uneditable)
    (a) Drill down down  with 'Total' option, 'Total' is uneditable
    (b) Drill down level changed to Detail(All), 'Total' is uneditable and for Individual Infoobjects it is editable.
    (c) Then, Drill down changed to select one 'Infoobject' say 'Pepsi' and for that 'Infoobject' the KF fields are editable (As expected)
    (d) But when changed the drill down back to Details as in (b) , the 'Total' is editabel along with all individual details (Not desired).
    ====
    ROW: KF(Attribute) = ROW_INPUT(0)
    IF
    DET_LEVEL(infoobject) =1
    ROW: KF(Attribute) = ROW_INPUT(&)
    ====
    Issue is whether KF is for individuals infoobjects or 'Total'.
    so I cannot put a check;
    How can I get a control on 'Total' as well as individuals ?
    Couldn't fix the problem. Anyone have any idea from their experience ?
    TIA,
    Arunesh
    Edited by: Arunesh Chakrapani on Feb 7, 2008 12:21 PM
    Edited by: Arunesh Chakrapani on Feb 7, 2008 3:43 PM

    No, I am not using the parameter 'X'. To my understanding this is not the case of implicitly strong characteristic.
    The problem is visible when I switch between different view during drilling, namely,
    Total>Details(All)>Individuals(say 'Customer') level --> Details(All) again.
    While in all cases the Total is uneditable, once I drill down to detailed level and come back, the Total becomes editable along with individual.
    Now, to rephrase my question more precisely,
    how to control/differentiate the Key Figure values at ‘Total’ and Individual Info object (Charc or Attribute) during drill down. Total is not a key figure so it does not allow to control its value while writing the macro.
    Please do let me know if there is any doubt.
    Thanks,
    Arunesh
    Edited by: Arunesh Chakrapani on Feb 7, 2008 9:47 PM

  • Changing the size of a drop down list

    Hi Everyone,
    Is there anyway to change the size of a drop down list?  For example, our customer would like to make the drop down list for the Ship-To field on the logistics tab of the sales orders longer.  Currently, they cannot see the full name when they scroll through it.  Is this possible?  Depending on what Customer Code they enter, the field size appears to change.
    Thank you in advance for your help.
    Amanda

    I am using Tahoma size 10 as well. 
    Is the drop down size somehow related to the size of the first few records?  So, if those are shorter than those at the end, perhaps it doesn't adjust for the size of the bottom records.  For example, in our customer's database here's a sampling of what they have entered and the order:
    Wal-Mart 6124
    Wal-Mart 6125
    Wal-Mart 6126
    Wal-Mart 7001
    Wal-Mart Supercenter 1111
    Wal-Mart Supercenter 2094
    Wal-Mart Supercenter 3475
    The drop down box is large enough to see the Wal-Mart 6124, etc. but not large enough to see the Wal-Mart Supercenter ones at the bottom of the list (keep in mind there are over 100 ship-to's for this Business Parnter).  Does it maybe only look at the first fifty records or something like that?
    Thanks again,
    Amanda

  • How to change number of remembered items which would be shown in drop down list for edit controls. This use to be at least 5 I think, but now it is only 2!

    I need to see 3 different remembered usernames in drop-down list for username input.

    Works fine here. I can see at least four user names in the drop down list of a login form.
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Change a drop down list from read only/invisable on a radiobutton value

    Hi All i am new to all this and need a few pointers?
    I have a form which was made using Livecycle Designer 8.
    On this form are a set of radio buttons (yes/no/NA).
    Is there a way to change the state of a drop down list from read only or invisible and display a message after 'no' has been selected on a set of radio buttons?
    Thanks in advance.

    No being in a table shoudl not affect it.....but you will more than likely have to include the path to the object. Without seeing your form it is impossible to tell you what it should be. You can place your cursor in the script editor where you want the reference to the DDList. Then hold down the Ctrl key and move your mouse to point to the field you want to reference. When the cursor hits the canvas it will change to a V. When you get to the field you want click the mouse button and the expression that you need will be placed in the script editor. This is path relative to where the context in which the script will be run. Now you can simply add the "." and whatever method/property that you want to reference.
    Hope that helps
    Paul

  • Getting the rawValue of a Drop-Down list on the "change" event

    I am having problems getting the rawValue of a Drop-Down list on the "change" event. It seems that you have to select the same item twice in a row to get the rawValue to be the value of the selected item.
    ::dropdownlist onChange event::
    xfa.host.messageBox(this.rawValue);
    On the first time a value is selected you get 'null'. The second time the same value is selected, you get the selected value.
    Does anyone have any thoughts on why this is happening? Also, I CANNOT use xfa.event.newText, I need to use the rawValue of the dropdownlist.
    Thanks

    The change event occurs before the rawValue is changed. If you NEED to use the rawValue you'll need to use a later event. Perhaps you could use exit so that it gets triggered when the field loses focus?
    Chris
    Adobe Enterprise Developer Support

  • How to change the width of the auto complete drop down list?

    Hi,
    I implemented an autocomplete mechanism, using ICompletionSession and ICompletionSourceProvider. I have an issue with the size of the drop-down list opened when I use this autocomplete mechanism. The width of the autocomplete list remains the same, even
    if the strings displayed change. This is apparent especially when I hit "backspace" on the already typed string, while the drop down list is opened: the deletion of the last character allows for more completion strings to be used, but since the drop
    down width does not change, the longer strings appear cut.
    Is there a way to force the drop down list to recalculate its width?
    Yoel

    I don't think there's any way, even VS itself can't do that you know, and the interfaces don't have such kind of events or properties.

  • Changing the table name while drill down at the dashboard query

    I have a DAY fact table that has about 1B rows.
    The purpose of this table is to store on hand quantity for each item per day.
    On the presentation layer I have a dashboard that will display average on hand qty per year and then user can drill down to quarter/month/week and then by day level to see the actual value at evey level.
    Its hard to run aggregation on fly as all my 3 TEMP tablespace 32gb each filled and then I get error can not extent TEMP file.
    So I thought I will do the aggregation at the database level and store the aggregated data in another table. So at first dashborad will read this new aggregated table to display qty at yearly. As soon as user drill down to quarter the dashbord should query the actual DAY fact table by filtering for specific year and quarter.
    IS it possible? Can I change the table name while I drill down to lower level?
    Thanks in advance.

    Hi use,
    Yes. This is possible in OBIEE. You need to use Action Links to have navigation between reports. The main idea is to have 2 analysis. One with your aggregated data by year (using your aggregated table), and another one with the rest of the hierarchy and data (using normal fact table)
    You add an action link on this report, that can navigate to the second report. showing "the details" (in your case would be the rest of the time dimension).
    Please refer to http://www.rittmanmead.com/2010/07/obiee-11gr1-action-framework-and-conditions/ for actions links.
    Another way is to create 2 analysis, then go to the 2nd analysis, and filter the column year as "Is based on results of other analysis" and you select there the first analysis. In this case when you click on the year in the first analysis, this value will be passed to the second analysis so you can filter the rest of the hierarchy based on the year you clicked on the first analysis.
    If helpful, assign points.
    J.

  • How to change the  attribute of screen field to drop down list dynamically

    Hi All,
      Col X                   Col Y
      A                        input field
      B                       drop down list
    This is a tabular disply where the Screen field attribute for Col y  is NO DROP DOWN BOX.
    My requirement is to change the attribute of COl Y to DROP DOWN list depending on the value of
      COL X  dynamically.

    Dear Ajay,
    Actually this requirement is to enhance the standard screen for Tcode :EHSVU21.
    So depending on the 1st Column(Test no)  value ,i have to change the 3rd Column(Low.norm.result)
    property either to DROP Down or not.
    So in the PBO only the changes to be made and there is no field in SCREEN internal table for changing the attribute to DROP down. I checked SCREEN internal table where the field VALUE_HELP and REQUEST is useful but not  suitable for my case.
    Any solution available?

Maybe you are looking for

  • Time Capsule died ...

    I have had the misfortune of my PowerBook and Time Capsule both dying at the same time .... needless to say my data is gone. while i have been lucky enough to have my documents backed up on dot mac. i can get ALL my music off my iTouch but its my pho

  • "Invalid Drive D"..... please help!!!

    I am told to download newest version of iTunes v10, it downloads fine, but when I try to run it (along with the iTunes store) it says "computer needs to be modified", and then it says "Invalid Drive D".  I have had my classic for over two years, and

  • Curve 9380 & OS7.1

    Hi there, Would like to upgrade my Curve 9380 with latest 7.1 OS. Currently reside in France with Orange as my supplier. Do you know if it's available and if so how do i download it. Thanks

  • True randomization in java

    Hi, I need to split a file of 20290 lines into two files randomly ; each random split has to produce two subfiles, one representing 80%, the other 20% of the original 20290. I need to produce 1000 different 80-20 splits. I woudl like to write a class

  • My Powermac G4 AGP won't connect to a network through an airport card.

    I have a powermac G4 AGP that won't connect to any networks via airport wireless card.  An error message pops up on the screen after trying to connect.  Displayed is "There was an error when trying to connect to the preferred network." Can anyone hel