About Drill Down  in VC

Hello everyone,
I want to confirm 2 issue .
1.  Does   "Drill Down " function  can be realized in VC ?
2. If VC can realize "Drill Down" function.
    Does  a cell of table can be drilled down to another table or report (like the drill down function in BI report) ?
Any discuss is welcome !
Best Regards,
Louis

Hi Louis,
NW04s VC doesn't support nested data structures, but you can model your application to simulate this behavior.
For example:
Add a bapi_bank_getlist data service to your application.
Connect it to input form and output table.
Add a bapi_bank_getdetails data service and connect it to the output table (map the data).
Connect an output form to the getdetails service.
Now, place the input form and output table in one layer and the output form in another.
Create a transition with event name select.
Now, once you choose a record you will navigate to layer 2 and the correct data will be presented.
Hope this helps,
Shay

Similar Messages

  • Two questions about drill-down of obiee

    First, when i dirll down next level, can i change the measure or hide needless measure. Can be implemented by obiee? How?
    Second, the navigation on web designer. I want to navigate from query_1 to query_2, how? For example,
    query_1
    class people_num
    class1 30
    class2 35
    class3 28
    query_2
    name sex phone
    I don't know that everyone understand it.
    Thanks
    Edited by: user10496160 on 2008-10-30 下午10:40

    For what you are doing, I think Presentation Variables would work best giving you the most flexibility for your users.
    First create a Dashboard prompt on Class and save it to a Presentation Variable called prmtClass, for example. Check the "All Choices" checkbox in the prompt so the user has that choice available.
    Now build your MAIN report with the columns you desire on the highest level.
    Next, build the DETAIL report with the Class, Name, Phone number, etc. columns, with the filter on the Class column set to the Presentation Variable prmtClass.
    Add the Navigation on Value Interaction feature on the Class column in the MAIN report.
    When the user clicks on a particular class, the navigation feature will direct the user to the DETAIl report. The PV will filter that report so only the particular class will show.

  • Drill down to a report with a select view

    I have a report with a select view on a column... In this column I have coded a navigation to another report that has some details and also has a select view on the same column.
    a) The only way to make this work is in the construction, using the view edit screen, the select view, select the option, save it... and then in the criteria, code the navigation.
    This had to be done to every option.
    b) Since the target report has also a select, whenever you navigate from the original report, the detail report is displayed "as it were", in respect to the select column... The target report is filtered by this column (I am using "is prompted") It would be nice if besides the filtering the select could show the select that comes from the original report... It is not working like this... The user has to select again (column selector) to see it like the original one...
    Sorry, it is a bit confusing...but I´d appreciate any help.
    Txs.Antonio

    I dont think about drill down, but try with navigation using common columns. in this way we can have both side navigations summary-> detail and detail->summary.

  • Drill down in Columns

    I am currently working on a report that have the drill down capabilites in rows. In other works, when I drill down in rows, the dependants show up. However, I also want to drill down in columns but it does not work.
    Example: I have the total year as a heading of a column. Is it possible to drill down and have new columns show up for quarters and months?

    I set the option as "Expand by overwriting rows" and then try the drill down again. IT WORKED!
    The only thing about drill down by columns is that if you want to drill down to HLEVEL ="6" then you have to set the current view at Hlevel="4" with the MemberSet of SELF,DEP. Once this is set, one should be able to drill down at the dependant of Hlevel="4" to drill down and display Hlevels 5 & 6.
    Edited by: Jay Upadhyay on Apr 12, 2010 3:40 PM

  • Letting drill-down on a column depending on permissions

    Hi friends,
    I have a question about drilling-down on a column. I've designed a hierarchial level security on my application, so, some users can't access to certain information, therefore the query will get back it no results. But i need dissable drill-down option when there is no information to show. So, I need to know if it's possible to dissable drill-down option in some rows and to let it for others rows at the same column.
    Thanks.

    HI my friend check this out hope this might help solve your problem if am right
    http://obiee101.blogspot.com/search/label/CHOOSE

  • Drill Down Tutorial

    I am trying to create a drill down in Oracle Reports 9i. I was wondering how to create a drill down, or if someone had a link to a good tutorial for Oracle Reports drill downs.
    Thank you.

    Hi,
    Pl take a look at Note 160262.1 on Metalink.
    You might also want to take a look at some discussion on this Forum about drill-down reports:
    Re: Drill Down Report
    drill down
    Advice for using adding a button to launch a drill down rpt from a matrix
    Navneet.

  • Drill Down Reporting in HR Module

    Hello all,
    I'm as functional in HR Module. I wanna learn about drill down reporting in HR Module, so i need some
    documentation about it in HR Module without using ABAP program. Because i don't have any skill in ABAP.
    I hope the documentation contains step by step how to config the drill down report (  contain tcode and etc ).
    Just give me the URL where i should be to download it.
    Point will be rewarded for great information.
    Warm Regards
    Edited by: Blue Inspiro on Sep 19, 2008 4:12 PM

    Hi,
    Hope this url is of some use.
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/5c/8daff6555411d189660000e829fbbd/frameset.htm
    Give points if you find it useful,
    Thanks,
    Preetham

  • Drilling down to CLM report from pie chart developed with Xcelsius

    Hi All,
    We have a requirement about drilling down to CLM side report upon clicking on the piece of pie that is developed using Xcelsius.
    1)For Example, below is a pie chart(developed through xcelsius) showing the information about the agreements expiring in certain period. We have placed it on the user workbench.
    Upon clicking on any piece of a pie, it should navigate to the detailed report showing the details of the master agreements.(as below)
    Can anyone please help in achieving this through Xcelsius?
    2)Is it possible to include any URLs in the list view(in Xcelsius), so that we could open the master agreement from it?
    Thanks,
    Vennela

    Well I assume A1, B1 are same reports with filtering on A and B.
    If this is the case make one report and say the filter(A or B) is prompted and when you click in the chart it goes to the report filtered by A or B depends on where you click.

  • Drill Down feature for pie chart in Java

    Hi,
    I have a JSP where the graph displayed should have �Drill Down� functionality i.e. when clicked on any sector of Pie chart it should come up with other graph giving more details.
    I need the code or how to proceed to get drill down feature.
    If anyone has idea about �drill down� or any sites which can help me please reply.
    Thanks in advance.
    Praveen.

    You have to generate the image and the surrounding HTML using two seperate transactions; typically a JSP delivers the HTML and a servlet, invoked by the SRC URL of an image tag, provides an image.
    Your HTML contains a form, and the image is displayed using a <Input type="image" .. Clicking on that submits the forn, providing X and Y coordinates as parameters to a servlet which can calculate which pie-slice has been clicked. You can't use a client-side image map because there are no suitable sensitive shapes available.

  • About the drill down?

    Is there any principle when we creating the Hierarchy in BI Administrator?
    because i don't know which is the best method to create dimension.
    after created the Hierarchy ,the function of "drill down" can't realized what i want to do?
    is there any book to help me ? thank you

    Hi USer,
    Refer : http://download.oracle.com/docs/html/B13916_04/hierarchies.htm#i1007608
    In obiee : http://www.oraclenerd.com/2010/03/obiee-dimension-hierarchy.html
    thanks,
    Saichand.v

  • Drill down ( Collapsible Row ) Report in BEx query designer ?

    Dear Friends!
       I am supoosed to create a report drill down report for Purchasing History to be precise,  I know that we can have drill down feature using heirarchy but is it possible for Us to have PO & PO item heirarachy ? or any other way to do drill down reporting in SAP BEx Query designer ?
    like my current report is : -
    | Vendor | Purchasing Organisation | Purchasing Group | Plant | PO Number | Item | Material / Service | Description | .... ( keyfigures) |
    Now I am supposed to create a report  in which
    normal view
    | Vendor | Purchasing Organisation | Purchasing Group | Plant | |> PO Number| .... ( keyfigures) | Payment |
    drill down or collapsible view ( please consider the heading as data I am not talking about dynamically change of  headings ).
    | Vendor | Purchasing Organisation | Purchasing Group | Plant | V PO Number | Item | Material / Service | Description | .... ( keyfigures) |
    is there anyway to design the report in above mention manner ? you any input will be appreciated greatly.
    Thank you so much!
    Regards
    Naim

    Hi Naim,
    usually we don't do the transactional data as hierarchy.  not sure the reason behind your requirement.
    we can do one of the below :-
    1. To have the default view as
    | Vendor | Purchasing Organisation | Purchasing Group | Plant | | PO Number| .( keyfigures) | Payment |
    and then user can drill down on rest of the characteristics for detailed view later on.
    2. or if they don't want to drill down on characteristics;-
    we can build 2 reports , one for header level information and then jump to second query for detailed information(item level) using RRI.
    first query:
    | Vendor | Purchasing Organisation | Purchasing Group | Plant | | PO Number| .( keyfigures) | Payment |
    second query:
    | Vendor | Purchasing Organisation | Purchasing Group | Plant |  PO Number | Item | Material / Service | Description | .... ( keyfigures) |
    Let us know if this works out?
    Regards,
    Sakthi.

  • Feature Request: Make RECENTS better with two more drill down options

    Hi everyone!
    I love my iPhone but - as with everything - one can make things get even better... Not sure where to post so I try here. Would love to hear if you feel the same need:
    I realize that RECENTS within the phone application could be improved quite a bit by adding two simple buttons at the top.
    Right now there is "ALL" and "MISSED"... being able to drill down the MISSED calls is great, but many times I would like to be able to drill down:
    * outgoing calls (aka those placed by me via iPhone)
    * incoming calls (aka those that I received on my iPhone)
    Would love to hear what others think about that. If we there will be many replies chances are good that Apple will fix this with a software update. It should be very little work on Apple's side.
    Greetings!

    I agree this feature would be most useful: most other phones incorporate it, and it would probably not be too difficult to add it to the iPhone? I expect most will agree with you, but this type of feedback should be sent directly to Apple:
    http://www.apple.com/feedback/iphone.html

  • Key Figure values based on characteristic Drill-downs

    Hello All,
    I have Issue with my drilldown options in the report. The values of Sales qty need to change at particular drilldown.
    I have Sales Revenue and Sales QTY key figures in my DSO with  plant, factory, customer and Business type (Values A, B, C and D) characteristics.
    IN the report requirement I want to show the SALES QTY for only Business Type  "A" at Plant , factory and customer level, but when I am at the Business code level, then I am to show all the quantities by that level.
    THe sales revenue should always show values for all Business code irrespective of the drilldowns.
    please provide suggestions and code on how to go about the issue.
    thanks,
    pra.

    Hello Guys,
    Thanks for your response.
    Let me explain clearly...with an example.
    We have DSO which has 5 chars and 2 KFs.
    Chars - Company Code, Plant, Customer, Material and Business Code (which has values A, B and T).
    KFs - Sales Qty and Sales Revenue.
    Report output ---
    Customer
    Company Code
    Plant
    Material
    Business Code
    Sales Qty and Sales Rev
    Requirement is a follows -
    When the report is run.... the report will display on Customer with KFs.
    then if user wants to pull company code he can do so...as will other chars (Plant, Material and Business Code)
    but the condition is that when the user is seeing the report at customer with KFs ,....the KFs should only show values where business code = "A"
    so is the same with other chars - Company code, Plant and Material.
    But when user drags and drops the Business Code char in the report against the KFs .then the report should include all Business Codes ( A, B and T) with corresponding sales qty and sales rev for all business codes.
    Solution - Partially working--
    What I have done..is restricted the sales qty and rev with Business code = A, its working fine for all drill downs except that, when I am at business code level its showing as
    Business Code QTY REV
    A             300          3000
    B                0              00
    T                0               00 .
    Hope you got the issue. Please let me ,,if you need any information.
    Thanks,
    Pra

  • [Forum FAQ] How to use parameter to control the Expand/Collapse drill-down options in SSRS report?

    In SQL Server Reporting Services (SSRS), drill-down is an action we can apply to any report item to hide and show other report items. They all are ways that we can organize and display data to help our users understand our report better. In this article,
    we are talking about how to use parameter to control the Expand/Collapse drill-down options in SSRS report.
    Consider that the report has a dataset (dsSales) with following fields: SalesTerritoryGroup, SalesTerritoryCountry, CalendarYear, SalesAmount.
    1. The report has the following group settings:
    Parent Group: SalesTerritoryGroup
     Child Group: SalesTerritoryCountry
      Child Group: CalendarYear
       Details: SalesAmount
    2. Add three parameters in the report:
    GroupExpand:
    Available Values: “Specify values”
    Label: Yes           Value: Yes
    Label: No            Value: No
    Default Values: “Specify values”
    Value: Yes
    CountryExpand:
    Available Values: “Specify values”
    Label: Yes           Value: =IIF(Parameters!GroupExpand.Value="No",Nothing,"Yes")
    Label: No            Value: No
    Default Values: “Specify values”
    Value: =IIF(Parameters!GroupExpand.Value="No","No","Yes")
    YearExpand:
    Available Values: “Specify values”
    Label: Yes          
    Value: =IIF(Parameters!GroupExpand.Value="No" or Parameters!CountryExpand.Value="No",Nothing,"Yes")
    Label: No            Value: No
    Default Values: “Specify values”
    Value: =IIF(Parameters!GroupExpand.Value="No" or Parameters!CountryExpand.Value="No","No","Yes")
    3. Right click SalesTerritoryCountry icon in the Row Groups dialog box, select Group Properties.
    4. Click Visibility in the left pane. Select “Show or hide based on an expression” and type with following expression:
    =IIF(Parameters!GroupExpand.Value="Yes", False, True)
    Select “Display can be toggled by this report item” option, and select “SalesTerritoryGroup” in the drop down list.
    5. Use the same method setting CalendarYear, (Details) drill-down with following expression:
    =IIF(Parameters!CountryExpand.Value="Yes", False, True)
    =IIF(Parameters!YearExpand.Value="Yes", False, True)
    6. Click SalesTerritoryGroup text box in the tablix. Select InitialToggleState property in the Properties dialog box, and type following expression:
    =IIF(Parameters!GroupExpand.Value="Yes", True, False)
    7. Use the same method setting SalesTerritoryCountry, CalendarYear text box with following expression:
    =IIF(Parameters!CountryExpand.Value="Yes", True, False)
    =IIF(Parameters!YearExpand.Value="Yes", True, False)
    After that, when we preview the report, we can use these three parameters to expand/collapse drill-down.
    Note:
    In our test, we may meet following issue. We can check the expression of InitialToggleState property to troubleshooting the issue.
    Applies to
    Reporting Services 2008
    Reporting Services 2008 R2
    Reporting Services 2012

    In SQL Server Reporting Services (SSRS), drill-down is an action we can apply to any report item to hide and show other report items. They all are ways that we can organize and display data to help our users understand our report better. In this article,
    we are talking about how to use parameter to control the Expand/Collapse drill-down options in SSRS report.
    Consider that the report has a dataset (dsSales) with following fields: SalesTerritoryGroup, SalesTerritoryCountry, CalendarYear, SalesAmount.
    1. The report has the following group settings:
    Parent Group: SalesTerritoryGroup
     Child Group: SalesTerritoryCountry
      Child Group: CalendarYear
       Details: SalesAmount
    2. Add three parameters in the report:
    GroupExpand:
    Available Values: “Specify values”
    Label: Yes           Value: Yes
    Label: No            Value: No
    Default Values: “Specify values”
    Value: Yes
    CountryExpand:
    Available Values: “Specify values”
    Label: Yes           Value: =IIF(Parameters!GroupExpand.Value="No",Nothing,"Yes")
    Label: No            Value: No
    Default Values: “Specify values”
    Value: =IIF(Parameters!GroupExpand.Value="No","No","Yes")
    YearExpand:
    Available Values: “Specify values”
    Label: Yes          
    Value: =IIF(Parameters!GroupExpand.Value="No" or Parameters!CountryExpand.Value="No",Nothing,"Yes")
    Label: No            Value: No
    Default Values: “Specify values”
    Value: =IIF(Parameters!GroupExpand.Value="No" or Parameters!CountryExpand.Value="No","No","Yes")
    3. Right click SalesTerritoryCountry icon in the Row Groups dialog box, select Group Properties.
    4. Click Visibility in the left pane. Select “Show or hide based on an expression” and type with following expression:
    =IIF(Parameters!GroupExpand.Value="Yes", False, True)
    Select “Display can be toggled by this report item” option, and select “SalesTerritoryGroup” in the drop down list.
    5. Use the same method setting CalendarYear, (Details) drill-down with following expression:
    =IIF(Parameters!CountryExpand.Value="Yes", False, True)
    =IIF(Parameters!YearExpand.Value="Yes", False, True)
    6. Click SalesTerritoryGroup text box in the tablix. Select InitialToggleState property in the Properties dialog box, and type following expression:
    =IIF(Parameters!GroupExpand.Value="Yes", True, False)
    7. Use the same method setting SalesTerritoryCountry, CalendarYear text box with following expression:
    =IIF(Parameters!CountryExpand.Value="Yes", True, False)
    =IIF(Parameters!YearExpand.Value="Yes", True, False)
    After that, when we preview the report, we can use these three parameters to expand/collapse drill-down.
    Note:
    In our test, we may meet following issue. We can check the expression of InitialToggleState property to troubleshooting the issue.
    Applies to
    Reporting Services 2008
    Reporting Services 2008 R2
    Reporting Services 2012

  • Integrating BI reports (with drill down) in EP

    Hi All,
    We want to integrate some BI reports in EP. What we want to achieve is:
    Display a graph (eg indicating sales revenue) in the iView
    Upon user click, drill down the report to view by various criteria.
    Would appreciate if anyone can provide tips on how to achieve this. Ive been contemplating on whether to use VC etc.  My apologies for not being so specific as im unfamiliar in the BW arena. Thanks!

    Hi,
    Once you've created the BW query, report or template in your Web Application Designer you can create a Bex report portal iView on top of it using the iViews templates.
    Read <a href="http://help.sap.com/saphelp_nw70/helpdata/en/bd/3d1640d4642402e10000000a1550b0/frameset.htm">this general info</a> on how to Display Content from BI in the Portal and <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/33/39fa40ee14f26fe10000000a1550b0/frameset.htm">here</a> about the Bex iView in specific.
    Hope it helps,
    Roy

Maybe you are looking for

  • Automatic creation InternalOrder inECC after Service Order creation in CRM

    Hi, After Service Order creation in CRM,  the automatic creation of Internal Order in ECC not happening, needs to be do the related settings. Can anybody share the stepts for the same to do the settings. rgds, balu

  • If i unistall itunes will i loose all my music

    If i uninstall my itunes will all my music be deleted forever once i re install my itunes

  • Delete snapshot subtree fails

    Windows 2008 R2 SP1 Datacenter with Hyper-V role installed.  OS on drive C.  Hyper-V configured to store everything on drive D. Created a snapshot of a VM prior to installing software update on VM. Update was successful. Shut down VM, then in Hyper-V

  • Missing one little piece of audio.

    Hello all, maybe someone can help me. I have encoded video and audio in FCP using Compressor into MPEG 2, using the 60 minute high quality encode. i import these assets into DVD SP and when i burn a dvd off DVD SP, i am missing one little snippet of

  • Google indexing problem. sitemap and so on

    Hi. I´ve been trying to get google to index my site but it asks for a sitemap. So I made one in one of those free services. But I have no clue what to do with it, where to put it and so on. I put my site out on .mac btw and here´s the url: http://web