I have a scenario like i have two blocks in my report

I have a scenario like i have two blocks in my report.In Block 1 I have drill on Region.
Block 1:
Region Revenue
APAC 2000000$
EU 1200000$
NA 1500000$
Block2:
Country Revenue
India 6000$
China 4000$
USA 8000$
Germany 6000$
Now my requirement is when ever user click on on any region in block1
corresponding countries should appear in Block2.
SCN Moderator: Title was too long (maxed out: no replies possible)

You can use Element link to have the desired results:
Here is the initial layout:
After applying Element Link, if you click on California, you will see this:
If you click on Colorado, you will see this:
Hope this helps.

Similar Messages

  • Best way to coordinate two blocks?

    I want to coordinate two blocks. Block A shows info about people who have come in recently. Block B shows if they
    have had some certain paperwork filed.
    So for each record in block A there may or may not be an entry in Block B. I want the data to match up horizontally
    from block A through Block B.
    (and then eventually when the user clicks on button a missing record in block B it will fill in the details from various places in the database and the new entry(ies) in Block B can be saved back to Table B. )
    It escapes me how to do this. Any ideas? If B is a detail table to block A then it does not provide blank records
    where B does not have an entry for A yet.
    example
    block A           Block B
    id  came in        id  paperwork
    22 2/1/2012     22  paperwork done
      3 2/2/2012                                   (paperwork not done yet so B record missing)
    14 2/3/2012     14 paperwork done
    11 2/4/2012                                    (paperwork not done yet so B record missing)Edited by: lake on Feb 16, 2012 4:45 PM

    No it doesn't work to just have two blocks side by side.
    There is no way to coordinate them. In my experience with the master-detail relationship you can define, it does not have multi block to multi
    block capability. it's geared to one master key in the master block, not multiple master keys. But it would be a really great feature if
    there were a multi-master-detail capability! right?
    If you don't do the relationship thing but have the same type of query restrictions for each block, in block B there are no gaps for the cases
    a B record does not exist for an A record, i.e. the primary keys do not line up "horizontally".
    Although I think Andreas is correct that creating a view solves a lot of problems I'd like
    to proceed on emulating the multi-master-detail scenario if I can in the form.

  • Compare two dates in a report

    Hi,
    I would like to compare two dates on a report.
    I would like to compare the opportunity created date and the opportunity modified date. I can't use this formula CASE WHEN Opportunity."Last Modified" = Opportunity."Created Date" then 1 else 0
    I think I have to use TIMESTAMPDIFF but I don't know which interval I have to put to analyze the entire date in this format 31/12/1999 16:49:08
    Thanks a lot for your help
    Regards,

    Hi !
    It depends on the interval you need to compare these dates. If you want to know the number of days between these dates, you'll have to use SQL_TSI_DAY as interval. If it's minutes, you'll need SQL_TSI_MINUTE...
    Here are the possible intervals :
    *SQL_TSI_SECOND, SQL_TSI_MINUTE, SQL_TSI_HOUR, SQL_TSI_DAY, SQL_TSI_WEEK, SQL_TSI_MONTH, SQL_TSI_QUARTER, or
    SQL_TSI_YEAR*
    Hope this will help, feel free to ask more !
    Max

  • How to create an relation between two block

    Oracle forms 6i
    Hai All
    I have created a form in that i have four button ADD, QUERY, SAVE ,EXIT.
    I have two block named Leader and members.
    Four fields in leader block namely name , codeno, deptcode, unitid.
    When i pressed query button and the cursor goes to name field in leader when i enter the name of leader and click
    enter i gives the codeno, deptcode and unitid of the leader_name.
    so now i have created another block in tabular structure to bring the members in the same deptcode that belongs to Leader_name.
    So pls tell me the steps how to create the relation between these two blocks.
    when i enter the leader_name and gives enter it needs to bring the codeno, deptcode, unitid and
    I also need to gives the members in that deptcode..
    Thanks In Advance
    Srikkanth.M

    If it is possible to create relationship with one table No.
    Or
    I have created a pre-Query in the detali block and my code is
    set_block_property ('block_name', default_where, 'deptcode = (select deptcode from emplmaster where name like :block_in_which_leader_name.leader_name_field');BTW no need of joining here it can be solve by set the block's where clause as u said in ur earlier post above. Just changing the little bit this statement and then try.
    If numeric
    set_block_property ('block_name', default_where, 'deptcode = '||:block_in_which_leader_name.leader_name_field);
    Otherwire
    set_block_property ('block_name', default_where, 'deptcode = '''||:block_in_which_leader_name.leader_name_field||'''');-Ammad

  • Two problmes between  Crystal Reports 2008 and Bex Query

    Hi Gurus.
    I have two problems with Crystal Reports 2008 when It obtains data from a Bex Query (SAP MDX query connection).
    1)     I have defined some Parameters Fields using the follow options:
    Type: String
    List of Values: Dynamic
    Value Options Level1:
                         Show on (Viewer) Panel :Editable
                          Prompt text: <text>
                          Sort Order: Ascending by value
                          Prompt With description Only : False
                          Optional Prompt: True
                          Allow multiple values: True
                          Allow discrete values: True
                          Allow range values: False
    When I execute the report with the client of Crystal Reports 2008 (the developer tool), in the initial screen shows a list box where I can select the values from the left box and add it to the left box (as a usually filter). When the number of options (LOV) is more than  the maximum of the system, I have a input box bellow the list box, where I can insert any value (manually) and a button to insert it into the left box. When I publish the Report in the infoview, this filter is modified and the input box where I can introduce manually values is not showed and I can insert only the values showed in the list box, it causes that I can`t select a lot of values that is in the master data of SAP BW, because they arenu2019t listed in the list box.
    There is any option to ability this option in the infoview.
    2)     My Bex query, have a date filter with variable in the restricted key figures, when I execute a Crystal Reports, the infoview (and the Crystal Reports 2008 designer) ask me 2 times the same date, first only the date and second the date and the rest of parameters (introduced in the report of Crystal Reports).
    Why I need insert the date 2 times? How can I modify the Crystal Report for ask me only one time all the parameters?.
    Thanks.

    Hi Abhilash.
    Thank you for your information.
    1) Yes, the parameters are created in the Crystal Reports designer. I have created the parameters in the Crystal Report because I use the same Bex Query to create some Crystal Report, in other case, I will need create some Bex Query.
    2)The Bex query has the date filters and I have created some filters in Crystal Reports designer, the date filter from the Bex query is created automatically in the Crystal Report Designer but I don't use it, I haven't created it anytime. I use my filters only in the record selection. The date filters from the Bex query is showed as Static, and I can`t delete it, if I modify the parameter to dynamic or static with values, at first step ask me again static without values and the second step of the report execution ask me the parameter as I have defined in Crystal Reports Designer, my parameters fields are dynamic. A lot of reports have subreport, but I have created one of them without subreport (to trial) and the Crystal Reports ask me the date filters at first execution, and when I insert the date filters, in the second step, ask me the date filters again and my parameters fields again.
    Thank you again.

  • Handling two blocks in a canvas

    I have two block namely "emp" and "dept" and I want to execute query in each block on a single button click.
    when the cursor is in "emp" table then the "emp" data should be display and vice versa.

    Hi
    I want to execute query in each block on a single button click.1. The good approach is to create a relation between the two block ...
    2.Then in WHEN-BUTTON-PRESSED Trigger pls use
    GO_BLOCK('dept');
    EXECUTE_QUERY;The relation will fetch the employees according to their related department they hired within the company.
    Hope this helps...
    Regards,
    Ammatu Allah.

  • I have two separate itune accounts under two different email accounts and would like to combine them under one account.  Is this possible and if so, how do I do it?

    I have two separate itune accounts under two different email accounts and would like to combine them under one account.  Is this possible and if so, how do I do it?

    If you go to Settings > iTunes & AppStore , you can sign out from your account, and sign in with the one you've used to purchase apps.This will not remove any apps you already have on it.
    Then you can go to AppStore and download apps you've purchased (either via "Purchased" button in "Updates", or simply search for them and download them.
    That way you can have multiple accounts' apps on your iPad. When updating, you will be prompted for the credentials for account you've purchased given App with.

  • I have two apple accounts and one of which has my music on. I would like to move this music to the other account. Is there a simple way of doing this?

    I have two apple accounts and one of which has my music on. I would like to move this music to the other account. Is there a simple way of doing this?

    There is currently no way to merge accounts.  The best option is to pick one, and use it consistantly.
    HTH.

  • I have two Itunes Accounts and I would like to merge all Apps to one Account. Is this possible ?

    I have two Itunes Accounts and I would like to merge all Apps to one Account. Is this possible ?

    No. You can not.

  • I have two google mail accounts, one is work, one is home. I prefer to keep things separate. On my iPad, formerly had no problem checking each account. Now when I log into either account, my poor iPad acts like its spinning its head.

    I have two google email accounts - one is personal, the other professional. I like them being separate. Until a few days ago, my ipad could pull up either account I needed at the time. Now, though, when I try to pull up either account after signing in, the line above the blue line (sorry I'm new to this and don't know the terms) switches rapidly between the two account names and nothing appears below where the mail should be. What do I do? Thanks

    Update to above question:
    Hello All,
    To anyone with the same problem described above, on THEIR iPad (if it is running iOS 7.0.2):
    Go to Settings; Mail, Contacts, Calendars; DELETE your *******@btinternet.com e-mail account, that you originally set up either using 'Other', or the 'BT' option which I am sure was in the list previous to the iOS 7 update.
    Then ADD a NEW account choosing YAHOO from the list of options. DO NOT USE 'OTHER'.
    Enter the correct details just as you (almost certainly) had already done in your previous attempts using 'other'.
    When you see the 'verifying......' and 'the blue ticks' you should be able to exit settings and open your mail app and then receive all your 'old' e-mails again, AND be able to SEND as well.
    All my 'old' e-mails, were NOT found in the 'old e-mail' folder though. THEY are still in my inbox.
    So this fix worked for me.
    After I deleted my account from 'OTHER' and put it in Yahoo, I like other people also ended up with more folders.
    I hope this works for you on YOUR Apple devices.
    Bob

  • HT204053 I have two itune accounts and would like to merge the accounts

    I have two Itunes accounts and would like to merge into one account.

    iTunes Store accounts can't be merged.
    (103295)

  • HT204053 I have two Apple ID's and I would like to merge them into one Apple ID only and move Apps, Music, Movies etc to to the one Apple ID. How can I do that?

    I have two Apple ID's and I would like to merge them into one Apple ID only and move Apps, Music, Movies etc to to the one Apple ID. How can I do that?

    It is not possible to merge Apple IDs.

  • I have two iPod touch and would like to combine the music.

    I have two older iPod touch which used to belong to my children.  I would like to combine the music they have on each of them into one device, but can't figure out how.  Can anyone help me?
    thanks,
    KC

    Copy the music to a computer
    Recovering your iTunes library from your iPod or iOS device: Apple Support Communities
    and they sync to the devices
    iTunes: Syncing media content to iOS devices and iPod       

  • HT2589 I have two Apple ID accounts, with which I purchase music,  I would like to consolidate those accounts into one, how can I do it?

    I have two Apple ID accounts, with which I purchase music,  I would like to consolidate those accounts into one, how can I do it?

    Stop using one. Everything you've previously purchased from it has that Apple ID stored inside the file, which can't be changed.
    (66245)

  • Hi, I have two iPads, two separate accounts I have purchased apps on one Acc. and would like to use them on my second iPad. How is this possible

    I have two iPads, two separate accounts I have purchased apps on one Acc. and would like to use them on my second iPad. How is this possible

    If you go to Settings > iTunes & AppStore , you can sign out from your account, and sign in with the one you've used to purchase apps.This will not remove any apps you already have on it.
    Then you can go to AppStore and download apps you've purchased (either via "Purchased" button in "Updates", or simply search for them and download them.
    That way you can have multiple accounts' apps on your iPad. When updating, you will be prompted for the credentials for account you've purchased given App with.

Maybe you are looking for

  • How can I set the submit button to email only certain pages of the pdf not the entire pdf?

    We have a pdf that is a hundred pages or so where each page is an individual product that the customer can select for purchase. At the end of the pdf is an order form. We want to be able to email just the few pages which are the form as a pdf. The de

  • WRT54GC Wireless Issue

    I've had this router for about 18 months and it's always worked fine until recently. Whenever I try connecting a wireless device, the router loses it's internet connection. The internet light on the router goes off and all of the devices on the netwo

  • Nikon D600 and Elements 10

    Hi I recently bought a Nikon D600 and don't seem to be able to load photos onto Photoshop Elements 10.  Any suggested solutions would be most appreciated.  I have tried to install "Updates" from the Help menu but it says that the applications are all

  • Simulated distributed transactions in WLS5.1

    Hello           I can´t use WLS 6.0 I must use WLS 5.1. So I can´t to use distributed           transactions.           So that, my problem is this situation:           Client code: in WL Personalization Server           method           UserTransact

  • JavaDoc crashs in netbeans !!!

    Hi , My problem is when i generate a javadoc for my project in netbean 4.1 it just crashs and this is the message in the console text area : Javadoc execution javadoc: error - Illegal package name: "${javadoc.additionalparam}" Loading source file C:\