Treat all values of parameter by bursting

Hello

I have a BI Publisher report with a statement where clause. When I try to run the break-up, I get an error "there is no data". If I select "All" in the Panel breaking I always get this message. Now when I run bursting, I remove the where the statement.

How can I use burst without removing the where the release of my data model?

Thnx!

Marco

You can try this

When you choose the "NULL" value for your choice of all THE

then

WHERE "RAPPORTAGE_WINKEL" = nvl(:winkelnamen,RAPPORTAGE_WINKEL)

When you choose the 'All' value for your choice of all THE

then

WHERE 'RAPPORTAGE_WINKEL' in (: winkelnamen)

Tags: Business Intelligence

Similar Questions

  • Setting: display all values currently available - disabled

    Hello

    I want to show the value of parameter of an another table/folder.

    Such as:

    I created a spreadsheet of the EMP and DEPT/Table of records:

    SELECT E.Emp_Name, D.Dept_Name

    FROM Emp E, Dept. D

    WHERE E.Dept_ID = D.Dept_ID

    Question:

    1. How can I view Dept_ID (s) available in the EMP Table as an input parameter?
    2. If I can show Dept_Name to select between but Dept_ID and take as an input parameter?

    When I try to create the D.Dept_ID parameter 'Display all values currently available' option shows disabled and cannot be selected.

    Help, please.

    Thanks in advance.

    Manny

    I found the answer: How to insert the list of values (LOV) in Discoverer Desktop

    Thank you

  • How default of a multiple selection for all values setting?

    I have a setting that allows the user to select multiple values.  I want the default to use all values (which means basically just ignore this parameter in the generated SQL code).  However, I can't create named on this calculation since it accepts multiple values, and the calculation supports only the first value.  Is there a way to do what I need, without selecting all the values in the list (the LOV contains hundreds and hundreds of values so it's not a viable option).  I'm not very experienced with the discoverer and don't know all the tips/solutions workaround, if you are looking for expert advice.

    Thank you

    Hello

    You must code the parameter and the condition that he accepts the word ALL.

    For example, suppose you are working with ITEM_NUMBER and you have thousands of articles. You want the user to be able to one or more key or access all THE items.

    You must create a Boolean condition like this:

    ITEM_NUMBER IN: ITEM_PARAMETER

    OR

    UPPER(:ITEM_PARAMETER) = "ALL".

    So if the user key word ALL all all or or any variation of the word to be determined as true by the condition and all items will be selected. If the user does no key ALL, and then the other half of the condition will be applied and the element must be a valid element as contained in the list of all the elements. You can even create your parameter with a default value of all THE

    Best wishes

    Michael

  • Procedure is not reading/returns all values

    The SP below reads in business_date as an input parameter.
    The procedure should calculate this value MAX in a range
    (ln_business_date) and this value must be used throughout the rest of the
    operating mode.
      SELECT MAX(business_date
          INTO ln_business_date
          FROM proof;
    The procedure returns the name of 'missing_tbl_name' of the INTO clause as the OUT parameter
    However, the performance of the SP_MONTHLY_ASSET procedure below I don't get not all values. The procedure
    Compiles without error but I think that my procedure is bad work and not read or return values
    correctly.

    Any help is greatly appreciated.

    CREATE OR REPLACE PROCEDURE SP_MONTHLY_ASSET(
        business_dt_num IN NUMBER DEFAULT NULL, 
        missing_tbl_name OUT NOCOPY VARCHAR2
    )
    IS
       ln_business_dt_num NUMBER;
       bad_date_value EXCEPTION;
    BEGIN
       IF business_dt_num < 0 
       THEN
          RAISE bad_date_value;
       ELSE
        SELECT MAX(business_dt_num)
          INTO ln_business_dt_num 
          FROM sasor.dp_ca_proof@psasr
    
          SELECT data_table_name
          INTO missing_tbl_name 
          FROM ( 
             SELECT whatever 
             FROM tablename
             WHERE some_condition MINUS 
             ( 
             SELECT whatever
             FROM secondtablename
             WHERE business_dt_num = ln_business_dt_num 
              UNION 
             SELECT whatever 
             FROM tablename
             WHERE business_dt_num = to_number( substr('&datenum',1,6) || '01' ) 
             )
               );
       end if;
    EXCEPTION
        WHEN bad_date_value 
       THEN
          raise_application_error ( -10001, 'Incorrect date ...');
    END;

    There is an exception no_data_found because there was no data found. This subquery:

             SELECT UPPER(data_table_name) data_table_name
             FROM filespec
             WHERE data_table_name IN ('SSBBALIN', 'LPLAPRA',
             'DSTASSET', 'EDJBALIN', 'APLASSET', 'HARTFORDDC',
             ' WLFBALIN', ' MSTBALIN', ' STFAPRA', ' RJABALIN',
             ' JYMAPRA', ' RBCBALIN', ' UBSBALIN',
             ' MERRILL_UMA_MAN', ' MERRILL_MAA_MAN') MINUS (
             SELECT UPPER(fus_data_table_name)
             FROM dp
             WHERE business_date = ln_business_date
             AND fus_data_table_name IN (' SSBBALIN',' LPLAPRA',
             ' MGNAPRA', ' DSTASSET', ' EDJBALIN', ' APLASSET',
             ' HARTFORDDC',  ' MSTBALIN', ' STFAPRA',
             ' RJABALIN', ' JYMAPRA', ' RBCBALIN', ' UBSBALIN',
             ' MERRILL_UMA_MAN', ' MERRILL_MAA_MAN')
             GROUP BY UPPER(fus_data_table_name) UNION
             SELECT UPPER(fus_data_table_name)
             FROM dp
             WHERE business_date = to_number( substr('201111',1,6) || '01' )
             AND fus_data_table_name = 'HARTFORDDC'
             GROUP BY UPPER(fus_data_table_name) )
    

    Nothing found. If you want to return just ' lack of support: "If the subquery is empty when what you need is:

    BEGIN
      SELECT 'Missing Load : ' || data_table_name
           INTO missing_tbl_name
          FROM (
             SELECT UPPER(data_table_name) data_table_name
             FROM filespec
             WHERE data_table_name IN ('SSBBALIN', 'LPLAPRA',
             'DSTASSET', 'EDJBALIN', 'APLASSET', 'HARTFORDDC',
             ' WLFBALIN', ' MSTBALIN', ' STFAPRA', ' RJABALIN',
             ' JYMAPRA', ' RBCBALIN', ' UBSBALIN',
             ' MERRILL_UMA_MAN', ' MERRILL_MAA_MAN') MINUS (
             SELECT UPPER(fus_data_table_name)
             FROM dp
             WHERE business_date = ln_business_date
             AND fus_data_table_name IN (' SSBBALIN',' LPLAPRA',
             ' MGNAPRA', ' DSTASSET', ' EDJBALIN', ' APLASSET',
             ' HARTFORDDC',  ' MSTBALIN', ' STFAPRA',
             ' RJABALIN', ' JYMAPRA', ' RBCBALIN', ' UBSBALIN',
             ' MERRILL_UMA_MAN', ' MERRILL_MAA_MAN')
             GROUP BY UPPER(fus_data_table_name) UNION
             SELECT UPPER(fus_data_table_name)
             FROM dp
             WHERE business_date = to_number( substr('201111',1,6) || '01' )
             AND fus_data_table_name = 'HARTFORDDC'
             GROUP BY UPPER(fus_data_table_name) ));
    EXCEPTION
      WHEN no_data_found THEN
        missing_tbl_name := 'Missing Load : ';
    END;
    
  • Assiging the values of parameter in CASE

    Hi all
    I'm writing the Expression BOX in the following way.

    CASE WHEN entered. Field1 < = Input.Field2 then
    Input.Field1 = Input.Filed2
    ON THE OTHER
    Input.Field2
    END

    During the validation of Expression it throws the error. Could you tell me please me is possible to write the expression to assign values of parameter input/output field.
    If so, please explain. If this isn't the case, suggest me work around.
    Thank you very much
    See you soon!
    -MAK

    He likes to change...

    CASE WHEN input.Field1 <= Input.Field2 then
    Input.Field1
    ELSE
    Input.Field2
    END
    

    If you created this in the output of expression variable say 'out_1' and then
    so if the entry. Field1<= input.field2="" then="" value="" of="" out_1="" will="" be="" input.field1="" else="">

    See you soon
    Katia

  • Average of all values between (above first and last above) a threshold value.

    Currently I have a VI where I programmed a year or more ago, takes any value of a set of data that exceeds a certain threshold. It is used to capture the average of all values above a threshold when there is a peak of the values that exceed this threshold. However, when there are two or more peaks that exceed this threshold, only values greater than this value are averaged, so the final result is the average of the two or more.

    What I need is for each value that occurs after the threshold is reached, and before that the threshold fell below for the last time. Imagine a set of data whose graph looks like the letter "M" for example with the threshold being to halfway to the top of the M, I want to show the average (the first bump, the fall below the bumps, as well as the last bump) but what I'm saying now is the average of (the first bump, over the last bump). What I get now cut the data between the two summits.

    Any help would be appreciated of course.

    Here's a method, perhaps not the best.

  • Display all values that bad

    I have a calendar with this SQL query to get all action items. The last condition is on the last line that pulls up all projects related to this activity of monitoring based on a value in the page. The value is stored in the field 'P133_PROJECT_CAT '.

    Select EBA_PROJ_STATUS_AIS.ID as ID,

    EBA_PROJ_STATUS_AIS. Project as project,

    EBA_PROJ_STATUS_AIS.MILESTONE_ID as MILESTONE_ID,

    EBA_PROJ_STATUS_AIS. ACTION as ACTION,

    EBA_PROJ_STATUS_AIS. End_date as end_date,

    EBA_PROJ_STATUS_AIS. ACTION_STATUS as ACTION_STATUS,

    EBA_PROJ_STATUS_AIS. CREATED as CREATION,

    EBA_PROJ_STATUS_AIS. CREATED_BY as CREATED_BY,

    EBA_PROJ_STATUS. PROJECT within the PROJECT,

    EBA_PROJ_STATUS_AIS_TYPES. AI_TYPE as AI_TYPE,

    EBA_PROJ_STATUS_MS.MILESTONE_NAME as MILESTONE_NAME,

    EBA_PROJ_STATUS.CAT_ID as CAT_ID

    of EBA_PROJ_STATUS_MS EBA_PROJ_STATUS_MS,.

    EBA_PROJ_STATUS_AIS_TYPES EBA_PROJ_STATUS_AIS_TYPES,

    EBA_PROJ_STATUS EBA_PROJ_STATUS,

    EBA_PROJ_STATUS_AIS EBA_PROJ_STATUS_AIS

    where EBA_PROJ_STATUS_AIS. PROJECT = EBA_PROJ_STATUS.ID

    and EBA_PROJ_STATUS_AIS. TYPE_ID = EBA_PROJ_STATUS_AIS_TYPES.ID

    and EBA_PROJ_STATUS_AIS.MILESTONE_ID = EBA_PROJ_STATUS_MS.ID

    and EBA_PROJ_STATUS.CAT_ID =: P133_PROJECT_CAT

    I have the setup of "P133_PROJECT_CAT" of field as a field on the page where, when a value is selected, it works very well and shows all the items/projects action for this page. However, if I select the value '- all categories -' it must pass a 0 that must be null and see all categories.

    Question: what needs this final line (and EBA_PROJ_STATUS.CAT_ID =: P133_PROJECT_CAT) look like so that "0 = all values"?

    and (EBA_PROJ_STATUS.CAT_ID =: P133_PROJECT_CAT or : P133_PROJECT_CAT = 0)

  • Chart display problems - cut off the end or shows not all values

    I have a file I/O reads database table where I can choose a date range to view history, and I can't seem to format correctly.

    If I set the width of the graph large enough to show all values, it cuts the right part.

    Width 1200, the value date of end 10/01/2014, shows only until September 24:

    fileio.jpg

    Width set at 1700, will now interrupt the rightmost in the values:

    fileio1.jpg

    Obviously, I want the best of both worlds - when the date range is selected, it shows all the values and fits in the chart area.

    Any ideas?

    Create a diagram with scrolling.

    Under the item add something like:

  • Change quick values to 'ALL' of 'all values in the column.


    Hello

    I want to change the 'all values in the column' value for 'all' in the quick view of dashboard.

    I went to the location following: < MW_HOME > / Oracle_BI1/bifoundation/web/msgdb/l_en/messages /.

    But I am unable to determine which xml file to be changed.

    Help, please.

    Just in case where to check Srinivasan Software Solutions Pvt.Ltd.: [OBIEE 11 g] customization invites "All THE values in column" Custom value

  • ADF: LOV SHOWS NOT ALL VALUES.

    Hello world

    I have lov on my page. My request for lov shows 700 values when I run the query into a toad.
    But when I run the LOV page shows only 25 values.
    How can I increase the size of LOV to show all values?
    Is it possible?
    Am I missing something?

    Thanks in advance...

    Kind regards
    Raja.

    The size of the beach for your iterator LOV is probably set to 25 (default) in the page links. Set it to-1 to retrieve all the rows at once.

  • How to hide lines if all values are zero (0) horizontally?

    Hello



    I have a requirement to hide lines according to the results if all values are zero horizontally.


    Example:
    
    
    Region   M1    M2   M3
    
    East     0      0    3
    
    West    10     20    0
    
    South   -5      0    5
    
    North    0      0    0
    In the example above only North line must be hidden from results because all measure values are zero.

    Can you get it someone please let me know the logic to do this?





    I thank in advance.

    Hello

    Why do not you try a simple as filter condition:

    M1! = 0 or m2! = 0 or m3! = 0

    Thank you
    Karthik M

  • to clear all values prompts in a page

    Hello

    With the help of obiee 11g
    have a req as if I had a dashboard with many pages. Each page has several guests.
    In page 1, I have 3 guests, what I want is to have a button which, when clicked should clear all values
    guests of this page.
    Is it possible to have as a button?
    I know reset works, but I want to after clicking the button apply.

    Thank you

    In your dashboard, create a text section and add the following code
    {div class = "XUIPromptEntry minibuttonOn"} {a href = "#" onclick = "return PersonalizationEditor.removeDefaultSelection (false)"} Clear the selection {a} {div}

    Check contains the HTML markup

    Replace {} with "<' '="">" in the code above

  • Partition for all values

    Hello

    I created the partition in the list with all values, I want the partition, but I also want to make 1 partition for values that do not appear in the list.
    How can I do this?

    Osman

    Check out this list of partitioning of the documentation example:
    http://download.Oracle.com/docs/CD/B19306_01/server.102/b14220/partconc.htm#sthref2591

  • If the default as invited "All values" in a Variable of presentation

    Hello Experts,
    is it possible to set the default value for filtering on a Variable presentation for all the choices? Because when you select all the choices, I get no results.

    Thank you
    Concerning

    Detection of all choice of dashboard invites you into the answers
    http://108obiee.blogspot.com/2009/04/detecting-all-choices-from-dashboard.html

    See the link above, it also describes how to make a filter to display all values when you use the variable to the presentation and all the choices.

    Concerning
    Goran
    http://108obiee.blogspot.com

  • count all values with a special WHERE clause in a select group?

    Hello

    I have the following table 1:

    code, month, value
    * 1,1,40 *.
    * 1,2,50 *.
    * 1,3,0 *.
    * 1,4,0 *.
    * 1,5,20 *.
    * 1,6,30 *.
    * 1,7,30 *.
    * 1,8,30 *.
    * 1,9,20 *.
    * 1,10,20 *.
    * 1,11,0 *.
    * 1,12,0 *.

    * 2,1,10 *.
    * 2,2,10 *.
    * 2,3,20 *.
    * 2,4,20 *.
    * 2,5,20 *.
    * 2,6,30 *.
    * 2,7,40 *.
    * 2,8,50 *.
    * 2,9,20 *.
    * 2,10,20 *.
    * 2,11,20 *.
    * 2,12,20 *.


    This is a table with 3 columns, first column is a code, second is the number of months, third, one is a value.
    Now, I want to select records for each code. For example, all records for the code = 1.
    I want to count how many values = 0 for this code = 1. After this count, I want to update the value with the number 0.

    For my example:
    Code 1, there are 4 fields with the value 0. So, I want to update all values from code 1 to 4.
    The second code = 2 there is no value = 0. So, I want to update the values of code2 to 0.

    This should be the result:
    code, month, value
    * 1,1,4 *.
    * 1,2,4 *.
    * 1,3,4 *.
    * 1,4,4 *.
    * 1,5,4 *.
    * 1,6,4 *.
    * 1,7,4 *.
    * 1,8,4 *.
    * 1,9,4 *.
    * 1,10,4 *.
    * 1,11,4 *.
    * 1,12,4 *.

    * 2,1,0 *.
    * 2,2,0 *.
    * 2,3,0 *.
    * 2,4,0 *.
    * 2,5,0 *.
    * 2,6,0 *.
    * 2,7,0 *.
    * 2,8,0 *.
    * 2,9,0 *.
    * 2,10,0 *.
    * 2,11,0 *.
    * 2,12,0 *.


    My question is:
    Is it possible in oracle to count in a select (or in an insert/update statement) all values = 0 for a group (in this example, named code) and make an update in the same statement for this group?

    I hope someone can give me a hint, if possible?

    Thank you very much.
    Best regards


    Tim

    something like that? NOT TESTED *.

    Setting a DAY Table1 a SET A.Value = (SELECT COUNT (B.ROWID) FROM Table1 B WHERE A.Code = B.Code AND B.Value = 0);

Maybe you are looking for

  • iPad is not connected to the wifi at home

    Hello The iPad is the device at home I have a problem with. And it's the only device that is still home. It loses the connection with the wifii after awhile in the screen lock, and sometimes while using it. I was disconnect and reconnect to wifi to s

  • iPhone 5 s: green screen, shut off and now won't turn on

    Hi, I have reviewed to answer but didn't find any. Last night when using my iPhone, DO NOT watch a video, my screen turned green then black. I could see that he was always so I tried to reset the thing by activating the only two keys got my iPhone! H

  • No multiple tabs don't Preview in Windows 7 (worked well in 4.0b8)

    In Windows 7, it has been possible in Ffx 4.0b8 to see an overview of all the tabs in the windows taskbar and select a tabs in the preview show.This is useful, for example, just to check if the iGoogle page updates and there is new mail or anything l

  • Windows/temp filling with magick-* files

    As the title says, my temp folder fills with thousands of files labeled magick-*, ranging in size from 12 MB to nearly 100 MB. Cannot find malware. The files are created regularly, taking about 1 gig every 10 minutes approximately.

  • has got 1 to 134 Microsoft Updates two days ago, 1-135 yesterday and 1 to 96 today. What's wrong.

    Title above is self-explanatory, but the updates yesterday included Service Patch 1 for Windows 7 I have. 18/04/2014 all my files have also deleted by mistake by my adult daughter who had borrowed my computer. I only discovered that this loss two day