Disable Drill Down For Groups only except SubReport

<p> </p><p>Hi All,</p><p>I have 10 subreports and also 5 Groups sections in one report (version CR 10 - VS.Net 2005)   </p><p>I need to disable drill down on Groups <strong>except SubReport </strong>. </p><p> </p><p>Thanks in advance for any solution </p><p> </p><p>-Harini </p>

Where are the subreports located? You mention you have 10 subreports and also 5 group sections. Are the subreports located in the page or report header/footer sections? Are there detail records in the groups? If not, then you don't need to supress drill-down, there is nothing to drill to. If there is, suppress the detail section. If a user drills on the groups, there will be no detailed information visible.
Typically, if you have multiple groups and want to supress drill-down but still display the first group, you can use the 'drilldowngrouplevel >1' statement in the section expert to conditionally suppress the group. Right click the group, select 'Section expert', and click the formula button (the button with the 'X-2' and a little pencil) next to 'Suppress (No Drill-Down) Then, enter drilldowngrouplevel >1. This should do the trick if you have your report structured this way. If not, please provide a little more detail.
Thanks and good luck.

Similar Messages

  • IDA ALV - different behavior regarding "drill-down" for grouped attributes after upgrade to ERP 6.0 EHP7 SPS5

    Hello Experts,
    we have  upgraded our Dev System to ERP 6.0 EHP 7 SPS5 (coming from SPS4).
    We had implement an example with an IDA ALV. On SPS4 we could make a "drill-down" to the single lines of grouped attributes. Now with SPS5 this is not possible anymore if the grouping is done for more than one attribute.
    On the following screenshot it scan be seen that the grouping is done over a Peril attribute and the Currency. I can only make a drill-down via the peril attribute, so that the aggregated values per currency are displayed. ON SPS4 it was possible to make a further drill-down for the currency attribute, so that the different single lines were visible which were part of the grouping/aggregation.
    SPS5 behavior:
    SPS4 behavior:
    I did not found any new settings which steers the behavior. Also I did not found any note which gives a hint that this is a bug.
    Does anyone know if the behavior for that was changed and why?
    Thx & Best regards,
    Florian

    Hi Florian,
    it is related with the currency field and it seems to be a bug. Please open a ticket to get the problem fixed. The component is BC-WD-CMP-ALV.
    Cheers
    Jens

  • Discoverer: Disable drill down

    Greetings,
    Has anyone out there tried to disable drill down for a discoverer report?
    Sometime drill down looses it's context.
    Thanks for any help,
    Bradley

    Hello,
    This forum is about "Oracle Reports".
    For the forum about "Oracle Discoverer", got to :
    Discoverer
    Regards

  • Disable orange highlighting when drilling down by group

    Hey All,
    I am having an issue with a report that I am trying to publish (I did not design the report but need to get it fit for publication on our ERP). The report drills down by group (ie, company overall > department > employee) and for every drill down beyond the 'company overall', my group headers have an ugly and obtrusive orange highlighting that fills the entire text box (so that, say, the Human Resources page has the title, Human Resources, in a big orange box). It makes no difference if I manually set the color of the text box to white. Also, I have tried to manipulate through formulas the {@Department} (or {@Employee}) tag to no avail.
    Terribly frustrating. Any hints? Is there something simple I am overlooking?
    Thanks!

    Hi.......
    Welcome to SAP Business One Forum...........
    Can you please paste your query here so that I can help you possibly?
    Regards,
    Rahul

  • Unable to Drill Down for Report Designer

    hellooo...I created a report using a query in Report Designer. My query is having a structure in the row and I'm using this query for the report in Report Designer. After I created this report in Report Designer, I assign this report in Web Application Designer and create a navigation pane to link this report for the drill down function. But I have problem on drill down this report in the web template when i click on this navigation pane for the free char i defined. Eg: when i drill down for the char in the free char under the navigation pane item, I cannot perform the drill down horizontally but can perform drill down vertically. After perform drill down, I don't see the values from that char being displayed in the reports. Just wondering report in report designer cannot have any drill down function? or is my query problem due to the structure i defined? thanks alotttt...

    The report designer needs a fixed Column definition ( structures)
    In case of drill across this requirement is not fullfilled.
    This is not changable and is due to design, sorry.
    so you can only drill down.
    best regards,
    Kai

  • Drill down for infotypes

    Hi,
    I made a select-option for the field PA0290-PASSL,
    but, but i noticed that i couldn't drill down to the table contents of the pa0290-passl. I thought maybe it has something to do with the table being an infotype. Because the select-option works fine for transparent tables like MARA. Are there any way for me to make a drill down for an infotype table such as the one i mentioned above?
    Thanks,
    Frank

    Hi,
    You can use the following code for providing F4help.
    types: begin of ty_PASSL,
    PASSL type PA0290-PASSL,
    end of ty_passl.
    data: i_passl type table of ty_passl.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR PASSL.
    Select PASSL from PA0290 into table i_PASSL  where .....
    w_repid = sy-repid.
    w_dynnr = sy-dynnr.
    CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
    EXPORTING
    retfield = 'PASSL'
    dynpprog = w_repid
    dynpnr = w_dynnr
    dynprofield = 'PASSL'
    value_org = 'S'
    TABLES
    value_tab = i_PASSL.
    IF sy-subrc 0.
    ENDIF.
    Reward points if helpful.
    Thanks and Regards.

  • How do I create a drill down for my summary data?

    I have 7 fields of summary data with all having a common link called the customer account number.
    I have tried the following steps several time carefully and was unable to get my drill down to work.
    Insert menu > Group and chose the customer account number as my group field
    copy and paste the summary fields to the group header ( which I now have hundreds of GH1)
    Right click on the details section and chose Hide.
    Suppress the Group Footer
    File Menu > Report options and check on Show All Headers on Drill Down.
    I must be missing a step somewhere here.  I end up with no summary fields showing (to drill down into), and the customer account numbers showing.
    Can some check this out for me?

    hi Michael,
    you need a group to have drill down. you can't drill down on a report footer. if you can't group by these categories then you can't have drill down.
    your other option is to create an on demand subreport that you can open. i would suggest that you go through a bunch of the e-learning tutorials on crystal reports here. after that go to the online help for crystal reports and use the search tab and search for "creating an on demand subreport"
    you'd need to create an on demand subreport for each total that you are showing. again, please see the elearning topics especially on subreports, grouping. and then do follow the steps on on demand subreports in the online help.
    -jamie

  • Drill Down for Multiple Series in a Line Chart

    Hello,
    I seem to have a problem with the drill-down functionality in a line chart that has multiple series.
    I have a line chart that displays the readings of a patient over a period of 1 month. For each day, there is the glucose level reading, blood pressure reading, etc... So, each reading is a different series in my line chart graph.
    The basic requirement is: With a mouse over event on the chart, I am willing to display all the data that belongs to that day. The data will be displayed at the bottom of the screen in a small panel. It is very simple to do it when the line chart has only 1 series:
    i) Enable drill down.
    ii) Choose 'Row' as insertion type.
    iii) Fill out the destination field.
    iv) Make sure your labels (at the bottom of the screen) get the data from the destination cell.
    When there is more than one series, it becomes very difficult. XCelsius will not let me use the same destination cells for different series. So, I will have to use other destination cells. In that case, I will not know on which day is the user on. Is there any way to achieve this functionality?
    Let me know if you need further information.

    This is certainly possible, but there's a bit of a trick to it (and really hard to explain without screenshots!). There's two halves to it:
    1. Write the date that has been selected to a cell (for each series).
    2. Write the name of the series that was clicked to some cell (this is the property 'Series Name Destination').
    So let's say your three series are Glucose, Blood Pressure and Temp. Have those series names in B1,C1,D1 (with your dates down in column A). Insert a row below the series names (2:2), and then set up your insertion type for the chart as 'row'. The source data (for all three series) should be your list of dates in column a. The insertion cells for the three series will be, in order, B2,C2,D2. Now, depending on which point is clicked in the chart, the selected day will be inserted into one of those three cells. Completely useless unless you know which series was clicked.
    So you need to insert the name of the series that was clicked ('Series Name Destination') into the spreadsheet, let's say in F1. The rest is just Excel formulas. The logic is, you can now tell what series was clicked, and go and look up the date that was inserted for that series, then go and look up the row that corresponds to that date. So to get the date that was just clicked, your formula (in F2) would be =HLOOKUP(F1,B1:D2,2,0).
    Then a VLOOKUP will get the results from that row of data. For example, if I inserted another row at row 3 (to show my 'result' values) the formula in B3 would be =VLOOKUP($F$2,$A$4:$D$13,2,0).
    I hope that makes sense.

  • Drop down/drill down for the report

    HI I have a requirement to have a kind of drop down menu on the heading level. So that if the data is say sales by model, on the invoice_date column, the user would have the option to look at this weeks' invoices, this months, etc.
    I know there are Parameters up front to do this but they want this kind of drill down style.
    Is there a way to do this in CR or via one of the add on products?

    Hi
    Apply record selection formula.
    Create a formula field to display specific name for month, week etc.
    Apply a group on this formula field.
    Regards
    Sourashree

  • Group Description in Drill down and grouping on field

    I want to put a formula field for grouping, but I want to display some text(description) in group drill down.
    My group field is numeric and I want to display text on right side of drill down report.

    Hi Seema,
    In order to display a different group name you may try the below steps:
    -  Right click on the group and click on change Group option and then click on Options taband then check the box which says 'Customize Group Name Field'.
    - Now either 'choose from existing field' or 'use a formula as group name' to display the group description.
    This would help you to display the appropriate description for that field.
    Regards,
    Komal Prasad

  • Disabling drill down on workbook level

    Is there a way to disable drill up/down on a workbook level?
    Currently the drill action uses the hierarchies defined in the admin edition, which apply to all workbooks.
    In certain workbooks, particular the ones I use analytic functions like LAG, allowing drilldowns may result in incorrect results. How can I disable such drilling.
    Thanks!

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by [email protected]:
    Ernest,
    This is easy to correct. All you need to do is create a calculation of the variable that has the drill on it... then drop the field from the workbook and use the cal. in its place.
    Christopher<HR></BLOCKQUOTE>
    Thanks for the tip!
    null

  • 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

  • Unable to utilize Drill-Down for all Filtered Dates in Xcelsius Engage 2008

    Iu2019m very new to the Xcelsius Engage 2008 product and donu2019t understand what is needed to correct the drill-down problem encountered in a newly created dashboard. 
    The issue is with Drill-Down from a filtered chart.  For some reason, I am unable to correctly pick any data item from the chart located top of workspace to drill-down to the lower chart when selecting a month beyond Jan u201911.  
    Iu2019ve unhidden the Label Based Menu, List Box 1 and List Box 2 during attempt to find out why I am unable to drill-down when I select a month other than Jan u201911.  As youu2019ll see, when you u2018manuallyu2019 click in the unhidden List Box 2, the bottom chart is displaying the correct data.
    Also - new to post for this forum - is there a way to attached the XLF to help with visual support to the problem?
    Thank you,
    Deborah

    Hi there and welcome.
    First troubleshooting step is to add a spreadsheet component to your canvas so you can watch what's happening. Second, have a look at this step-by-step to make sure you're not missing any steps. http://blog.davidg.com.au/2011/04/xcelsius-interactivity-chart-drill-down.html
    Can you select only Jan '11? Or only up to Jan '11? Are you selecting whole months or days?
    Assuming that your second chart is filtering for this date, I would check that the formatting is correct. Try, for example, removing all formatting so that you're seeing 40668 instead of a date. Does that work?
    Also, it can be helpful to post your version number. This can be found under Help > About Xcelsius and will something like 5.3.5.0

  • Disable drill down option

    Hi! Can somebody tell me why I have disable the drill down options in all my charts???
    I´m using Xcelsius 2008, fix pack 1
    Thanks!

    Hi, Jessica Ordoz
    You want to say that Your Drill Down Option is Disable for all Charts if i understand you right it not allows you to enable Drill Down.
    In Fact when you Place a Chart you will find this option disable but it will automatically let you Enable it when you select Data Range for this Char.
    Please Reply if not able to Do that.
    Kind Regards,
    Faisal

  • Disabling Related Content for groups of users

    I only want certain members of my user community to have access to the related content I am providing, and want to exclude all other users from any related content.
    Does anyone know of a way to disable related content in PeopleTools 8.50 for groups of users (i.e. I want to hide the Related Information pagebar link based on security settings)?
    Also, I have found that the Related Information link is only displayed if the Customize Page link is also available on the pagebar. Is there any logical reason for this, or is it a bug?

    my solution here:
    Re: 3-state authorization function - {DENY | VIEW | EDIT}?

Maybe you are looking for

  • Error message in a table (not ALV)

    Hi there, i know that in ALV an error-message appears and the cell is marked if an user puts a not allowed value in the cell. Now i want to achieve the same in my non-alv-table. If a user enters a value in a specific cell, i want to output a message

  • Itunes has stopped working on our PC? Itunes attempted to load the C Runtime library incorrectly.  Reinstall. Error 7 Windows error 1114.

    When I try to play an audio cd or open itunes from programs, I get the following dialog box. "Itunes attempted to load C Runtime library incorrectly"  Reinstall itunes.  Error 7  Windows error 1114.  Do I uninstall from the control panel and then dow

  • Copy controls for resebvation to Goods issue

    Hi, i have an issue in that when i create a goods issue MB1A it does not copy the Handling type (HT) from the Reservation that I have just created and ref the goods iissue to it. It copies all the other entries material, batch, qty but not the HT. I

  • Calling class or jar file location

    I created one set of java api for third party application to call. How do I found out that the location of third party jar file or class file that call my api? Please advise.

  • JEditorPane acting incorrectly

    OK, I posted this previously but no answers. My code used to work with the 1.3 JDK but now it doesn't. I set a Jframe with a JEditor Pane inside it. Then I load a html page. If you select output page from the file menu the JEditorPane dumps the html