Running-report-for-all-values

Hi ,
Based on this link i have implemented this logic....
http://bischool.wordpress.com/2009/08/26/avoid-running-report-for-all-values-on-dashboard-when-using-multi-select-prompt/
But for the intermediate report its taking more time to run...nearly 4min...is there any way to reduce it.
Thanks

hi User,
Quick question
Why you are giving (-1) value's as per the doc we can give any value which has to give no results? Have u tried to give some other value ?
Next,Do u have left outer joins between those tables? If yes you should face the same problem with the main report because the filters to be same as intermediate report am i right ?
First tune-up the rpd and get the main report query ,run-it over DB
Due to huge data and the join taking more time....is there way any thing to add to reduce the time??Huge data ?? Intermediate report will not get any results i think it will not take more time to give a message,but due to join conditions only it is taking long time to run
Note :Before getting value from DB it will check the where condition( joins)
Thanks,
Saichand Varanasi

Similar Messages

  • Need to run the report for All Values when Null is passed in parameter

    Hi All,
    In my BIP report, I am using a parameter :asset with Type as Text, which means user will type the values for the parameter in the text box.
    Now, this parameter can take multiple comma separated values. I have a requirement to run the report for All Values when user doesn't enter any value in the parameter text box and if user enters any value(s) then the report will run for those values . The way, I tried to handle that in the query using couple of ways was :
    IMP : My Database is SQL Server
    where
    (table.asset = isnull((:asset), table.asset) or table.asset in (:asset))
    Now this works fine when I give a single asset number but when I give multiple values separated by comma like 123, 345 in the text box, then the statement fails saying 'encountered ,'
    I also tried simply
    table.asset in isnull((:asset),table.asset) -- but this doesn't work as it doesn't allow me to use in operater while using isnull and if i will use = operater then it won't work in case of multiple values
    Any suggestions on how can I handle this? Any help would be highly appreciated.
    Thanks,
    Ronny

    thanks for replying, but i tried this option too, it did not work for me, neither isnull nor coalesce. I mean, the solution work for single value but when i pass multiple values then separated by a comma then it doesn't work and shows me an error like "Incorrect Syntax ','". I am using SQL server as DB and bip is 10.1.3.4.1
    also please share the SR number, so i can also check the same.
    can there be any other work around to this?
    thanks,
    ronny

  • Pull out Report for all configured Collection veriables in SCCM 20007

    Hi All,
    I have tried many ways but failed to pull out a report on collection veraiables.
    It would be great, if someone could suggest how to pull out a report for all collection veriables which are configured.
    Thanks
    Regards, Dan

    Hi,
    Check if this link helps :
    http://it.peikkoluola.net/2013/09/30/display-a-sccm-collection-variable-and-its-value/
    ~ Räjeésh M | Blog:
    ScorpITs | Please remember to 'Mark as Answer' or 'Vote as Helpful' on the post that helps. It helps others reading the thread and recognizes useful contributions.

  • How to remove asterix symbol which appears in report for empty values?

    Hi Experts,
    I have designed a querry wherein I am getting all the values correctly. But, for certain cells - I am getting the asterix symbol which the user does not wants.
    Now, how to remove the asterix symbol which appears in report for empty values?
    Thanking you in advance,
    Waiting for your reply,
    With Kind Regards,
    Shreeem.

    check if following thread helps you;
    # in report when null in the cube
    Regards,
    Gaurav

  • Sales document report for all open documents

    hi i need the code for sales document report for all open documents is sd
    ...      can anyone help me out.
                                     thanks in advance

    Try transaction VA05. In that choose "Open Orders" along with other selection criteria.
    If you want the Open sales order qty in output and its not displayed, do the following.
    Sales -> System modification -> create new fields ( without condition technique) -> New fields for lists.
    You can change V05TZZMO and structure VBMTVZ from there or use SE38 / SE11.
    For both you'll need an object registration in OSS.
    Hope this helps.
    Thanks,
    Balaji

  • Where to look for all value mappings being used in ID

    Hi All,
              Where to look for all value mappings being used in ID?
    XIer

    Hi,
    Let me re-frame it, Do u want to know where all the value mappings(created in ID) is used in Mapping Program of IR, isn't it?
    If yes, then it's not possible( as far as  I know).
    raj.

  • Payroll has not been run successfully for all personnel numbers Message no.

    please all , i got this error while doing exit to payroll , although this employee has left one year ago , i m fear of doing the changes from pu03 as stated by SAP , doing that will make  personnel numbers processed with this transaction will have an undefined payroll status.
    error:
    Payroll has not been run successfully for all personnel numbers
    Message no. PG508
    please help

    HI,
    Generally, this type of error is occured when all the ee were not sucessfully execute, to clear the same, please follow the below:
    Exeucte the program RPUTRBK0 and assign payroll are and execute payroll correction.
    After doing this, you may able to delete and create new control record.
    Regards,

  • Can Cisco Mars do the reporting for all devices (checkpint, ISS etc)

    Is this is true that cisco mars can do the reporting for all the devices(like checkpoint, juniper, sonicwall, and IBM-ISS ) devices.
    Requesting plz reply ASAP

    no, it's not true. the following MARS lists what mars has direct support for:
    http://www.cisco.com/en/US/docs/security/security_management/cs-mars/4.3/compatibility/local_controller/dtlc43x.html
    Anything else would require creating a custom parser, which is great functionality to have in a pinch but is a major pita to maintain. That's one of the biggest reasons to buy a SIM in the first place, so you don't have to manage parsing yourself.

  • Schedule a Webi XIR2 report to run for all values of the prompt ...

    Hi there,
    Any ideea about if it's possible to schedule a Web Intelligence XIR2 report to automatically run for all  150 different prompt values in the LOV (and have 150 different instances)?
    BOXIR2, Java deployment.
    Many thanks.

    You'd be scheduling the document 150 different times, each for one value of the LOV.
    You'd use the ReportEngine (REBean) SDK to read the LOV values, then use the Enterprise SDK to schedule.
    Here's a bit of code that illustrates how to schedule a Webi doc a single time with specified prompts.  You'd do something similar, but iterate the prompt setting and scheduling:
        IInfoStore iStore  = (IInfoStore) eSession.getService("InfoStore");
        ReportEngine reportEngine =  ((ReportEngines) eSession.getService("ReportEngines"))
                                        .getService(ReportEngines.ReportEngineType.WI_REPORT_ENGINE);
        IInfoObjects objs = iStore.query("Select TOP 1 * From CI_INFOOBJECTS Where "
                                          + " SI_KIND='Webi' And SI_INSTANCE=0 "
                                          + " And SI_NAME = '" + reportName + "'");
        //============================================================================
        // Open Webi document, then get and set Prompts collection
        //============================================================================
        IWebi            webi    = (IWebi) objs.get(0);
        DocumentInstance di      = reportEngine.openDocument(webi.getID());
        Prompts          prompts = di.getPrompts();
        for(int i = 0, m = prompts.getCount() ; i < m ; i++) {
            Prompt prompt = prompts.getItem(i);
            String name   = prompt.getName();
            if("Enter value(s) for State:".equals(name)) {
                Lov lov = prompt.getLOV();
                lov.refresh();
                Values values = lov.getAllValues();
                prompt.enterValues(new ValueFromLov[] { values.getValueFromLov(0),
                                                        values.getValueFromLov(1)});
            } else if ("Enter Shop Id:".equals(name)) {
                prompt.enterValues(new String[] { "261" });
        //===========================================================================
        // Copy prompts over to InfoObject
        //===========================================================================
        PromptsUtil.populateWebiPrompts(prompts, webi);
        //===========================================================================
        // Schedule Webi report to run once now
        //===========================================================================
        webi.getWebiFormatOptions().setFormat(IWebiFormatOptions.CeWebiFormat.Webi);
        ISchedulingInfo schedInfo = webi.getSchedulingInfo();
        schedInfo.setRightNow(true);
        schedInfo.setType(CeScheduleType.ONCE);
        iStore.schedule(objs);
    Sincerely,
    Ted Ueda

  • Discoverer Report: Select all values for a Page Item

    Hi Guys
    I have created a Disco Report which has one Page Item.
    It populates all columns based on values I select for Page Item that is perfectly fine.
    How do I Display column values for all possible values of Page Item?
    Is thera ny way I can have Option to select All possible values for Page Item?
    Cheers
    Vijay

    Hi Vijay
    Just to confirm what Rod has said, this capability to manage ALL in Page Items was introduced as part of 10.1.2 and has been maintained into 10.1.2.3 and 11g. It will not be back ported to previous releases.
    Best wishes
    Michael

  • Asset Initial Upload & reporting for uploaded value

    Hi SAP Gurus,
    I have uploaded the asset data using AS91 and also updated the GL values in OASV.
    The initial upload seems to be all correct in this manner since TB is tallying.
    However when i view the FA reports for the date of upload i am finding discrepancies in the Accumulated Depreciation values as shown in the report & the values uplaoded in AS91.
    Let me explain further, say for eg. the Cost of the asset was Rs. 10,000/- and Accumulated Depreciation as per legacy (as on date of upload) is Rs. 1858/-. However the actual Accumulated Depreciation should have been Rs. 1863 --- the diffference in legacy data was due to runding offs in previous months.
    Now when i uploaded the intial data i used the legacy figures i.e. Rs. 10,000 & Rs. 1858 since trial balance had to be tallied.
    However when i run reports in FA for the initial upload date, i find that the reports are showing the Acc. Depn (plan values) as Rs. 1863 & not the value that i have uploaded.
    What possibly is the reason for this ?
    Can anyone tell me any report to view only the uploaded information ?
    Points will be awarded for useful answers.
    Thanks & Regards
    Piyush Kothari

    Hi,
    There is an error appearing as below:
    "Report date 31.08.2007 is invalid for this report.
    Reports of this kind can only be run for the last day of the period in which the last depreciation posting run took place (or in a subsequent period) in the relevant fiscal year.
    It is not possible to run a report on posted depreciation in a fiscal year in which no depreciation posting run has yet taken place."
    My legacy upload date was 31.08.2007.
    When i run for 31.12.2007 (last period in the fiscal year for which dep. run has taken place) then the results are ok.
    But still i would like to assign some points to you since this would have helped indeed.
    Thanks
    Piyush Kothari

  • How to generate a report for all Analyses which conatins a specific column

    Hello Experts
    I am trying to generate a report of all Analyses which contains a specific column. We are currently using OBIEE 11.1.1.7.0.
    I have tried to use the command line options using ./runcat.sh, but did not find any arguments that can filter the analyses by a specific column used.
    Any help is much appreciated.
    Regards
    Rakesh 

    Hi Rakesh,
    SampleApp has your answer: everything is available for free, just copy/paste and run on your own instance.
    http://slc02ojw.oracle.com:7780/analytics/saw.dll?Dashboard&PortalPath=%2Fshared%2F10.%20Lifecycle%20and%20Admin%2F_port…
    (as long as this instance will be up...)
    In the dashboard named "10.31 Webcat Analysis" you have a columns to analysis report where you select the presentation column and you get all the reports using it.
    This dashboard require a script to be run on your catalog, it will parse it and extract all the column info (and many other interesting things) and load it in a database. The scripts are simple and well documented, so you can easily adapt them to your own environment.
    If you want the script there is no miracle solution: download SampleApp and extract it (it's not small, but with all the great content it has we can't complain about that ...).

  • Standard Report for all inspection lots

    Dear all,
    Pls guide me from where I can retrieve the data for result recorded for MIC, inspection lot wise.
    Actually currently working for Pharma company where we are using, Inspection Plan (task list type Q), with inspection point 200 u2013 Physical sample. Materials are being managed through Batches, so each inspection lot is having separate batch number.
    Now the requirement is to find a STD sap report that can retrieve us the result for a material for all the inspection lots (Batches) it have, in the report type from where I can down load it to word/excel.
    In short, the report should contain, Material, results for all MICs under all inspection lots.
    I have already tried out;
    QGP1 but it shoe the result for only a MIC at a time.
    QGA2 but not able to visualize results for all MICs at once.
    MCXB but, gives only the quantity of MICs not the results of it.
    Regards,
    Shyamal Joshi

    Hi Craig,
    The requriement is to have results for the Inspection lots only, not for the batch values.
    The report MCXD is giving the quantitative analysis for the batches, I will be very pleased if you suggest me any report that gives me the results (values entered during result recording) of these MICs, inspection lot wise, just as the MCXD give quantitative.
    I think the term BATCH is creating confusion, that is Y u have suggested me CL03N, but as I have mentioned eariler also, currenlt working with Pharma company, where each manufacturing lot is give a batch number, (in sap terminology the Batch management function, MSC1N), that is why i freauently used BATCH. Sorry for that communicational error from my side, and I am very much thank full to you for your each valuable comment, suggestion.
    Regards,
    Shyamal Joshi

  • One Consolidated MM Inventory report for all inventories

    Hello Experts,
    I have a requirement to develop an MM inventory report which should include all the below inventories for a given period.  basically I have to display the Quantity, Unit price and Value for all these.
    1.  Stock Beginning value (Similar to MB5B)
    2.  Stock period end value  (Similar to MB5B)
    3.  Stock in (MSEG-BWART = 101 and 102 )
    4.  Total available goods
    5.  Stock out to project ( MSEG-BWART = 261, 921, 961 )
    6.  Stock out to Cost center  ( MSEG-BWART = 201)
    7.  Stock difference (MSEG-BWART = 701 and 702)
    8.  Scraping (MSEG-BWART = 501)
    I heard that there are separate transactions for each points above.  But Is there any consolidated (Standard or Z)report which includes all the above said information.
    Thanks in advance,
    Balaji

    Hi,
    Pl. explore this report S_P00_07000139, hope it will help you, else you need to develop a Z Report
    Regards,
    Vikas
    Edited by: Vikas Mayekar on Jul 27, 2009 10:57 AM

  • MD03- Run MRP for all the material

    Hi Expers,
    How to run the MRP for all the material in the Plant.In Transaction MD03 we can have the option for entering the only one material at one time.If we have 10000 material then do we have to run the MRP for 10000 time?
    Kindly guide me....
    Regards,
    Devi.

    MDBT transaction is used to for background MRP Run
    Click the below link for more details on how to proceed further.
    http://www.sap-img.com/pp019.htm
    Scheduling Background Jobs for MRP
    Transaction code : MDBT
    click Create Variant button (specified a variant name and click continue).
    Then fill in the following fields :- 
    Scope of Planning         : Optional (refer to Note if you want to specify a plant grouping)
    Plant                             : Your company Plant
    Processing Key             : NETCH
    Create PUrchase Req.  : 1
    Schedule lines               : 1
    Create MRP lists          : 1
    Planning mode              : 1
    Scheduling                    : 1
    Planning date                 : default date
    Click the Back button and you will be prompt Save Values.
    Type in a Description and click the Save button.
    After creating the variant, park your cursor at the variant and click the Schedule job button.
    Fill in the Date and Time value.
    Click Schedule periodically and you are prompt to choose the period.
    Click the Create button and you are done.
    To check, you can click the Show Scheduling button.
    Note :
    Define Scope of Planning for Total Planning in 'OM0E'.
    1. Choose New entries.
    2. Enter a key and a description for the scope of planning that you would like to define. Save your entries.
    3. Select the scope of planning and choose Sequence of plants/MRP areas.
    4. Choose new entries and enter the plants or the MRP areas in the sequence in which they are to be planned. 
        The counter determines the sequence.
    5. Save your entries.
    Hope this helps.
    Regards
    Dipak

Maybe you are looking for

  • Create Button  in Abap Program

    Hi anybody,   I want to use click event button inside abap programe. how to use click events of button. anybody tell me. thanks s.muthu

  • Oracle 11g - Error ORA-22275: invalid LOB locator specified

    Getting error during oBlob.freeTemporary() as clearBlobValues() throws Exception oracle.sql.BLOB oBlob = oset.getBLOB(i); oBlob.freeTemporary(); I googled this error and get some solution "Cause: There are several causes: (1) the LOB locator was neve

  • ActionListener/AbstractAction

    Hello everyone, Can someone tell me the best choice for action-event handling in swing? Extends AbstractAction or implements ActionListener Thanks for clarifying

  • Is there an easy way to toggle between an Apple ID and a cell phone number in Messages?

    My son has an iPod but just a regular cell phone. We communicate a lot through texts/Messages but he doesn't always have a wifi connection on his iPod so sometimes, he is only reachable through his cell phone number and other times through his Apple

  • Additional tab ?

    hi, In VA01 header screen,at present there are 2 tabs - Additional A and Additional B  on the screen for order create Process, whats the process of adding the additional Tab C Pls Help