Sheet runs query twice? (Not with drill-down)

I have a sheet that seems to run more than one query.
The Progress bar counts down, and then completely restarts. Each query takes about the same amount of time.
A few facts:
--This is using Discoverer Plus.
--Also, we're patched up to 9.0.2.53.12.
--The sheet does not include a drill.
--An examination Sheet / Show SQL shows only one SQL statement.
Before I enter a tar, has anyone seen this behavior?

Just a guess, I think you're seeing one progress bar for the query time estimate prediction and a second progress bar for the query runtime. Sounds like the "guesstimator" takes the fully alloted time to decide the query is short enough to not ask you whether you want to complete the execution of the query. Then (I don't know why) the progress bar starts over for the rest of the query execution time.
Please let us know if you find something else.
Thanks.
-John Hagel

Similar Messages

  • Webi report on OLAP Bex query -  Cost element Hierarchy not working Drill down

    Hello,
    We have a BO report on Bex query, Not on universe, we have a Hierarchy for Cost Element Group, and we are expecting the Drill down functionality for that in BO report, but it does not.
    Webi report on OLAP Bex query -  Cost element Hierarchy not working Drill down
    Any pointers how to do it please
    Thanks
    Krishna

    Hi,
    WebI reports on BEx source don't use same Drill feature as other sources, it's replaced by expland/collapse of hierarchy nodes (documented in WebI user guide in § "24.1 Drill defined"). This means you have to create query which selects all hierarchy sub-tree you plan on exploring later in report, otherwise if no data is available under a node there will be no '+/-' sign to visit this part of tree.
    You could try first to select "All members" from hierarchy in QueryPanel and see if behavior in report suits your needs. Then you should restrict hierarchy member selection to what's really needed to avoid performance issues.
    Regards,
    Loic

  • Exporting a Report to a pdf file with drill down!

    Hi,
    I would like to export a Report to a pdf file.
    My Report includes drill down options. I require the exported pdf with drill down options.
    (Similar to Navigation options in a PDF file).
    I hope this makes sense.
    Please provide a better solution for me.
    If am not wrong, this facility is not available with Crystal Reports!!!
    Thanks,
    Ramesh.

    Hi Ramesh
    You can download the trial versions of the Crystal Report from the following link:
    https://websmp202.sap-ag.de/support (Please copy the link and paste it to your web browser).
    You can get the license by putting a request in the follwoing link:
    https://websmp202.sap-ag.de/support(Click on Request License key under Service Corner).
    Hope it helps.
    Regards
    Sourashree Ghosh

  • Dynamic filter with drill down in WAD

    Hello Expert,
    I am new in WAD and I have a requirement as below:
    Data in Provider:
    Mat1  Mat2   Plant   qty
    M1     M2       P1      10
    M1     M2       P2       20
    Report layout in Bex as below:
    Row:
    Mat1
    Column:
    Qty
    Free char:
    Mat2
    Initially I open the WAD report, data should filter on Plant = P1
    Output:
    Mat1  qty
    M1     10
    Now If I right click on Mat1 (select filter value and drill on Mat2 level) data get filter on Plant = P2, it show as below
    Mat2  qty
    M2    20
    How I can achieve in WAD.
    Thanks in advance!!!
    Regards,
    Abhishek

    You can restrict the value in variable screen with default value plant as "P1" and added the query to template. Now you can executed the query in portal you drill down through context ment filter -> filter on value then select the value to "P2" and add it then click "OK" it will show only P2 value. http://help.sap.com/saphelp_nw73/helpdata/en/44/33eb19e2173ec8e10000000a1553f6/content.htm https://help.sap.com/saphelp_nw73/helpdata/en/43/152fa54b315a38e10000000a422035/content.htm

  • Not getting drill down in Excise Tab during MIGO

    Hello,
    I am not getting drill down in Excise tab during MIGO only "no excise duty" coming. I have configared SPRO - Logistic general - Tax on goods movement - India - Business transaction - Incoming excise invoices - Define processing mode per transaction .Along with maitained J1ID too.
    Can any one have idea on this.

    Hi,
    Check for the -J1IEX -Active for all activities in 
    SPRO - Logistic general - Tax on goods movement - India - Business transaction - Incoming excise invoices - Define processing mode per transaction.
    Then check  for the Support package of -Logistic and accounting.any Notes are missing.
    Properly maitai J1ID  details w.r.t Vendor,materials,excise rates,etc
    Is all  Tax details are showing in your PO invoice Tab ?
    with regards
    Shrinivas gangoor

  • Suppressing sub-section with drill down OK

    This may be an easy one that I just cannot figure out (I hope...).
    I have created two details sections - details A and details B.  I would like to suppress details section B while still allowing for drill down capabilities.  However, that option is not available.  I can either suppress the entire details section (A and B) with drill down capabilities or suppress either A OR B with no drill down capabilities.
    Any and all help would be truly appreciated!!

    I can only think of using an on demand subreport which sits in Details b. but the row and the SR lable will be visible for all records.
    Ian

  • Problem in Viewer with drill down, Working fine in Plus

    Hi,
    I am using the cross tab reports with drill down functionality. In the viewer version I am getting the following error:
    An error occurred while handling the event. See the application log for more details.
    - The numerical value entered was too low.
    This one working fine in Plus. .
    As for your information this one is working fine in both plus and viewer in development instance and not working in PROD instance.
    Please help me out.
    thanks.

    Update
    Hi Guys the report is working fine with cross tab . Its giving the above error when ever I click the Drill to link which takes to the another detail report.
    thanks in advance

  • Required funnel with drill down

    Experts,
    Any sample example of Funnel Chart with drill down option available in Jdev 11.x ?
    thnks.

    Hi user 552235...
    I am not sure if my next post will help you, since I am not working with portal, but I had a problem with drill to link in the same disco version (10.1.2.48.18) and the problem solved after applying patch 5507746 for bug 5475467.
    You can read more in metalink with the number I supplied you and try in a test environment of course...
    Hope this will help you solving your problem, if it does please update the thread for the rest of our community...
    Gidi Halamish

  • Calendar with Drill Down Report

    Hello,
    Everybody.
    I am new to Application Express.
    Please any one tell me step by step how to make calendar with drill down report.
    Waiting for valuable reply.
    Thanks
    Rahul

    Not sure if this is what you wanted, but I have links on a calendar, and when you click them, it branches to another page with details about the event.
    To do this, create a calendar region. The SQL statement should have at least 2 columns: The date of the "event", and the text to display as a link. You should also choose a primary key that you want to pass to the drill down report when the user clicks. Something like this:
    select hiredate date_scheduled,
              ename display_column,
              empno
       from empIn the calendar attributes of that region, there is a place to designate which column is the date, and which should be displayed. Go down a little further and set the column link. Put the page you want to show the drilldown report on, and set any variables you need to.
    Hopefully that helped. Its pretty simple once you play around with it - start simple and then once you get the hang of it, make it more complex.

  • Problem with drill down in time dimension - OBIEE 11G

    Hello There,
    I have a problem with drill down in time dimension. The hierarchy for time dimension is " Fiscal Year---> Fiscal Quarter---> Month(Name)--->Date". When I select a Time dimension and click results its getting opened in a Pivot table view. The problem here is, when I click the "Total" its getting drilled down to Year ---> Quarter but when I click on "+ sign next to quarter" it should drill down to month for that particular quarter for that particular year but its drilling down to month for that particular quarter for all years.
    Any suggestions are much appreciated.
    Thanks,
    Harry.

    1.) Congrats for resurrecting a year-old thread.
    2.) Your answer is here: "Check the level key of the quarter level...it should include both quarter and year columns. Since a specific quarter occurs every year, quarter column alone can't be used as the level key."

  • OBIEE-- Google Maps With Drill Down Facility

    Hi All,
    I want to create a map chart ie., google maps in OBIEE with drill down facility.
    This is my Hierarchy -> From country to state to city .
    I have this data in my table in the database as columns.
    I know to create google map but dont know how to include hierarchy, please let me know if this can be done.
    Thanks in Advance

    Firstly:
    http://catb.org/~esr/faqs/smart-questions.html#before
    Then look at:
    http://obiee101.blogspot.com/2009/03/obiee-google-maps-multiple-addresses.html
    http://www.artofbi.com/index.php/2009/07/obiee-and-google-maps-integration/

  • Input-Readiness of Query with drill down

    Hello experts,
    I've got an issue with the input readiness of a query.
    In the Query I use the characterisitc "Plan" as a drill-down-characterisitc.
    So I don't filter the query for the characterisitc 'plan' but I use it as drill-down-characterisitc, that ervery row is assigned to one 'plan'.
    My problem is that the query is not input-ready.
    Every other selection is correct. If I change my filter and filter the query for just one "Plan"-> everything works fine and the query is input ready.
    When I filter for more than one "Plan" the query is not input-ready, even the characteristic "Plan" is used as drill down charactersitic in the query rows.
    Furthermore:
    In the characterisitc-relationships of the cube, the characterisitc "Plan" is used as source characteristic for relationships with derivation.
    I tried to deactivate all characteristic-relationships. Same problem:
    - Input ready if I filter for just one plan
    - Not input ready if I filter for more than one plan and use the plan for drill-down
    It is not:
    - a data slice problem
    - not a problem of the unique selection in any other characterisitcs
    - data load behaviour of the cube
    - chnge mode settings in query
    If you have any idea, please let me know
    Thanks
    Johannes

    Hallo Herr Hilscher,
    Not input ready if I filter for more than one plan and use the plan for drill-down
    Kannst du noch mal erklären?
    Danke.
    With regards,
    Anand Kumar

  • Execute query with drill down using abap

    Hello together,
    I need to execute a query using abap and I need the result of the drill down on one characteristic in the query.
    I try to use RRX_GRID_CMD_PROCESS to execute query, but I don't understand how to do the drill down.
    I thought I have to specify somehow the name of the object on which I need to make the drill down. I tried to send this as a parameter to e_t_drill... but this is not working. I have also seen that
    e_t_drill[] = g_sx_buffer-r_request->n_sx_request-drill, but this is empty.
    Could you, please explain how to do this?
    Thank you,
    Iuliana

    Our RKF def is as follows:
    Keyfigure: 0deb_cre_lc
    Chars:
    Posting Keys: 01,02,11,12
    Year start date: Restricting it with a variable created on it. Variable is of type Customer exit.This variable
    gets value from key date which is entered by user dynamically.
    Specified the offsets of Yr start date as 0 to 365.
    Regards,
    smitha.

  • Query with drill down and w/o drill down

    Hi experts,
    We created a query with a RKF. In the output we are getting the RKF value correctly. But when we dril
    downed a characteristic i.e Special GL Ind the output is not matching. It is showing incorrect value when
    compared with the value without drill down. But if we remove the drill down then it is showing the correct
    value. What is the reason for this ?
    Regards,
    smitha.

    Our RKF def is as follows:
    Keyfigure: 0deb_cre_lc
    Chars:
    Posting Keys: 01,02,11,12
    Year start date: Restricting it with a variable created on it. Variable is of type Customer exit.This variable
    gets value from key date which is entered by user dynamically.
    Specified the offsets of Yr start date as 0 to 365.
    Regards,
    smitha.

  • Calculation of KFs at query run-time based on Characteritics Drill-down

    Hello All,
    I have an Important Issue which I need to solve but got stuck.
    The report requirement is that we need calculate the KF values based on the drill-down selection in the report at run-time.
    Say for eg: if the user is drilling-down the report by customer, plant or company code or any thing else other than material group...we need to calculate / Include KF values for only Materail Group  = "A" and if we are at the materail group level we need to calculate all the material groups which includes A, B, T and so on.
    Please suggest what are the avialable options for me like using virtual key figures. please provide me with some sample codes.
    your help will be highly appricated.
    thanks,
    Pra

    any toughts....Pra

Maybe you are looking for

  • How can you reset your iphone when its disable with sync to a new computer

    Someone help mhe !r

  • Problems after updating to 10.8.3

    Since updating to 10.8.3 I can't throw anything in the trash from my email. I get this type of error: "296750.emlx" couldn't be copied to "Messages" because an item with the same name already exists.  Then numbers change, but they each end with .emlx

  • Bridge doesn't display and generate RAW previews right

    Hi everybody, 1. problem: Bridge doesn't load the prewiews of RAWs, just if I click on the picture. Before, it loaded the miniature pictures within a few seconds. We didn't change any settings. 2. problem: Bridge doesn't display DNG formates right (s

  • Security Sandbox Violation when calling a remote service from a worker

    From my application, I make calls to a BlazeDS server, that works fine. I added a worker that calls the same services on the same server. But then, only for the calls from the worker, I have a Security Sandbox Violation error. I launch the applicatio

  • Cleanup after uninstall

    After uninstalling CS3 Production Premium in favor of installing CS4, I am still left with all the CS3 folders and subfolders in my C:\Program Files directory.  Cany I simply select and delete all of these CS3 folders--or will that cause reference is