lov (list of values) on the analysis in OBIEE filter option

Dear OBIEE users,

Kindly help me.

Our users of analysis, applying the filter, click on general

LOV.png

strikes at our 5 done row Bn collect distinct values and therefore blocks the bandwidth network.

Then give me suggestions on the improvement of the performance?

I have options

1. I can remove the option. (- Not a good idea to hide the feature)

Please guide me how/where to do?

2. I can provide tables/views LOV (cached) to get distinct values that will be added under table separate dim (1 col) that are attached to did the same collar and finally, expose the LOV table instead of the column column. (- Not a good idea as again once, we need to hit the very fact not used and above all, there is a JOIN that is not obviously useless for whole system.)

3. as you invite, if the default option is available, Please tell me

4. suggest me the best way if Oracle provided ha / you've used.

Thank you

Dilip Kumar Mohapatro

I expect to get

Tags: Business Intelligence

Similar Questions

  • The list of values in the table of the ADF is not other cela rather single attribute yourself.

    Dear all,

    I have a list of the values on the view object and and created a table by dragging the drop to the page.

    Problem is that LOV is advising no other attributes I mentioned as other attributes in the list of values. only the LOV element becomes selected ID.

    The following table properties

    -------------------------------------

    < af:table value = "#{bindings." XxIncidentRptInjuredPersonsEOView1.collectionModel}.

    var = "row".

    lines = ' #{bindings. " XxIncidentRptInjuredPersonsEOView1.rangeSize}.

    emptyText = "#{bindings." XxIncidentRptInjuredPersonsEOView1.viewable? "{'No data to display.': 'Access Denied.'}".

    fetchSize = "#{bindings." XxIncidentRptInjuredPersonsEOView1.rangeSize}.

    rowBandingInterval = '0 '.

    filterModel = "#{bindings." XxIncidentRptInjuredPersonsEOView1Query.queryDescriptor}.

    queryListener = ' #{bindings. " XxIncidentRptInjuredPersonsEOView1Query.processQuery}.

    filterVisible = "true" varStatus = "vs."

    selectedRowKeys = ' #{bindings. " XxIncidentRptInjuredPersonsEOView1.collectionModel.selectedRow}.

    selectionListener = "#{bindings." XxIncidentRptInjuredPersonsEOView1.collectionModel.makeCurrent}.

    rowSelection = "single" id = "t1".

    "partialTriggers =": cb2.

    Binding = "#{CreateReportManageBean.injurdemptable} '"

    Width = "100%" >

    - ComboboxListOfValues - Tags

    < af:inputComboboxListOfValues id = "empIdId".

    popupTitle = "search and select: #{bindings." XxIncidentRptInjuredPersonsEOView1.hints.EmpId.label}.

    value = "#{row." Bindings.EmpID.inputValue}.

    Model = "#{row." Bindings.EmpID.listOfValuesModel}.

    required = "#{bindings." XxIncidentRptInjuredPersonsEOView1.hints.EmpId.mandatory}.

    columns = "#{bindings." XxIncidentRptInjuredPersonsEOView1.hints.EmpId.displayWidth}.

    shortDesc = "#{bindings." XxIncidentRptInjuredPersonsEOView1.hints.EmpId.tooltip}.

    autoSubmit = "true" >

    < f: validator binding="#{row.bindings.EmpId.validator}"/ >

    < / af:inputComboboxListOfValues >

    ---------------------------------------------------------------

    Take the af: inputComboboxListOfValues Id (for example, "empIdId") and put it in the partialTriggers of other attributes.

    or

    You can go to pageDef. --> select iterator table--> properties--> Advanced--> ChangeEventPolicy set for ppr

  • How to connect a list of values to the regions

    Hi all

    I created the list of values like the bar chart, histogram, Pie Chart.these the list of values added to the text box named as a type of cat.

    In the same region, I created 3 chart under regions.

    My requirement is if I select the graph page type-pie chart.the will see the pie only graphic region only. Even at the bar graph and histogram also.

    Please tell me clearly.

    Please help me.

    Thank you and best regards,

    Rambeau

    Amandine says:

    But I have 2 questions.

    1, where we give value to the element of LOV

    I created the list of values like the bar chart, histogram, Pie Chart.these the list of values added to the text box named as a type of cat.

    When you say "text field", do you mean literally a text element? If so, why do you use it? A select list or radio group would generally allow to select the chart type.

    Usually the user "will give the value" (for example, select the desired option). You can provide an option by default when the page is rendered first with a header of computation that runs under certain conditions, if the value of the element is set to zero. (You must use a calculation for this rather than the property item by default so that the value is in session state to operate in conditions of graphic region.)

    2, please give some examples of Expression1.

    Expression 1 is the name of the element used to display the options. Following the convention of the APEX of prefacing names to page elements to make them unique, it will be something like P2_CHART_TYPE.

  • validation error message is not displayed for an attribute as a list of value of the entry

    Hello world

    I use jdev 11.1.1.7.0

    In my application, I created an entity Obj and Obj employees base table.

    for the attribute JobId , I took the actions listed below:

    1. in the EO staff, I created a validation for this attribute and in some cases the error message returns (the error message is "the salary is not high"):

        /**
         * Validation method for JobId.
         */
        public boolean validateJobId(String jobid) {
    
    
            if (...) {
                return false;
            }
    
    
            if (...) {
                return false;
            }
    
    
            if (...) {
                return false;
            }
    
    
         
            return true;
        }
    

    2. employees Vo, I created a LOV for this attribute (the view accessor is JobsViewObj) and I display the attribute entry of text with a list of values.

    in the jspx page, I drag / drop this attribute as below:

              <af:inputListOfValues id="jobIdId"
                                    popupTitle="Search and Select: #{bindings.JobId.hints.label}"
                                    value="#{bindings.JobId.inputValue}"
                                    label="#{bindings.JobId.hints.label}"
                                    model="#{bindings.JobId.listOfValuesModel}"
                                    required="#{bindings.JobId.hints.mandatory}"
                                    columns="#{bindings.JobId.hints.displayWidth}"
                                    shortDesc="#{bindings.JobId.hints.tooltip}"
                                    autoSubmit="true">
                <f:validator binding="#{bindings.JobId.validator}"/>
              </af:inputListOfValues>
    

    I opened the popup and I select a line in the list and then I click Ok. After that, if the validation method (validateJobId) returns false, the error message ("the salary is not high") must be show to the user. but the error message does not appear. I don't understand why this is happening.

    Can anyone guide me on this problem?

    Concerning

    Habib

    Hello Dario,

    I just found this post: http://andrejusb.blogspot.nl/2013/12/workaround-for-infamous-bug-13626875.html that apply ExceptionMode = immediate adjustment to control the use of data in DataBindings.cpx, then the error message is displayed as I hope.

    Concerning

    Habib

  • Lov - list of values

    people,

    use jdveeloper11g 11.1.1.4.0

    first fall I want to make in the text with a list of values

    If I select the means of the city

    country / State must be posted.

    can a guideme or other

    Paste the link in this regard.

    chk this
    http://andrejusb.blogspot.com/2008/12/cascading-lovs-in-Oracle-ADF-11g-update.html
    http://www.YouTube.com/watch?v=nXwL2_RP7AQ

  • From the list of values in the procedure and trying to validate values

    Hello

    I create a procedure that will allow to validate data entered by the user.  Users can add values in a text box on my web page and I need to pass to an oracle procedure and check the table if these values exist.  I need to return a list of values that do not exist.  That's what I have so far

    CREATE OR REPLACE PROCEDURE VALIDATE 
    (
      P_VLIST IN VARCHAR2 ,
      P_RECORDS OUT SYS_REFCURSOR
    )
    AS
      V_SQL VARCHAR2(4000) := '' ;
    BEGIN
    V_SQL :=          'SELECT VAL '||CHR(10) ;
    V_SQL := V_SQL || 'FROM DVALUES '||CHR(10) ;
    V_SQL := V_SQL || 'WHERE VAL NOT IN (' || P_VLIST || ')'||CHR(10) ;
    V_SQL := V_SQL || ' ORDER BY VAL' ||CHR(10) ;
    OPEN P_RECORDS FOR V_SQL;
    END VALIDATE ;
    /
    

    My problem is that it will return all the values of DVALUES.  Can I put my list into a temporary table and do a left join to DVALUES and where the values of the two tables I can create a bool column that has a 1 or 0 indicating whether or not the value is good then select on the table and return the list of bad values?

    Thank you

    SQL > CREATE OR REPLACE
    PROCEDURE (2) P_VALIDATE
    3 P_VLIST IN VARCHAR2,
    4 P_RECORDS OF THE SYS_REFCURSOR
    5                        )
    6 AS
    V_STMT 7 VARCHAR2 (4000);
    BEGIN 8
    9 V_STMT: = ' SELECT ELEMENT FROM (SELECT ";)
    10 V_STMT: = V_STMT | REPLACE (P_VLIST, ',', 'ELEMENT OF DOUBLE UNION ALL SELECT');
    11 V_STMT: = V_STMT | FROM DUAL) WHERE THERE IS NO (SELECT 1 FROM DVALUES WHERE VAL = ELEMENT)';
    12. OPEN P_RECORDS TO V_STMT;
    13 END P_VALIDATE;
    14.

    Created procedure.

    SQL > EXEC P_VALIDATE('10,15,20,25,30,35,40',:V_CUR)

    PL/SQL procedure successfully completed.

    SQL > V_CUR PRINT

    ELEMENT
    ----------
    15
    25
    35

    SQL >

    SY.

  • List of values of the parameters Sys_Context

    I have a package which is store values in a context of system so they can be shared by all sessions without the overhead constantly querying a table. My question is, after I have a number of pairs name / value of the context, is there a way I can get a list of the parameter set following context he names?

    All the examples I found in the docs use USERENV as the context and extract the values using the list of names known. I need a way to get all the parameters without necessarily knowing the name beforehand.

    Thank you

    >
    I have a package which is store values in a context of system so they can be shared by all sessions without the overhead constantly querying a table. My question is, after I have a number of pairs name / value of the context, is there a way I can get a list of the parameter set following context he names?

    All the examples I found in the docs use USERENV as the context and extract the values using the list of names known. I need a way to get all the parameters without necessarily knowing the name beforehand.
    >
    Use the view system "global_context".

    select * from global_context;
    
    select * from v$globalcontext;
    
  • TextField display only when you select list = - 1 value in the report can be updated

    Hey guys! Only shortly after, find a solution for my last prblem (thank you), I have another that I find very interesting. In VBA it is not an agreement but in Apex is still something else.

    I have a report to be updated with a couple of columns, let's say column a, column b, column c. column a is from a LOV. Now I would like to show column b only if the value in column a is - 1. Of course, this must work individually for each line. Is there a method that works in Apex?

    I tried to declare a condition for the column 2 > > > value of element in the expression 1 = value in the expression 2.

    One article is in turn the LOV column i.e. APEX_APPLICATION. G_F02. This attempt does not work and never displayed in the column of the entire report.

    Do you have an idea how achieve this conditional display referring to another column?

    Best regards

    Sebastian

    Sebastian,

    OK, have a look here. Now, I didn't spend the time to make it perfect, so if you select the NULL option and save, you will see it as a real choice. It's just because you wanted to code based on '-1', so I had to put this value in the departments table.»
    http://www.shellprompt.NET/pls/Apex/f?p=566:22

    Here is the code:

    <script src="http://www.google.com/jsapi"></script>
    
    <script type="text/javascript">
       google.load('jquery', '1.3.2');
    </script>
    
    <script type="text/javascript">
    //<![CDATA[
       $(document).ready(function(){
          $('select[id^="f12_"]').each(function() {
             toggleFields(this);
          });
    
          $('select[id^="f12_"]').live('change', function() {
             toggleFields(this);
          });
       });
    
       function toggleFields(selectElmt) {
          $select = $(selectElmt);
          $commPct = $select.parents('tr').eq(0).find('input[id^="f10_"]');
    
          if ($select.val() == '-1') {
             $commPct
                .focus(function() {
                   this.blur();
                })
                .attr('readonly','readonly')
                .val('');
          } else {
             $commPct.unbind('focus').removeAttr('readonly');
          }
       }
    //]]>
    </script>
    

    The first lines of your application, simply add jQuery. The following code uses jQuery to do what you are looking for. The trickiest part may be understand the references 'f10_' and 'f12_ '. All you have to do is to think of the query in the form of tables. The first column of the query will be f01, f02 the second and so on. Each of your items receives a unique id that is based on that, and those are the jQuery selectors that touches off this fact.

    It can be a little confusing at first, but take a look and let me know if you have any questions. Also, check out www.jquery.com for more information.

    Kind regards
    Dan

    http://danielmcghan.us
    http://www.skillbuilders.com

    You can reward this answer by marking as being useful or correct ;-)

  • How to pass a list of values to the rear end.

    Hello
    I have a block with 3 columns, a database column no (checkbox), my goal is to return the rows that are selected by the user to the back-end for some
    the treatment. I know not how to loop through the block and assign values to the variable column, if the check box is enabled, but instead to send each line at the rear,
    I am looking for a solution by which I can send all end them the selected backward in one trip.
    Will I do Array, or the type of table, and go to the rear. What is the best solution.

    How to declare the table and the Type of table in Oralce 10g shape

    Thanks in advance

    Rizly

    You can use the following in your stored procedure:

    SQL> set serveroutput on
    SQL>
    SQL> DECLARE
      2    LC$Arg  VARCHAR2(100) := '''file1'' from dual union select ''file2'' from dual union select '
    'file3'' from dual' ;
      3    r sys_refcursor;
      4    lc$sql VARCHAR2(1000) := 'select ' || LC$arg ;
      5    v VARCHAR2(100);
      6  BEGIN
      7    OPEN r FOR lc$sql ;
      8    LOOP
      9      FETCH r INTO v ;
     10   EXIT WHEN r%NOTFOUND;
     11   DBMS_OUTPUT.PUT_LINE(v);
     12    END LOOP;
     13    CLOSE r ;
     14  END;
     15
     16  /
    file1
    file2
    file3
    

    François

  • Filter in the analysis of OBIEE problem

    Hi Experts,

    I created an analysis. My field's Bug database.

    Details of the analysis:

    I get the following columns (Bug No., id tags, product, status, purpose of bug and spinning). The filter I used here was produced id is in (I gave 107 here product ID) and then tags like (2 labels) and then the situation in (6 status codes).

    When I run this analysis, I get the following error:

    [nQSError: 10058] A general error occurred. [nQSError: 43113] The message returned by OBIS. [nQSError: 17001] Oracle error code: 2395, message: ORA-02395: Appeal exceeded limits on the use of the e/s to the call of the OCIStmtFetch OIC. [nQSError: 17012] In bulk fetch failed. (HY000)

    But if I change the filter above or any of the following criteria, his recovery of the values:

    case 1: reduce the number of product ID to 104 in the filter, his work
    2nd case: reduce the No 5 in the filter, his work situation

    Can someone please clarify, what is the problem I'm facing here?
    I need to change all the options in the NQConfig.INI file or the instanceconfig.xml file?

    Thanks in advance,
    Arul

    Hi Arul,

    to create a UNION statement, you must use "combine with a similar request. This creates a SQL UNION statement.

    'Get the filter of another analysis' will create a subselect structure, as this SELECTION A1, A2 FROM T1 WHERE A1 IN (SELECT A1 OF T2).

    Hope this helps,

    Justin

    Published by: justinjtownsend on April 11, 2011 01:34

  • How to identify all the analyses using a filter based on the findings of another analysis

    How can I identify all analyses in the catalogue that contains a filter based on the results of the analysis another? Due to limitations on TimesTen, we remove all instances of the filter based on another feature of analysis completely.

    Christian Berg says:

    do research on the physical files in the file system

    A quick test, I guess you want to get the assuming you are on Linux, grep would be:

    oracle@demo:SampleAppWebcat () $ grep --files-with-matches --recursive '
    

    From there, you can identify the relevant analyses.

  • Create a drop-down list of values with the country in?

    Hi, I looked everywhere and nothing helps I found something useful - without coding of all the values of a country in a lov, how do I get a drop-down list with the countries of the world in there?

    Thank you
    -C

    Hello

    If you like the privilege
    Connection to SQL more as SYS and run

    GRANT SELECT ON APEX_030200.wwv_flow_countries TO your_app_schema;
    

    Change your_app_schema to what is analysis application schema.

    Then use the LOV query like this

    select country_name,country_id
    from APEX_030200.wwv_flow_countries
    

    BR, Jari

  • List cascade values in the table

    Hello

    is it possible to use a cascading of values list in a table?

    Thank you.

    Hello

    Please mention your version of jdeveloper.

    Yes, LOV cascading can be done on a table (table tree also).

    For the creation of LOVs on the model layer, please see these messages:

    List definition cascade values in ADF - Blog de Waslley Souza

    https://blogs.Oracle.com/aramamoo/entry/how_to_create_multi_level

    Once you do this, drag the VO even. You will automatically find the option to select only one option in the columns option. [all by dragging of the VO of data control and selecting create table.]

  • Difference between the dependent list of values in the table and the form

    Hello

    Implements dependent lov editable table i.e. in adf table differs from the implementation of the same form of the adf.
    In one of his posts that Frank Nimohius has mentioned that it can send us the application is implemented for dependent list of editable table values, if he reads this could please send me the same.

    Did someone ever implanted depedent list in adf table.

    Thank you and best regards,
    Raksha

    Published by: Raksha Sharma on June 7, 2009 14:48

    Hello

    its already online: http://thepeninsulasedge.com/frank_nimphius/2008/04/08/adf-faces-building-adf-dependent-list-boxes-in-adf-faces-table/

    Frank

  • List date values in the current month and previous month next month

    Hello. I am looking for a way to query a list of each value date in the current month, previous month and next month.

    1 DECEMBER 15

    ...

    ...

    31 DECEMBER 15

    1ST JANUARY 16

    ...

    ...

    30 JANUARY 16

    1 FEBRUARY 16

    ...

    ...

    28 FEBRUARY 16

    Any help would be greatly popular!

    with the data (start_date and end_date) as)

    Select Add_months (trunc (sysdate, 'month'),-1),

    Add_months (trunc (sysdate, 'month'), 2)

    of the double

    )

    Select the level - 1 the_date + start_date

    from the data

    connect by level<= end_date="" -="">

Maybe you are looking for