How display top 3 revenues in one block and remaining in another block

How display top 3 revenues in one block and remaining in another block.

create a variable as
v_Rank =Rank([Revenue])
then create a block level filter on the 2nd block as v_Rank Greater than 3.
you may need to modify the variable formula as per requirement to get the rank of the row.

Similar Messages

  • Report to display (actuals data from one cube and plan from another)

    Hi Gurus,
             I have a requirement in reporting to display actual data from one cube and plan data from a different one.
            The example below might give a clear picture of the requirement.
    rows has key figures and columns = months
    Jan |  Feb |  Mar |  Apr |  May |  Jun  ...   ....
    GrossSales
    Net Sales   
    Now if I run the report for Current month (Apr), then for the months of (Jan, Feb and Mar) i need to get the data from CUBE1   and for the remaining months (Apr thru Dec) from CUBE2.
    Similarly when i run the report next month(may), 
    then (data for Jan, Feb, Mar, Apr  from CUBE1)
    and ( May thru Dec from CUBE2)
    Any suggestions.
    Thanks in Advance
    Kumar

    Hi Henry,
         We alreadey have a multi provider which includes
    FinDat Cube(CUBE1) for actuals and Comm.Goals cube (CUBE2) for plan.
    So you suggest that we have two versions of key figure for actual and plan.
    ie. each KF will have two versions.
    actuals = (version 10, FiscPer<curr.mnth, key figure, acutals cube)
    Plan = (version 20, FiscPer>=curr.mnth, key figure, comm.goals cube)
    eg:
    Jan | Feb | Mar | Apr | May | Jun ...
    GrossSales(Act)
    GrossSlaes(Plan)
    Net Sales(Acutal)
    Net Sales(Plan)
    Correct me if I am wrong.
    the report has a lot of key figures, having two versions for each kf will be confusing.
    the user would like to see
    Jan.....| ...Feb  |..Mar |..Apr.....|  May  | 
    GrossSales   Act Value|Act.V |Act.V| PlanVal|PlanVal|
    Net Sales
    where Act.Value is from CUBE1
             Plan Value is from CUBE2
    Thanks
    Kumar

  • How do you backup on one computer and restore on another?

    Hi,
    Our development team recently started using XE on our local machines. One of the members of the team copied some of our data from our production database to his machine using a custom script. Now I would like to restore that database on my machine. I cannot seem to figure out how to us rman to do this.
    Any pointers would be greatly appreciated.
    Thank you,
    Bob

    Hi,
    for the details on RMAN backup and recovery,go to the following link
    http://www.oracle.com/technology/deploy/availability/htdocs/rman_overview.htm
    Cheers

  • How do I read from one table and write to another identical table?

    I am very new to Oracle. I am trying to do something that should be very simple.
    I am trying to read from one table in SQL and then write to another
    Identically formatted table. I keep getting various errors. Could someone please
    post some vey simple code that will work so that I can play around with it?
    Any help would be greatly appreciated.
    Thanks,
    Ron

    Thanks, but I must be missing something.
    I have two tables, SONGLIST and SETLIST.
    The second line by itself works just fine on either table.
    Here is the code I used following your seggestion, along with it's error message.
    Hope you can help. Thanks again...
    INSERT INTO SETLIST
    SELECT TITLE FROM SONGLIST WHERE ROTATION <> 'X'
    ORA-00947: not enough values

  • How to de-activate on one computer and reactivate on another

    getting a new computer at work. I am the admin of the team subscription and need to deactivate from the old and reactivate on the new. How is this done?

    http://www.adobe.com/products/creativecloud/faq.html
    http://helpx.adobe.com/creative-cloud/help/install-apps.html
    http://forums.adobe.com/community/download_install_setup/creative_cloud_faq

  • How do you take pictures from one library and put in another library??

    How do you take pictures from one library and put in another library??

    Options:
    1. Export from iPhoto A to the Finder, then import to iPhoto B
    This gets the photo over, but no versions, no edit history and not all the metadata
    2. Use iPhoto Library Manager
    This gets everything: versions, edit history and all the metadata.
    Regards
    TD

  • How to print 20 lines in one page and remaining lines in another in script?

    Hi I created 2 pages in script for page1 next page is page2 , how i can print 20 lines in one page and remaining in next page plz send me the code for that and is windows same for 2 pages?...

    Hi Krishna,
    Try below code...
        CALL FUNCTION 'OPEN_FORM'
        EXPORTING
          form                              = form.
        CALL FUNCTION 'START_FORM'
        EXPORTING
         language               = sy-langu
         startpage              = page1
      LOOP AT itab.
        count = count + 1.
        item = count mod 20.
        IF item EQ '1' AND count NE '1'.
           CALL FUNCTION 'END_FORM'.
           CALL FUNCTION 'START_FORM'
           EXPORTING
             language               = sy-langu
             startpage              = <b>page2</b>
        ENDIF.
       "write_form statement ....
      ENDLOOP.
    Message was edited by:
            Hikaruno

  • How to set cookie value in one page and retrieve in another page using setA

    How to set cookie value in one page and retrieve in another page using setActionListener?
    I have tried with following code srcpage.jspx->destpage.jspx
    srcpage.jspx
    <af:table value="#{bindings.DepartmentsView1.collectionModel}"
    var="emp" rows="#{bindings.EMPView1.rangeSize}"
    first="#{bindings.EMPView1.rangeStart}"
    emptyText="#{bindings.DepartmentsView1.viewable ? 'No rows yet.' : 'Access Denied.'}">
    <af:column sortProperty="EmployeeName" sortable="false"
    headerText="Cookie Testing">
    <af:commandLink text="#{emp.EmployeeName}" action="success">
    <af:setActionListener from="#{emp.EmployeeName}"
    to="#{cookie}"/>
    </af:commandLink>
    </af:column>
    </af:table>
    espage.jspx
    <af:outputText value="Test Cookie Value: #{cookie}"/>
    ,Here Test Cookie Value prints the following instead of its original String value
    {JSESSIONID=javax.servlet.http.Cookie@7da288, oracle.uix=javax.servlet.http.Cookie@399f62}
    I have passed employee name "Robert" to cookie in srcpage.jspx,but it prints "JSESSIONID....." instead of "Robert" in destpage.jspx
    Thanks in advance
    Kalee

    Hi,
    "cookie" is a reserved name. If you want to write to a session scope attribute called "cookie" then you have to call #{sessionScope.cookie}. If you want to use EL to set and read from cookies then you will have to use
    #{cookie.cookieName}
    Note that #{cookie} writes to and returns a map
    check this: http://www.informit.com/articles/article.aspx?p=30946&seqNum=7
    Frank

  • I had a MobileMe account and when Apple switched to iCloud I now have two mail accounts: @mac and @me. Additionally my folders in iCloud not longer show up in my Mail program. How do I return to one account and see my folders on my mac?

    I had a MobileMe account and when Apple switched to iCloud I now have two mail accounts: @mac and @me. Additionally my folders in iCloud no longer show up in my Mail program on my iMac. How do I return to one account and see my iCloud folders on my mac?

    I went to Notes.  Showed all notes.  Three notes are duplicated, one on iCloud and one on Icloud.  I deleted one of the notes and checked to see if the other still existed.  It did.  I deleted the other two notes.  I check all notes and found that the three notes were deleted on both accounts.  The only notes on this device are under On My iPad.
    I went into system settings and tried to delete the Icloud account.  The warning comes up:  This will delete all IMAP notes on your device.  Will this also delete the notes in On My iPad?

  • HT3819 i have all my itunes on one computer and have brought another and need to transfure all my exsisting music to this new computer, how do i do this? please help.

    I have all my itunes on one computer and have brought another and need to transfer all my music etc to new one, how do i do this? please help its doing my head in!

    Hey allen72,
    Thanks for the question. I understand you wish to transfer your iTunes library to a new computer. There are a few different options for doing so, the following article provides more information:
    iTunes: How to move your music to a new computer
    http://support.apple.com/kb/HT4527
    Thanks,
    Matt M.

  • Click on link in one portlet and open in another portlet

    how do you click on link in one portlet and open in another portlet?

    Hrmm... This is a IBM Question..
    Officially this is a meaningless buzzword promoted by IBM. Portals are some sort of Servlet but IBM incapable of explaining how they differ from ordinary Servlets. Some speculate they are used to present a webpage with many services on it such as a search engine, and news that come from diverse sources. The user is able to dynamically configure the contents and layout of the page much like Netscape home pages
    I don't understand what yhour asking..
    I am assuming you want to call another servlet (portlet)? That would be absurd to do .. You let the HTTP request and XML file to deal with the response of the portlet

  • How do i move from one I tunes store to another country if I have credit remaining

    How do i move from one I tunes store to another country if I have credit remaining

    You can't whilst you have a balance. If you can't spend it then you can try contacting iTunes support and ask them if they can remove the balance so that you can change countries : http://www.apple.com/support/itunes/contact/- click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • I run Tiger OSX on one MacBook and SnowLeopard on another. Photos were downloaded from Tiger to SnowLeopard, and now iPhoto won't open on the Tiger Mac. Will upgrading iPhoto fix this problem?

    I run Tiger OSX on one MacBook and SnowLeopard on another. Photos were downloaded from Tiger to SnowLeopard, and now iPhoto won't open on the Tiger Mac. Will upgrading iPhoto fix this problem?

    What matters is the version of iPhoto you have on the different machines. Can you tell us what they are, and what exact error message you get.
    Regards
    TD

  • HT1338 How do I reset the display setting back to default?  My display is zoomed to one corner and the other 2 sides are cut off.  I don't know how to fix it.

    My baby nephew pressed a lot of the buttons on the my mac and has caused the display to zoom into one corner.  It other two corners are cut off which makes it really difficult to use the computer.  I attatched and image so that you can see what I am talking about.  Please help, thanks !  =)

    Hold down the Control key and scroll with the mouse or keyboard.  One direction zooms the other unzooms.

  • 9i - How to save  everything in one tablespace and put back in later?

    I'm trying to do a very simple refresh of a 9i database. Basically shutting it down and copying all the dbfs and redo files, then creating new controlfiles. However, the database that is the source does not have one dbf (and tablespace) that the target does. I plan on dropping the one extra dbf, and refreshing the target tb, then adding in the dbf and all it's objects.
    I have already done this partly but have had problems. I'm not getting all the objects that are supposed to be there. I had to recreate the user that owns all the tables in the extra dbf tablespace. Plus, how do I make sure all the permissions are reset on these objects?
    I am using TOAD, so I had tried the export feature and did get most of the info. I know how to create the dbf and recreate the user. Help?

    Not a good way to do refresh in this way.
    Use exp/imp to refresh or maintain exact same structure between database(s). You can then use rman's duplicate method for this purpose.

Maybe you are looking for

  • Unable to read edited cell values from table view 'LineEDIT' mode

    Hello Gurus, Need urgent help on Cell binding - Here's what I have: I have a bsp with one tableview for users to update shelf quantity. Selection mode is <b>Lineedit</b>. I used this only bcos in this I need not select a row to update it - let me kno

  • Restoring iphone, forgot password

    so i forgot my password to unlock my phone, and i plug it in to itunes and restore it but in order to restore it i have to update it so i download the update which says it'll take 3 hours. and i dont really have good connection so my internet goes on

  • Report - Layout and Pagination bug

    Hello, I am using Oracle 10g XE. I was trying to add pagination to a report, it is working ok but if I select for the display position "Top and Bottom" only the bottom pagination is visible. Is this a bug? Catalin Florean.

  • Does URLLoader load data in a separate thread?

    I understand the Flash and AS3 is single-threaded, at least at the user level. However, I would like to understand how asynchronous data loading is handled by the Flash player. For instance, if I run CPU-intensive code that runs beyond the normal fra

  • Constructor and Class constructor

    Hi all Can any one explain me the functionality about Constructor and class constructor?? As well as normal methods, which you call using CALL METHOD, there are two special methods called CONSTRUCTOR and CLASS_CONSTRUCTOR, which are automatically cal