Drill-down in web template

Hi Friends!
In my web template I have a tabscrip with three reports, with three diferents infoproviders.
I need create a 0MATERIAL drill-down , which filter the reports according this selection.
How must I custiomize the drill-down?
Thanks in advance!

Hello,
Create a drop down box in your report and assign it to 0material.
Then for dropdown box select one DP and others select under affected DPs.
Regards,
Shashank

Similar Messages

  • Drill down in webi report

    Hi,
    Is there any way to display the drill down in webi report.  For example:
    YearQuarterMonth--Week.......
    if the drill the Year option I can able to see all Quarter level measures and if I drill down further I can get into Month level measures and Week level and so on .
    But my question is When I drill the Year to Quarter...I want it to display both Year and Quarter and If I drill down further
    I want all the measures related to Year ,Quarter, Month and so on
    Basically want I need is a tree level hierarchy......Could any one plz help me what all changes I need to make in order to get a detailed report.
    Thanks
    Sushma
    Edited by: Sushma Reddy on Feb 9, 2010 9:44 PM

    Hi,
    Try to create a Class e.g Time in universe and objects to that class as year, quarter,month as
    Year Object -> data type -> D/N
    select To_date('sysdate','YYYY) as year from dual
    Month object-> data type -> D/N
    select to_date)'sysdate','MM') as month from dual;
    Quarter -> data type -> D/N
    case when @select(Time/Month) in (1,2,3) then q1
             when @select(Time/Month) in (4,5,6) then q2
              when @select(Time/Month) in (7,8,9) then q4
               when @select(Time/Month) in (10,11,12) then q4
    endcase
    Then create a hierarch in tools -> hiearchy ->custom hierarchy and add the above class there then in any report (Deski/WebI)
    you will get the above hierarchy and use it according to your requirement.
    Cheers,
    Suresh Aluri.

  • Bex Free characteristic drill down in Web i report

    Hi
    I have a question, we are using bex query as source for our web i report.
    for that if you have an idea on Bex query analyzer, we can drill down on a free char list in bex and each and every drill down bex query go back to cube and fetches and refreshes the data based on the selection.
    In the same way can i get the same feature in Web i report, when i drill down my web i report should go back to the Bex query
    and should refresh the data.
    Any help in this regards is greatly appreciable
    Thanks in Advance,
    Swaraj.

    Hi,
    What you described is an OLAP 'slice and dice' type workflow - try the Analysis web application (in bi4.0 launch pad). WebI can do some drill down,  but it is really best at consuming small chunks of rowsets (not 'flattened' OLAP datasets)
    webi does go back to hit the database,  but only when you click "refresh".  so you can add a new object, and it sometimes says "#TOREFRESH" - then user refreshes to expand the scope of analysis.
    this process was automated in XI3.1 (where the interface didn't prompt for the refresh) and customers typically complained of slow response times. i.e. they didn't realise the inclusion of a results object fired a new query.
    Regards,
    H

  • Missing records when performing drill down in Webi

    Hello everyone!
    I have a Webi report over a OLAP universe (BEx query), in which I have, among other objects, company code, wage type with hierarchy and personnel number.
    I want to build a report with the following layout:
    Company code 1 | Employee 1 | Wage type hierarchy | Amount
    With this layout, when I try to drill down through the wage type hierarchy, the displayed values are not correct (some records are apparently missing).
    When I remove personnel number from both query and report, the displayed values are correct.
    Has anyone encontered a similar issue?
    Thanks in advance for your responses!
    -Luís.

    Hi all,
    Turns out that our backend BW system was seriously outdated. There has been recently many corrections to the MDX interface. We have updated our service packs and this has resolved our issue.
    Thank you all for your help. Points assigned
    Best regards,
    Luís.

  • Drill Down in webi same like Bex?

    Hi,
    in BEx query if i have a free characteristics i can right click on result section and drill down to which characteristic i want. is there i can do the same way in webi?
    when i click on Drill in Analysis tab i dont see any objects there to select.
    Please help me.

    Hi Kool Sudha,
    In webi, There are lots of functionality just like Drill down, Fold-unfold, Hierarchy display etc.
    or Either there is other Reporting tool Olap Analysis its look like your analyzer.Just try that one.
    http://scn.sap.com/docs/DOC-7679
    Regards,
    Anish

  • Drill down in webi on Bex

    HI,
    How to perform drill down when using BEx query as source at web i level (there is no hierarchy created in BW)

    Hi,
    This is explained in Web Intelligence BI4 user guide (paragraph "4.5.1 Drilling on report data")
         You cannot use a Navigation path on BEx queries. Navigation path (previously called the drillpath)      has been replaced by the collapse/expand workflow on the real hierarchy.
    Regards,
    Loic

  • Lose chart drill-down for webi based on BEx/BICS

    Hi All,
    I have a client for whom drill-down through charts based on SAP hierarchies is an essential requirement. My research here (and elsewhere) has led me to the following conclusions:
    1. IDT Universe (.unx) can't be based on BEx query (functionality briefly appeared then was revoked with subsequent SP)
    2. The supported/recommended method for reporting against BEx query is the BICS connectivity
    3. A webi report based on a BICS (although offers nice new sap hierarchy interaction) does not support drill-down through charts
    Just looking for confirmation that I am correct...and that my reports will therefore need to be based off traditional universes (.unv), to achieved drill down on charts in webi?
    Appreciate any feedback.
    Thanks,
    Ferdie.

    Hey Ferdie
    1. Build table in WEBI Document include the Hierarchy object (0COSTCENTER).
    2. Choose the CostCenter, right click set as Selection.
    3. Now add new Blank Cell and put it near selection , enter there some text , like JUMP TO, DRILL and etc..
    4. Now select the CELL . right click , Linking and Hipper Link or Document Link, and choose there another document
       or you also can choose self document. When your linking to another webi document you can transfer to it parameters to   prompt. So Transfer the costcenter as parameter.
    The document link option available only when you run document in View mode (No rich client without JAVA). I will open OSS to SAP about this issue
    Also you can choose to open the document in current window, so then user will think that he is still in same document
    Example for link parameter:
    /portal/1110311905/OpenDocument/opendoc/openDocument.jsp?iDocID=AdJiD59b4kJKkhNpGCYT8Q0&sIDType=CUID&sType=wid&lsSpsCost%20Center%3A=Ness&sWindow=Same
    I hope this will work

  • How to perform drill-down on web besides in Runtime previewer?

    Hi, I tried to display my report on web browser. My reports contains drill-down fuctions(srw.run_report) which works great in Runtime previewer. However, when I tried to used Report Server 6i to delpoy my report on the web browser in html or pdf format, the drill-down function didn't work. Does anyone know how to do it? I appreciate any help. Thanks in advance.
    Joe

    Hi Rajendra,
    Again prasanth here, As u said, there is no more push button in 9i and 10g, ok. so u can drill down reports by using hyperliks which is only way(according to me). some may suggest to include JSP buttons. But u can simply place any text item like 'click here to run report' and in the property inspector(i.e.property pallette) set the hyper link property with the desination of your file. It may be a weblink or may be local file path.
    example
    hyperlink: www.oracle.com/..or
    c:\temp\test.rdf
    or u can write a trigger for that text item:
    1)right clik the text item
    2)goto pl/sql editor
    3)put the code
    a varchar(30);
    begin
    a:=srw_run_report('<the report link you want')
    return(a);
    but before doing this make sure that the item type of tha t text item property should be pl/sql(this can be set in property pallete of that text item)
    I think this help you,
    Thanks and Regards
    Prasanth A.S.

  • How to Enable Drill Down in WebI through Infoview

    Hello Experts,
    I have WebI report, I am running through Infoview and I see drill down option is disabled, can anybody help me how to enable drill down option.
    Thank you
    Ravi

    HI Ravi,
    Log on to CMC -> Application -> Right Click on Web Intelligence Rich Client -> Select your user -> Assign Security -> Advanced tab -> Select "Unassigned Rights" in Common Filter Settings -> Select Enable Drill Mode in Rights Name Column -> And assigned grant level to it.
    Hope this help.
    Regards,
    Rishit

  • Poor performance with WebI and BW hierarchy drill-down...

    Hi
    We are currently implementing a large HR solution with BW as backend
    and WebI and Xcelcius as frontend. As part of this we are experiencing
    very poor performance when doing drill-down in WebI on a BW hierarchy.
    In general we are experiencing ok performance during selection of data
    and traditional WebI filtering - however when using the BW hierarchy
    for navigation within WebI, response times are significantly increasing.
    The general solution setup are as follows:
    1) Business Content version of the personnel administration
    infoprovider - 0PA_C01. The Infoprovider contains 30.000 records
    2) Multiprovider to act as semantic Data Mart layer in BW.
    3) Bex Query to act as Data Mart Query and metadata exchange for BOE.
    All key figure restrictions and calculations are done in this Data Mart
    Query.
    4) Traditionel BO OLAP universe 1:1 mapped to Bex Data Mart query. No
    calculations etc. are done in the universe.
    5) WebI report with limited objects included in the WebI query.
    As we are aware that performance is an very subjective issues we have
    created several case scenarios with different dataset sizes, various
    filter criteria's and modeling techniques in BW.
    Furthermore we have tried to apply various traditional BW performance
    tuning techniques including aggregates, physical partitioning and pre-
    calculation - all without any luck (pre-calculation doesn't seem to
    work at all as WebI apparently isn't using the BW OLAP cache).
    In general the best result we can get is with a completely stripped WebI report without any variables etc.
    and a total dataset of 1000 records transferred to WebI. Even in this scenario we can't get
    each navigational step (when using drill-down on Organizational Unit
    hierarchy - 0ORGUNIT) to perform faster than minimum 15-20 seconds per.
    navigational step.
    That is each navigational step takes 15-20 seconds
    with only 1000 records in the WebI cache when using drill-down on org.
    unit hierachy !!.
    Running the same Bex query from Bex Analyzer with a full dataset of
    30.000 records on lowest level of detail returns a threshold of 1-2
    seconds pr. navigational step thus eliminating that this should be a BW
    modeling issue.
    As our productive scenario obviously involves a far larger dataset as
    well as separate data from CATS and PT infoproviders we are very
    worried if we will ever be able to utilize hierarchy drill-down from
    WebI ?.
    The question is as such if there are any known performance issues
    related to the use of BW hierarchy drill-down from WebI and if so are
    there any ways to get around them ?.
    As an alternative we are currently considering changing our reporting
    strategy by creating several higher aggregated reports to avoid
    hierarchy navigation at all. However we still need to support specific
    division and their need to navigate the WebI dataset without
    limitations which makes this issue critical.
    Hope that you are able to help.
    Thanks in advance
    /Frank
    Edited by: Mads Frank on Feb 1, 2010 9:41 PM

    Hi Henry, thank you for your suggestions although i´m not agree with you that 20 seconds is pretty good for that navigation step. The same query executed with BEx Analyzer takes only 1-2 seconds to do the drill down.
    Actions
    suppress unassigned nodes in RSH1: Magic!! This was the main problem!!
    tick use structure elements in RSRT: Done it.
    enable query stripping in WebI: Done it.
    upgrade your BW to SP09: Has the SP09 some inprovements in relation to this point ?
    use more runtime query filters. : Not possible. Very simple query.
    Others:
    RSRT combination H-1-3-3-1 (Expand nodes/Permanent Cache BLOB)
    Uncheck prelimirary Hierarchy presentation in Query. only selected.
    Check "Use query drill" in webi properties.
    Sorry for this mixed message but when i was answering i tryied what you suggest in relation with supress unassigned nodes and it works perfectly. This is what is cusing the bottleneck!! incredible...
    Thanks a lot
    J.Casas

  • Drill down report in EBS

    Hello Experts,
    we are implementing oracle EBS R12.1.3 for our one of the client, and they want the feature like drill down reports.
    As per my knowledge we cannot create drill down report using oracle reports builder. client doesnt have license for oracle discoverer.
    Can I achieve the drill down feature by XML publisher? If yes How??
    Thanks,
    Atul

    Hi Atul;
    please check below thread:
    R12: drill down XML Publisher Template
    Regard
    Helios

  • Drill down in Bex is different than drill down in WAD

    Hello experts.
    I have been creating queries in Bex for 6 years and am very familiar with the Bex functionality.  I recently started embedding some Bex queries into the WAD and of course am displaying them on the web.  I am experiencing an unexpected problem with drill downs on the web.  In a nutshell, the query drills DOWN as expected in Bex, but when I drill down on the web, the results are displayed ACROSS the web page instead of down the web page.
    I am not using any custom HTML, Java, or other custom code.  Has anyone experienced this?  Any thoughts on how to correct?  Here is more specific detail:
    Bex query looks like this:
    3 Characteristics in characteristics section.
    3 Key figures in COLUMNS section
    Nothing in ROWS section
    Drill down in Bex yields characteristic values in rows, and key figures in columns (appears to be perfectly normal behaviour)
    Drill down in Web yields characteristic values ACROSS the columns and key figures ACROSS the columns (not expected)
    Objective is get to Web result to behave identical to Bex results where characteristic values display in rows, and key figures display in columns
    Thank you.

    Hi
    Go to WAD and check for the Web items under Navigation.. and the result table.
    you will find the options for the same.
    Regards,
    Vishwa,.

  • Drill down on crystal report

    hello All,
    how can i drill down on a characteristic...in crystal report.Hierarchy is enabled for this characteristic in BW Query. Users want to click on the link  to take it to diff level...similar to the drill down in webi.
    how can we achieve this?
    thank you All for any inputs

    Hi Ingo,
    Yes we do have data in that combination. I have the same report created in Webi and work fine.
    I need to create the same report in Crystal.....with same results.
    Please find the  webi screen shot ......
    http://www.filehosting.org/file/details/139369/Screenwc.doc
    we need to be able to measure the headcount for each unit for last 12 months......we cannot have the report withought Calmonth.
    Edited by: pali1010 on Apr 29, 2010 4:50 PM

  • Two Bex Queries in one web template - drill-down should affect both queries

    Hi,
    I would like to have two Bex Queries in one web template with the same selection screen and free characteristics. When drilling-down on characteristics I want both queries to break down the figures. I cannot get the last part to work. We are using version 7.0.
    Any ideas how to make this work?
    BR,
    Tobias

    Hi,
    Refer these links it may be usefulin you case.
    WAD Pdf
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/749a4622-0a01-0010-36bf-b6b30a2a3a22
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/301db65c-f221-2c10-a9a1-f2236e3cea2c

  • Web Template (0ANALYSIS_Pattern) Drill down error

    Hi,
    Currently i am working on BI7.0 default web template (0ANALYSIS_PATTREN)
    When i drilldown on a Freechar i am displayed with
    Result set too large (1016010 cells); data retrieval restricted by configuration (maximum = 500000 cells)
    Please update how to proceed
    When i perform same action on 3X template results are displayed correctly
    Thanks in advance

    Hi,
    You can change the allowed size of cells by doing the following:
    se38-> SAP_RSADMIN_MAINTAIN and give object= BICS_DA_RESULT_SET_LIMIT_MAX.
    Chnage the value to the number of rows you wish to displa, say 1200000 in your case.
    There will be performace implications in allowing this as the report will take longer to run.
    Thanks,
    Nick.

Maybe you are looking for

  • Trying to install itunes on windows 7 pc and get an error message "service apple mobile device failed to start"

    trying to install itunes and getting this message "Service Apple Mobile device failed to start"

  • OfficeJet Pro 8000 Extra paper print

    I'm having an issue with getting my printer to act correctly. Each time I print something I get a  extra page that prints out as well as another sheet get pulled up into the rollers in which is the blank sheet that is printed first. Please help me wi

  • Publish the content selectors

    Hi I am Surya ,I am working in bea weblogic portal 8.1 I want to publish the content selectors which is created in the Portal Admin How should i display the html file which i have uploaded? When i access my home page ,i could not see the html File wh

  • Computer Freezes with X

    I got my X-Fi Xtrememusic a few days ago. I installed it and it worked wonderfully. Today, my computer started freezing. I would play Battlefield 2 for about 20 minutes and it seemed fine, then all of a sudden it would just freeze and the sound would

  • Types of cluster in ms sql server 2012

    Hi, I am not good in sql server, i got one requirement to migrate standalone ms sql server(which contains replications also) to cluster env, so i have few things to know 1) what are the types of cluster available in ms sql server 2012 2) any steps wo