Remove default return link after drill down

Hi All,
We need to remove the return link in the report that display in drill down in report in new windows. Where do we need to configure in Browser Look and Feel files so that return links does not show up.
Thanks,
Sushil

Try this, this works in 10g for 11g try to get the class name
<style>
.ResultLinksCell
display: none;
</style>
if helps mark
~ http://cool-bi.com

Similar Messages

  • Return Option after drill down in the DB

    Hello,
    Got a requirement to remove return option after drill down in the Dashboard?
    Appreciate your help in achieving this.
    Thanks,
    Gouda.

    Gouda,
    Check this,
    Sasi Nagireddy
    Mark if helps,
    Thanks,

  • REUSE_ALV_LIST_DISPLAY row position after drill-down

    After using REUSE_ALV_LIST_DISPLAY to display output, user will scroll down several screens and drill-down into detail record.  Upon return to list, user is returned back to top of list (row 1).  How do I return user to same row position several screens down as when he did drill-down?

    hi,
    In  REUSE_ALV_GRID_DISPLAY it fulfill your requirement automatically, in that after the user command they execute the following statement
        rs_stable-row = ls_selfield-row_stable.
        rs_stable-col = ls_selfield-col_stable.
    i don't know whether its useful for you
    cheers,
    sasi

  • *Can I pass default Selection dynamically for Drill Down Charts*

    Hi
    I am having Charts with Drill Down tab and I am currently having to select a value for the Default Selection Combo Box while saving the chart.
    I want to be able to update this default selection depending upn data coming from the XML / Webservice. Is there a way to update the Default Selection dynamically ?
    Please let me know if anyone has come across this.
    Thanks,
    Rahul
    Edited by: Rahul Modey on Sep 2, 2008 5:15 PM

    Hi Rahul,
    Drill Down > Default Selection > Series/Item may not be filled dynamically.  They must be selected manually.
    Good Luck.

  • Hyperlink on fields to be enabled only after drilling down

    Hello,
    I am facing a issue with drill down on OBIEE 10g. The issue is as below:
    We have a geography hierarchy - Theater -> country -> state -> city.
    Summary report for Orders will have the total $ value for the entire month. The summary report starts from the theater level and user can drill down to the city level Total $.
    User wants a hyperlink on the total$. When user clicks on the $ value it should take the user to a detail report, that will show the individual orders that make up the total $.
    But the User wants the hyperlink to be enabled only when he has drilled down to the city level.
    Is there a way to achieve this? Please let me know.
    Thanks
    Vin

    Hey,
    there is a way to achieve that but it's not pretty instead of drill down create four reports top report only theater and total second theater,country and total third report theater,country,state and total and the final report all the 4 and total and keep navigate option on each reports in the final report hyper link total if the user is ok with this way try it.

  • Linked Charts (Drill-Down)

    What is the process for creating drill down charts in APEX? For instance, chart one will show the names of all servers and the count of mount points. Clicking on a server name would take you to a chart that listed mount points and disk space.
    SELECT server, count(mounts)
    FROM table
    SELECT mount, sum(diskspace)
    FROM table
    WHERE server = 'selection from chart 1'
    I've seen the format SELECT null AS link, col2 AS label, col3 AS value but am not sure what needs to go in the label portion. Any help would be appreciated!

    Blake,
    The link is used for the drill down and the label as the word to display. For example, the average salary by department would show the department name via the label. Here's an example query that I've not really tested...
    SELECT 'f?p=' || :APP_ID || ':10:' || :APP_SESSION || '::::ITEM_NAME:' || dept.deptno AS link,
       dname AS label,
       AVG(sal) AS value
    FROM dept
    JOIN emp
       ON dept.deptno = emp.deptno
    GROUP BY dnameRegards,
    Dan
    Blog: http://DanielMcGhan.us/
    Work: http://SkillBuilders.com/

  • Crystal report reverts back to saved data after drill down

    Hi,
        I've created a crystal report and published it to BOE. Whenever I open the report and refresh it, it fetches recent data without any problem. But when I drill down in the report, it shows the saved data instead of showing the recent data in the drill down. If I come back to original report from that drill down again it reverts back to saved data. Again I've to refresh the report to view the recent data.
    Any idea how can I fix this?
    Regards,
    Sanjay

    Hi Sanjay,
    Please do post this question in the BusinessObjects Enterprise thread BI Platform
    The peoplt there would be the best people to answer your query.
    Hope this helps.
    Regards,
    Jay.

  • How to save the changes after drill down

    hi guys,
    It could be great help if any body suggest me on this....I always use it modification and it takes me time to built it (through drill down , swap...). But every time I get out - I need to rebuilt it. Can
    You tell me, must be a way to save my modificated bex analyser for my use.
    Regards,
    Preety

    Hi,
    Create additional sheetes in the workbook and embed the query and drilldown to your required drilldowns. This will retain the navigation sheet for the new worksheets.
    Thanks
    Sundar

  • Return button on drill down report not working

    We have a Action Link on report 1, when a user clicks on it it will open a new window and shows report 2, by default there is return button on report 2, When i hit return button on report 2 its taking me to report 1 on new window, We want it to go to report 1 in main window
    Is this a bug by the way we are on 11.1.1.6.7 ? Is there any work around available for this ?
    Thanks

    Hello,
    For detailled instructions about hyperlinks :
    Oracle® Reports Building Reports
    10g Release 2 (10.1.2)
    B13895-01
    3.6.10.1.8 Creating a hyperlink using the Property Inspector
    http://download-uk.oracle.com/docs/cd/B14099_17/bi.1012/b13895/orbr_howto.htm#i1062802
    Regards

  • Removing Drill Down is not summing up the values for key figure

    Hi ,
    While analysing the data in BW report , I have encounter the problem in getting the correct data.
    BW report is showing two records for material , having different customer ie. customer1 & customer 2 .
    If i remove the customer from the Drill down , then values is not summed up , rather it is showing the values only for customer1
    Scenario:
    With  customer drill Down:
    Material    Customer   Key Figure1   Key Figure 2
    Mat1       Customer1     1000          2000
    MAt1       Customer2     3000          4000
    Without customer Drill Down
    Material  Key figure1  Key Figure2
    Mat1          3000          4000
    In the query designer there is restriction of customer on two characteristic in default value pane.
    The issue is happening for particular material , for other material , BW report is working fine.
    Please suggest , to resolve the issue.
    Regards,
    Sudheer

    Hi Sudheer,
    What properties are set on your key figures 1 & 2.  Could they be set to Min or Max.
    There may be an aggregation level set if they are calculated key figures that is worth checking.
    With regards
    Gill

  • Help required on drill down ...

    I have a report generated on a multiprovider. I run the query to generate the web report on that multiprovider. My problem is If i want to drill down to document level, the data are not tallying before and after drill down.
    What are the possible remedies for this ? Hope for an quick reply,
    thanking you in advance
    D Bret

    Dave,
    You could try the Analysis Process Designer for the same, that might give you a better picture of your joins.
    Also the reason your data might not tally could be because of incorrect joins.
    Arun

  • Sort control does not show in drill down ?

    I have a sort control attached to a column header in one of my report and it works fine. However it does not show up in the drill down sections. Is there a way to fix that ?
    Thanks

    I am sorry if my question was not clear of i am misunderstanding your solution.
    My sort control shows up in the grouped data but does not show up in the drill down page after drilling down. what can i do for the sort control to show up in the drilled down page

  • Drill down in reports

    Hi,
    when I want to work with drill downs is this only possible with using hierarchies for the neccessary characteristics?
    I'm working with SAP BW 3.5 and 7.
    Thanks in advance.
    Edited by: saplaz on Jun 23, 2010 11:11 PM

    The report shows for example:
    Risk class 1 customerX 500 Dollar
                        customerY 300 Dollar
                        customerZ 200 Dollar
                        Sum 1000
    after drill down
    Risk class 1.1 customerX 500 Dollar
    Sum 500
    Risk class 1.2 customerY 300 Dollar
    Sum 300
    Risk class 1.3 customerZ 200 Dollar
    Sum 200
    The thing is that I only want to see one row with the risk class like that:
    Risk class 1 1000 Dollar
    after the drill down the other rows should appear
    Rc 1.1 customerX 500 Dollar
    Rc 1.2 customerY 300 Dollar
    Rc 1.3 customerZ 200 Dollar
    Any ideas how this could be done?

  • BPC 7.5 MS Drill Down works on one dimension in rows but not the other

    Good day,
    Working in BPC 7.5 MS.  I have a piped report with 3 dimensions in rows.  Members in the first dimension are hard-coded in the expand range.  The second dimension is a combination of SELF and DEP members.  The third is set to SELF.  In our original AppSet, I can double-click drill down on both the second and third dimensions without issue.
    I've re-created this report in a new AppSet (same BPC version).  All settings are essentially identical (I've double and triple checked).  The drill down works on the second dimension, but not the third.  I've run out of places to look to find the problem.  Any thoughts?
    Thanks in advance.
    Kim

    It took a while but I finally found some quiet time to re-visit this issue.  Thank you for the suggestions above.  Ultimately I verified that the hierarchy, member selection and tables were all ok.
    My next step was to create a new EVDRE with the same members and slowly factor in the piping, membersets, etc.  Drill down worked appropriately.  So that told me something else was at work.
    Turns out the problem was with one of the 'display' columns to the right of the row key range.  These columns use formulas to display a triangle if the member isn't calc, thus giving the end user a visual clue that you can drill down on the member.  Long story short, BPC just didn't like that formula.  A minor change (along with some conditional formatting to replace the piece of formula that was removed) eliminated the problem.  Drill down is now working.

  • Column selector addition on drill down.

    Hi,,
    Problem: Can we dynamically add column selectors for those column which appear after drill down...
    Details:
    we have a report where we have 3 columns,
    A, B
    1st & 2nd columns have selectors on them...
    1st col -> Select A or B
    2nd col -> Select B or A
    now if i drill on col 1 i get
    A, C , B
    Can i some how put a column selector on top of it to slice n dice the report..
    I.e. now i get
    1st col -> Select A or B Or C
    2nd col -> Select B or A or C
    3rd col -> Select C or A or B
    Thanks,
    Dev

    No i want it on the report level & dont want to change the navigation path...
    For ex: i have a column whihc has a column selector. I click on the data in it & I get the next level on the report.
    Year
    Year --> Quarter
    now I want a column selector for the next level too. Can we manage doing this on drill down.?
    Thanks,
    Dev

Maybe you are looking for

  • I have the Mac OSX and I accidentally erased iPhoto, how can I reinstall it?

    I have the Mac OSX and I accidentally erased iPhoto, how can I reinstall it?

  • I forgot my password for the laptop can I reset the password ?

    I have my apple id but I've forgotten the password for the computer can I reset it some how?

  • Warum sind meine Color Swatches verschwunden?

    Hallo, in Illustrator habe ich eine Zeichnung mit dem Pencil Tool und meinem Tablett nachgezogen. Dieses Tablett ist entsetzlich unzuverlässig, und clickt ständig wo es garnicht soll. Und mit einem Mal waren meine Linien nicht mehr schwarz, sondern n

  • 720p vs. 1080p vs. ?

    There is a lot of talk about the mac mini media center. I feel like I can handle most of the material covered in most of the articles / discussions. The thing I least understand is the thing least discussed as far as I can tell. I need to buy a TV. I

  • CC and Dubbing

    Guys, We have an FCP setup. However, we now air on 5 stations.. For our current closed captioning, it gets typed out every week, then appplied to the file and dubbed out. Is there a machine that can create the cc from scratch without human involvemen