Interactive Report.... Can I Group By more then 3 Columns

I have a report that I want to Group By 7 columns. The UI seems to limit me to only 3. Is thier some way to do this?
Thanks

Maybe this will help??: Re: PL/SQL code for handling more than 3 levels of breaks.
Thank you,
Tony Miller
Webster, TX
Never Surrender Dreams!
JMS
If this question is answered, please mark the thread as closed and assign points where earned..

Similar Messages

  • How can I talk with more then one person at a time?

    How can I talk with more then one person at a time? With Faxe time? Is thier software needed to do this or can it be done with the basic package?

    You can get the drop down list by either right-clicking on the back/forward buttons, or holding down the left button until the list appears.
    If you want the drop-down arrow you can add it with the Back/forward dropmarker add-on - https://addons.mozilla.org/firefox/addon/backforward-dropmarker

  • Can i back up more then one computer

    can i back up more then one computer to my Time Capsule?
    if so, how do i set it up?

    Time Machine will create a separate file for each computer.
    Are the two computers with a same name ?

  • Can i update more then one column using select query.

    Dear All,
    Can i update more then one column of target table A from source table B. Like
    Update table A set A.A1 = (Select B.B1 from B where A.A3 = B.B3).
    Above stmt. I am updating only one column. But I want to update more then one column A.A1 and A.A2
    Plz give me the possible ways.
    Thanks,
    Vikas

    Yes you can do. Try the below Query
    Update A set (A.A1,A.A2) = (Select B.B1,B.B2 from B where A.A3 = B.B3)

  • Can a .jsp contain more then one jsp:forward page

    Can a .jsp contain more then one jsp:forward page if it's conditional.
    ie. if condition true
    forward to pageA
    else
    forward to pageB?
    Thank you.

    gimbal2,
    Thanks for the response. I did try it and I got a
    compile error. I just realized that the error was
    regarding a different issue.
    JJIn that case, it would have been appropriate to post the actual problem.

  • Can it possible for more then 2 days statistical records with Terminal ID

    Hi
    By using ST03N we get 1 month statistical records but we can't find the Terminal-IT. But When we use STAD we get last 2 days information with Terminal ID only
    So can it possible for more then 2 days statistical records with Terminal ID by STAD.
    Any setting / and background job / any other options. Pls suggest.
    Thanks and Advance.
    Tapovardhan Singh
    Edited by: Tapovardhan Singh on May 24, 2008 11:01 AM

    Hi Tapovardhan,
    How can I access statistical records?
    Using transaction STAD you can access the statistics files and display the statistical records. Here is a screenshot of the start screen of STAD.
    *In Business Transaction Analysis -> In Read Interval ->
    Specify the Date and Time (you want to retrieve).*
    Statistical Records Part 4: How to read ST03N datasets from DB in NW2004
    /people/andreas.vogel/blog/2007/04/08/statistical-records-part-4-how-to-read-st03n-datasets-from-db-in-nw2004
    Statistical Records Part 1: Inside STAD
    /people/andreas.vogel/blog/2007/01/12/statistical-records-part-1-inside-stad
    Reward points if this helps
    Regards
    Pragathi.

  • Display More then one column in to POP LIST OF VALUE Item

    Dear All,
    i want to display More then one column in to POP LIST OF VALUE Item like POINTNO,CITY_NAME,REGION_NAME,POSTEL_CODE .
    How can i display these 5 Column in to POP UP LIST OF VALUE Item.
    Thanks
    Vedant

    Hi,
    Here is my example how to get the address data from address book:
    on page, where is the IR report with many columns (as a popup page) there is a Column Link of URL type - you can choose any colulmn .
    In the URL address type: javascript:passBack('#ID#', '#NAME#', '#SURENAME#', '#COMPANY#', '#STREET#', '#CITY#', '#POSTAL_CODE#', '#STATE#' );self.close();
    self.close function close the popup after fetch.
    It will call a passBack function declared in page header.
    Example:
    <script language = "JavaScript">
    function passBack(v_addr_id, v_name, v_suren, v_comp, v_street, v_city, v_postal_code, v_state) {
    opener.document.getElementById('P2_ADDRESS_ID').value = v_addr_id;
    opener.document.getElementById('P2_ADR_NAME').value = v_name;
    opener.document.getElementById('P2_ADR_SURENAME').value = v_suren;
    opener.document.getElementById('P2_ADR_COMPANY').value = v_comp;
    opener.document.getElementById('P2_ADR_STREET').value = v_street;
    opener.document.getElementById('P2_ADR_CITY').value = v_city;
    opener.document.getElementById('P2_ADR_POSTAL_CODE').value = v_postal_code;
    opener.document.getElementById('P2_ADR_STATE').value = v_state;
    </script>
    If you want set only one value, just make a similar function with only one parameter.
    I hope it will help to you
    J

  • More then 90 Columns in ALV

    Hi.
    In ALV i want to add more then 90 Columns.
    is their any method to display more then 90 columns in ALV?

    HI,
    ALV is Application List viewer. Sap provides a set of ALV (ABAP LIST VIEWER) function modules which can be put into use to embellish the output of a report. This set of ALV functions is used to enhance the readability and functionality of any report output. Cases arise in sap when the output of a report contains columns extending more than 255 characters in length. In such cases, this set of ALV functions can help choose selected columns and arrange the different columns from a report output and also save different variants for report display. This is a very efficient tool for dynamically sorting and arranging the columns from a report output. The report output can contain up to 90 columns in the display with the wide array of display options.
    advantages.
    Collapse multiple reports into one, drastically cutting down your report development time
    Save many hours using built-in ALV sorting, subtotaling and filtering capabilities
    Add conditional structures into your ALV report: No programming required!
    Combine ALV with display variants to meet a wide range of reporting requirements more easily
    Dynamically reorder column layouts and add/subtract fields
    Enable users and analysts to save their own personalized variants
    The keyword is flexibility. In the past I have sometimes programmed more programs that was basically the same report with minor variations - in one case i programmed 10 very similar reports for pp evaluation.
    With ALV the users can define their own display variants without changing the program.
    The display variant covers sorting, summarizing, filtering, hiding fields. The users can also make variants that show only total lines or subtotal lines or both - and by one click in the report they can expand one total line to display the underlying item lines.
    The users can also choose to let the report show directly in excel. This is a very powerful option. You can upload excel templates with predefined formulas and macros. This can make you very popular - especially with Finance people that already have a lot of excel files, they populate with SAP data to make al kind of voodoo calculations that will help them see into the future.
    With ALV you can give them an ABAP report that automatic popup with their own favorite excel book - without having to do a lot of troublesome and time consuming work to download the data and fit it into the excel sheet.
    If you are new to ALV you can very quick make a simple ALV report. Basically it has 3 steps.
    1) build an internal table with the data you want do display
    2) build a field catalog table (each record in this table describes one column in the list)
    3) call the ALV function
    Later you can make use of more complicated functions like call back routines.
    You have both functions modules and ABAP OO classes to help you with step 2 and 3. I have used the function modules for many years so its hard for me to change, but if I should start all over today I would forget about the function modules and go for the OO approach.
    Thanks,
    Sankar M

  • Can numbers sort by more than one column? How?

    Can numbers sort by more than one column? How?

    Open the "Sort & Filter" options:
    Then add columns.  You can set sort ASCENDING or DESCSANDING then drag the items to set the which column is sorted first

  • Interactive report: Can I exclude a particular column from single row view?

    Hi -- I posted on this yesterday (Possible to exclude interactive report column from single row display?
    a bit anxious for suggestions, I guess!
    I've added a column with edit-link functionality to my interactive report query (that is, the link
    is not attached to the database data... it's an additional column and shows an icon). It's also
    in addition to the default single row view link. (We need both.)
    Unfortunately, the Edit link column shows up in the single row view. I've pared it down as much
    as I can: the label is empty, and the null value shows as "-". But an extra row with "-" is pretty
    ugly. Is there a way to always, completely exclude this column from the single row view?
    I know I could put the edit link on a data column, but:
    1) I want the link to always be to the left of the data (and the user can re-order columns)
    2) when the user doesn't have edit privileges, the link will need to be disabled or just not
    be displayed, and I think that would be a problem if the link were on the data. (true?)
    Thanks,
    Carol

    Please disregard this thread, and the one it refers back to. I see a flaw in the design of what I was attempting to do! Creating the link for Editing as a column means the user could inadvertently not display it, or move it, or... any number of problematic scenarios.
    Thanks,
    Carol

  • Interactive Reports: Can values for 2nd filter be limited by first filter?

    Hi,
    I have a question for the inbuilt filter tool of interactive reports in apex 4.0.2.00.07. Let's assume my IR data looks like:
    Col1:*Col2*
    A:1
    A:2
    B:3
    If I click on the header of Col1 I will be presented with filter possibilities "A" and "B" and can e.g. set a filter to Col1=A which leaves me with the following view
    Col1:*Col2*
    A:1
    A:2
    Now, if I click on the heading of Col2 to set another filter, I can still select value "3" as well.
    In some cases it would be nice if for any additional filter only those filter values were presented which are still relevant and allow further narrowing of results (like something in the way of LOV cascading). I.e. in our example only "1" and "2", omitting "3". Is there a way to do this?
    Best regards,
    Martin
    Edited by: MBK on Sep 27, 2011 5:35 PM
    Edited by: MBK on Sep 27, 2011 5:37 PM

    Praise goes to Anthony Rayner_ (http://anthonyrayner.blogspot.com/) for a very instructive blog and smooth example applications.
    Anyway, found out what the problem is: Some of my columns are derived from LOVs. In the column 'Report properties > List of Values > Column filter type' my default was 'Use defined list of values to filter exact match', so always all lov entries are available as filters. With e.g. 'Default based on Column type', the application now actually only states values present in the current (potentially pre-filtered) view.
    I guess sometimes it is easy... :-/
    Thanks for the help offered. Nice to see this forum working so smoothly
    BR,
    Martin

  • Can you zoom in more then 100% without using the loop?

    If you press the 'Z' key, your photo will zoom to 100%, but is there a way to zoom more then 100%? I know that I can use the loop tool to do that, but I'd prefer to just have my viewer display at 200% instead.
    Thanks,
    Kenny

    If you display the image at full screen, then zoom, your image will appear to be way more magnified. Can't say exactly why.

  • Interactive report run pl/sql by clicking on link column

    Hi!
    How can I run pl/sql script by clicking on a link column of an interactive report?
    Andras

    EDIT : Oh sorry don't saw the date, I'm a little late...
    Hi,
    if you want a link for each row, an other solution is to include the link column in your query, which would be more customizable, ie :
    select
    COLUMN1,
    COLUMN2,     
    '<ahref="f?p=&APP_ID.:6:&APP_SESSION.::NO::" onclick="your_function('||YOUR_ID_COLUMN||');return false;">link or picture</a>' as "link",
    COLUMN3;
    from
    ...As you see, you will have to include the ID (primary key) column to your report ("hidden") to identify the row clicked when calling your function.
    If you want to use the Link Column property in the report attributes, you will have to call you js function in the "URL" field like that :
    javascript:your_function('#YOUR_ID_COLUMN#');
    Yann.
    Edited by: Yann39 on 17 sept. 2010 02:41

  • "group by" more than two columns achieved, but now how to use it

    Hi,
    I have a list where I had to group by items to 3 levels(grouping 3 columns). Since it is not possible OOB, I tried
    this and now I've achieved this. However, since after I did all these changes, this is no longer a view. And I want it to be available for users to be viewed from the list. How can I do it?
    Or is there any other way by which I can group by 3 columns in a List?

    Hi ,
    Add an  empty dataview web part in a page and select columns from datasource and add them to view as "Mutiple Items View"
    Click on 'Sort and Group' under  Dataview tools . One window will open.
    Add your 3 columns . For each column enable 'Show Group Header' under 'Group Properties'.
    Then click Ok.
    Hope this helps.:)) 
    Whenever you see a reply and if you think is helpful, click "Vote As Helpful"! And whenever you see a reply being an answer to the question of the thread, click "Mark As Answer

  • How can I group volume more than 30 disk on 6540

    When I create RAID-1 profile and set number of disk to variable (Max 30 disk).
    Then create pool and found avaliable size only 1 TB.
    I need group all 94 disk drive (exclude 2 hot spare) for RAID 1+0.
    How can I expand number of disk.

    The limit on a 6540 is 30 disks per volume group. Given your sizes, I'd guess you're using 73GB disks.
    The only thing I could suggest as creating multiple volume groups and using a volume manager on the host to build the multiple 1TB volumes into a suitably sized metavolume.
    Because you're using RAID1, you're not going to suffer any more RAID-overhead with multiple volume groups.
    --A.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Maybe you are looking for

  • Problems getting music on to iPod.

    I hook it up, and then I read it and watch it update, and find the music in the library of the iPod, but it won't show up to play or even see. Any one have any info, or the same problem?

  • Word Dictionary not working.

    The dictionary in Word isn't working with the new Maverick system (10.9.4) on my new macbook air. Didn't have problems before with my old macbook, but really starting to dislike this new system and the new macbook air. I can't even find the plist in

  • Approval process in vc

    Hi I want to do approval process in vc.is it possible. pls refer any document to do this. Rgds Patrick

  • Code to populate CALMONTH/Year to MAY 2007.... APR 20006.

    hi Abap Gurus, Can some body help me to get code.My requirement is display previous 12 months with format "First three Chars of Month" space year.I have code for one month. But i need code to display 11 months at a time.If i enter  <b>01.2007 the res

  • Difference between the balance in FBL3N and FS10n

    Hi Sapians,       There is a difference between the balance in FBL3N and FS10n. There are no recent changes made in the GL master data. Also there is a difference between the debit and credit balances of FS10N and table GLT0. Please advice. Ashwin