Discoverer Reports with Portal- Report in Memory

Hi-
I have Discover reports on a dashboard looking portal page. I use page parameters to populate the reports. The thing is, when I navigate to that page after I log in, the last report I generated on the last login is still up and the parameters dont match. The parameters default back to the 1st ones in the LOV.
Is there any way to have a blank discoverer portlet, and not have the report up when I navigate to the page, until I submit the parameters?
Also...off topic...can a simple parameter form have a LOV of values that are dynamic? A sql statement? Right now I am hardcoding them in a LOV.
Thanks!!

1. I believe the parameters will always display what was used in the last run. Is this what you're asking?
2. Yes, a LOV can be associated with a table or view no problem. The simplest way to do it is to create a complex folder in the EUL (Admin version) that has the simple SQL you want to run. For example, it might be something such as:
folder name: cust_lov
select distinct customer_name from cust_table where cust_date >= '01-JAN-2006';
Then you would associate any item in any folder to use this item (customer_name) from this folder (cust_lov) as a LOV in the EUL via Admin.
So, you're just redirecting where each existing item you associate this LOV with to go there instead for it's values.
And as you want, as the table increases with more distinct customers, so does your LOV grow.
Two suggestions - or concerns to be aware of.
a. You don't want to generate your LOV on a large, repeating table (ie: you would not use something like an order table where each customer may have 100 different orders as this will bog down the LOV retrieval. Usually, use a smaller table that only has the distinct values (so you wouldn't really have to use the distinct clause in the select as shown).
b. You should turn off the user's visibility to that LOV folder (ie: not visible to user under that folder's EUL properties), otherwise they may use it and it's not guaranteed to be perfect. Alternatively, another method that NoetixViews used to (and may well still) use was to create a business area for all this good stuff (kind of like tools business area) and then stick this kind of thing in it. Then it keeps specially written LOV folders out of a particular business area (ie: ar_folder) and is not repeated in many business areas (as you know to just use the 'tools' business area for this sort of thing).
Hope it helps.
Russ

Similar Messages

  • Discoverer report with parameters and functions

    I am new to Discoverer. Is there a way to create a report (with parameters) of one line per customer such that the following data will be displayed for each customer?
    Among the parameters is: from_date (month & year) ,to_date
    The basic query gives totals for each date (month & year) for every customer.
    Among the fields displayed:
    1-customer_id,
    2-balance until from_date,
    3-total activity between from_date and to_date
    I have a function to calculate the total balance until from_date, but then I cannot get the total activity on the same line. I tried using another function and I tried using a total calculation but to no success.
    Is this possible?
    Thanks.

    Hi Markus
    You need to determine whether you can in fact call a Discoverer report using a URL before linking it in Portal. You need to run the report in Viewer first and then see copy the URL from the address line of the browser. Then you open another browser and paste the URL. You may well be prompted for a username and password but hopefully the correct report with the right parameters will then execute.
    Assuming this works you then paste the same URL link into Portal and you should be able to get the report to run.
    Best wishes
    Michael

  • How to call discoverer report with parameters over http link?

    Hi!
    I'm using oracle application server 9.0.4 (incl. discoverer).
    I have an oracle portal report where I want to call a discoverer report for each line over a http link. It is always the same discoverer report - with each line I want to pass parameters to my discoverer report.
    How can I pass parameters to the report? Is there another way rather than using GET parameters?
    Thanks
    Markus

    Hi Markus
    You need to determine whether you can in fact call a Discoverer report using a URL before linking it in Portal. You need to run the report in Viewer first and then see copy the URL from the address line of the browser. Then you open another browser and paste the URL. You may well be prompted for a username and password but hopefully the correct report with the right parameters will then execute.
    Assuming this works you then paste the same URL link into Portal and you should be able to get the report to run.
    Best wishes
    Michael

  • Running Discoverer reports into portal using SSO portal login - help

    Hi,
    I am trying to run disco reports into oracle portal using discoverer portlet providers -list of worksheet. What I want to achieve is as follows
    1) login to portal using SSO userid /pwd - Done
    2) Enable discoverer for SSO - Done
    *3) Use discoverer list of worksheets to show reports into portal but want to filter the list of worksheet to currently logged in portal user. This so that users looged in only sees the reports to which they have access in discoverer - Need Help*
    *4) Once user runs this report then I want to filter the discoverer data based on users login or portal group - Help*
    Can someone please help with issue no 3/4 urgently.
    Mant thanks
    Ganesh

    Hi Michael,
    Assuming I have created the private connections using CAPI I still have my doubts as follows
    Do I have to then login as each portal user and add the list of worksheet portlet for each user and selecting
    "check the box called Display a different list of worksheets by allowing users to customize database connection and then check Show a default list of worksheets using connection, changing the connection to user's connection."
    Considering we have 500+ users this will be huge cumbersom task for me.
    Also when I tried to do this before loggin as each portal user when I logged in as second portal user I could see the list of worksheet portalet added by the first user which means I have to edit it but even that was not possible because it would not let me edit as only the page own whi created the portlet was allowed to edit (that is the first user)
    OR
    Do you have to give portal user permission to edit the page so that they can log on themselve to add the list of worksheet portlet on the page by selecting their private connection and selecting
    "check the box called Display a different list of worksheets by allowing users to customize database connection and then check Show a default list of worksheets using connection, changing the connection to user's connection."
    Finally I know someone has made it work using URL links and it works as follows
    1) Map the portal and disco user into a table
    2) Create disco private connections
    3) when portal user loggs in and click on "Show my discoverer report" it then runs a PL/SQL package which in turn identifies the private connection details and creates a URL out of it as follows
    [http://portal.ccm.ac.uk/discoverer/app/partialConnect?password=IRTIMUDV123_=qplus=VDUMITRI=browser_selected=connect=RELATIONAL=QPRIS=viewer]
    clicking on this link open discoverer with private list of workbook/worksheet.
    Please advise which way should I follow.
    Thanks
    Ganesh

  • Discoverer viewer in portal or Drill to detail in Disco report in Portal

    Hi
    Is it possible to embed discoverer viewer into Portal page. I know one way, I can achieve this in older versions by using <IFRAME src="worksheet url"></iframe> as HTML portlet. But, the problem here is that, our Discoverer viewer is SSO protected. So,I don't want user to single sign on again, as they have already have done that when they got into portal.
    My second question is , I have developed Page-Detail report in Disco plus, also I have Drill to Detail in the same report. Drill to Detail is created using "Manage Link" option. When I deploy this report into Portal using Disco Portlet provider, firstly in portal it is not showing the Page Item, also the Drill through link also is not showing.
    Any help on the above questions would be greatly helpful.
    Thanks
    Balaji

    Hi
    Firstly thank you very much for your response.
    The Disco report I have is a Discoverer Plus report with Drill to Detail to another workbook(developed through manage link). But this Drillable link is not showing in the published Disco portlet. Are you saying that it should in the published disco portlet? .. As posted in previous response , I know this would work from Analyze link(which basically lauches viewer)..
    But users would like to see this drillable link in the report in portal page itself(which means on the published portlet itself). To achieve this only, I used Iframes in Html portlet and showing the Discoverer viewer url. It works fine, but only thing is each time user naviges to portal page, it executes the report which takes some time. I am trying to avoid the execution process. I think one solution is I can just schdule these Disco reports and that way it will not query the database each time. I was wondering if there is any other solution maybe I am missing
    Thanks
    Balaji

  • Registering Discoverer Reports to a Portal/Portlet?

    Can anybudy give me an idea how to register discoverer reports (workbok/worksheet) to Portal/Portlet?

    Hi
    Try to save to file with disco desktop and open it in the production environment.
    Ott Karesz
    http://www.trendo-kft.hu

  • Discoverer report with PO_RELEASES in R12

    Hi all,
    I'm migrating a Discoverer report from 11i to R12. The query of the folder uses the po_releases and this join condition "and rcv_transactions.po_release_id = po_releases.po_release_id(+)". When I run the report I get the error "invalid number" but when I tried the same query but using the po_releases_all it seems to work. Is this ok? I saw that in R12 po_releases is just a synonym, is this correct? I would appreciate your comments.
    Thanks in advance.
    Gabriela

    Thanks Hussein. Yes, I've checked the document you recomend, but the problem seems to be when I try to use po_releases, the synomy) and I don't know why it work with the _all table but not work with the synonym.                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Discoverer Report opened from Portal does not show correct data

    Hi,
    When I try to open a Discoverer report from a portal that I created, it shows stale data but when I click on "Analyze", it shows all the data correctly.
    Does anyone know what the reason could be for this?
    Thank you,
    Santoshi

    I assume you used the Discoverer Portlet Provider. A discoverer portlet is never live data. When you define the portlet you specify how often to 'refresh' the data. If you skipped this step, then you just get the data as-of when you created the portlet.
    Generally you specify the refresh time to be sometime after your usual database load completes.

  • Norton reports high memory usage with firefox and it crashes often

    Norton antivirus 2011 has pop up warnings reporting high memory usage from Firefox. I have been getting theem often and my computer is crashing often after those pop up warnings. Thanks

    Safe mode did not help.
    I have disabled ALL extensions and plug-ins, but the problem with "zig-zag" memory usage still remains (I've not tried to leave browser open for the night yet).
    I think I'll do clean reinstall with completely new empty profile (without sync'ed information) to try this out. If this works, I'll start adding stuff (configuration, sync, features, etc) to see what causes the problem.

  • With one condition included my discoverer report is taking hours to run

    Hi,
    I am trying to build a discoverer report based on a view and i have defined couple of conditions as per the business requirement. Here is my view which is executing fine from database and at discoverer level.
    Now the requirement is to get the details with conditions
    1. Application_date is not equal to apply date
    2. Applied_amount>0
    parameters should be
    Application_date low and high
    The report is successfully executing when i use condition1 that is application_date<>apply date with parameters mentioned.
    But when i define second condition at report level that applied_amount>0, its taking hours to run.
    Please advise me the way to use this condition2 so that it should be executed in normal time.
    Thanks,
    Prathyusha.
    Edited by: 958913 on Oct 10, 2012 1:28 PM

    Hi Srini,hussein,
    Thanks so much.
    Yes srini that is related to my post. I have tried all the options to make that condition workout. But hard luck i could nt able to make this work out.
    Im still wondered my query is successfully getting executed in database fine and when i give any condition on applied amount its taking hours to run from discoverer desktop and i dont find it executed anytime till now.
    I am not sure about enabling this trace option as i reviewed the ID's suggested by you and seems that all needs to be done with the help of DBA. But i dont have that much time to make this workout. This is an immediate business requirement and i have never seen this problem anytime with discoverer desktop.
    Any help would be appreciated.
    Thanks,
    Prathyusha.

  • How to configure discoverer reports with apps

    Hi,
    i developed a report in discoverer desktop.now i want to link or run the report in apps.
    how do i configure this ...
    can u help me out ..
    regds,
    kumar

    hi ,
    i gone through that note its very helpful to me ..
    but i have a doubt .the discoverer reports are opening with Discoverer viewer 4i.how its automatically taking the viewer to open..
    whether viewer is a tool(like admin&desktop or ???) . by default its available in application or whether we have to install or apply any patch or ...
    and also i tried to open existing(seeded) reports in application through disk desktop its giving the message subtitute item ....
    should i replace the existing item (in created workbook) with the new one (which we need)....
    pl u clarify me
    regards,
    kumar

  • Invocation report (Discoverer Viewer) with parameters from an application

    Hi everyone,
    I'm proving report in Discoverer Viewer invoking them from an application, which sends parameters to him.
    I cannot obtain, that they directly execute when doing click in the URL of execution with its parameters, but that opens the screen where it requests to enter the parameters, without assigning those that they are arriving to him in the URL.
    I verified if the problem were in the name of the parameters and apparently it takes the values from such by the order in which they arrive.
    Also I verified that the values of parameters are arriving correctly from the application.
    Somebody can help me with this?
    Thank you very much
    Ana

    Hi,
    I could resolve the problem.
    The creation parameters in discoverer reports is case sensitive with the parameters that arrive from an application.
    Anyway, thank you
    Ana

  • Viewing the discoverer reports through portal

    How can i view oracle discoverer reports through portal .Suppose
    i have portal page where i want to create few links on clicking
    of which these reports are renderer on the portal.
    What configuration is required for doing this ? i mean to enable
    the discoverer view what steps are required and what url is
    given .
    Any suggestion will be of great help.
    Neeti

    Hi All,
    We are also having similiar type of error in our portal. 
    com.sap.engine.services.prtbridge##com.sap.engine.services.prtbridge
    #######SAPEngine_System_Thread[impl:5]_13##0#0#Error#1#/System/Server#Plain###
    The cluster server element 125898350 is not added in the EP cluster context,
       because prtbridge on 125898350 is stopped  or not yet started
    (maybe the server is starting or shuting down).
    We have implemented the FPN using RRA.
    This error comes only for few users when they navigate in Portal. After clearing the cache, it works for all. Kindly help us to resolve this issue.
    Regards,
    Venkatesh

  • Launching discoverer reports from portal, limitation..

    Hi, I have already discussed this matter via a metalink SR to find that portal cannot launch a discoverer report using discoverer plus, but I have also been referred here by the metalink people so 'product management' can clarify whether the functionality we are seeking is never going to be implemented or if it may be in planning for the near future.
    Specifically, the users want to be able to launch the discoverer reports in discoverer plus, through a portal application accessed on their browsers. (instead of discoverer viewer).
    Thanks

    Actually there is, we just had to work the metalink guys a bit harder. We found this in the Oracle Business Intelligence Discoverer Configuration
    Guide.pdf (as found at http://download.oracle.com/docs/pdf/B13918_03.pdf)
    Page 212 of 304:
    13.5.3 Example 3: Starting Discoverer Plus
    To start Discoverer Plus, connect automatically as jchan to the Sales EUL, open
    a worksheet called January Analysis in a workbook called Monthly nalysis, you
    might use the following URL:
    http://<host.domain>:<port>/discoverer/plus?cn=cf_a156&opendbid=MONTHLY_
    ANALYSIS&sheetid=179
    So as the documentation claimed it to be a feature, we saught further help as the link structure above didn't quite work for us.
    It was assigned to development and a patch was released: Patch# 5403717
    Info:
    Use a new URL parameter 'workbooksource' after the patch has
    been applied.
    URL Guide:
    http://<server>:<port>/discoverer/plus?cn=< >&opendb=<WokrbookName>&wo
    rkbooksource=Database
    Hope that helps..

  • How to send an email with an attachment of discoverer report

    Hi Alll,
    My requirement is i should have one concurent program this concurrent program's output will be the discoverer report's output.. and i have to send this report output as an attachment through th email.
    Please advice me,
    Thank You.

    Hi,
    This cant be easily done,but you need to follow the steps.Go through this link to download Schduling through concurrent manager
    [http://ascbi.com/third_party_documents.htm]
    Hope it helps you.Award points.
    Best Wishes,
    Kranthi.

  • How Discoverer Reports cope with table name changes

    I want to change the name of an oracle table that is queried by a number of Discoverer reports owned by various users.
    I have been told that Discoverer might have the smarts to handle this without manual intervention of users having to open their reports and repoint them to the new tablename. Would someone be able to enlighten me?

    Thanks Guys for help.
    Additionally I'd like to add for the purpose of the name change is business driven and therefore it is important that business (report writers) see the new name so.....
    For each simple folder in the EUL there are there 3 attributes you need to be aware of:
    (1) Folder Name (the name as seen in Discoverer)
    (2) Identifier
    (3) Physical Database Object name
    (1) and (2) are used by a Disco workbook to resolve back to the physical object name.
    Therefore, you can change either (1) or (2) [but not both] and still have the workbook resolving back to the physical object name on the folder (ie (3)).
    In summation, I changed (1) and (3) while leaving (2) unchanged to resolve the whole glorious mess....

Maybe you are looking for

  • Retrofit between ECC 6.0 System and R/3 4.7?

    Is this possible? If I have ECC 6.0 as my Maintenance Landscape and 4.7 as my Implementation landscape? I thought it was however I am getting this error: The function is not available for this support package in target system Message no. /TMWFLOW/TRA

  • How to resolve BADMIFS file in SCCM 2012

    Hi, I am trying to resolve Hardware inventory issue on the machines which is not reported more than 10 days in SCCM 2012. I found there are BADMIFS files created in the below location. How to resolve the issue on the machines which is under below eac

  • Seeking best strategy for maintaining multiple encodes of video files

    So here's what I've been doing... Say that I have a home video that I've made in iMovie, shared it out to AppleTV format for my AppleTV, and imported to iTunes. I'd like to sync this to my iPod Touch. Ok, I need to convert it for iPod, no issues ther

  • Substitution order CIF to R3

    hello ! would you please advise me on the next: I defined interchangeability group in APO and it works fine in PPDS: have substitution supply orders for predecessor and substitution reqmnts for sucessor products, however, nothing is CIFed to R3. I cr

  • Help loading an image file

    Hi, I have an image on my movie that I am now able to move around and resize. What I want now is to replae this image with a different one (ie. user's own logo) by displaying a file browser window when user clicks on the current image. My actual imag