How To Apply Filter on LTS? OBIEE 11g

Hello,
I have a requirement of applying following filter:
DELETE_FLG='N'
on the LTS of some logical tables in BMM layer. This column is currently present only in physical layer and not in the BMM layer.
Can you tell me exactly where and how this can be done?
Do I need to extend this column to BMM layer?

Click on LTS of that table in BMM - Go to Content Tab - WHERE CLAUSE - apply you condition.
No need to extend it to BMM.
Edited by: MK on May 21, 2013 1:18 AM

Similar Messages

  • About the filter function in OBIEE 11g

    Hi, all.
    when i use the filter function in OBIEE 11g, it turn out a wrong result.
    The operation steps and detail are described as follow:
    1. In the Column Formula pane, I typed the Formula of the column 'count of customer' as:
    FILTER(count(distinct("customer info dimesion"."customerID")) USING ("TradeType Dimesion"."TradeType" = '001'))
    2. But the phisical SQL about this column in the NQquery file is that: "count(distinct(T11520.CUSTOMERID)) as c5, "
    which means that, the filter wasn't applied, right?
    If so, what shall I do in this situation, in other words , how can i make a Condition COUNT?
    Any Suggestion is appreciated!
    Thank you in advance~~O(∩_∩)O~

    Hi katherine,
    FILTER(count(distinct("customer info dimesion"."customerID")) USING ("TradeType Dimesion"."TradeType" = '001'))I think your formula there is mistake like many braces...instead type this in your f(x)
    =>Filter(count(distinct customer_id) USING trade type='001')
    This filter function is same like a case statement,if you filter still gives error write a case statement
    CASE WHEN TradeType Dimesion.TradeType='001' THEN count(distinct customer info dimesion.customerID) ELSE 0 END
    Will it be helpful?,follow this etiquette http://forums.oracle.com/forums/ann.jspa?annID=939
    By,
    KK

  • Customize Filter View in OBIEE 11g

    Hi,
    Is there any way to customize the filter view? My requirement is not to show formulas that are used in Analysis in the “Filter view”. All analysis that we create should go with Filter Views at the bottom and Users should not see the formulas.
    Example:
    Column Formula:
    FILTER (sales.sales USING products.product =’Electronics’)
    If I filter the above column, it shows something like this:
    FILTER (sales.sales USING products.product =’Electronics’) is Prompted.
    What is need to show in the filters is the Title of the column i.e. Electronics Sales.
    Thanks in advance.

    Check this
    How To Implement a Narrative View Similar To A Filter View In OBIEE 11G?
    Mark if helps.
    Thanks,

  • Reporting Error while Restart to apply Recent Changes in OBIEE 11g in EM

    Hi Friends,
    I tried to open my rpd in online mode in OBIEE 11g, For that i went into EM for getting my rpd updated...
    So after all doing changes, I need to restart for applying changes, so I restarted the system components
    But only 80% of it started, remaining 20% is showing error and these are the error details
    "Restart failed with 2 errors: problems reported by coreapplication_obis1, coreapplication
    see detailed logs for more information"..
    The above is the error message that i got..
    The below are the log messages that reported error
    Message type: Error
    Message ID : -
    Message : SEVERE:Element type:BI_instance,element_id:coreapplication,operation result:failed_to_start, detail Message-Error in starting one or more components of Bi instance; please check the server log files for detailed information..
    Target : biadmin services(11.1.1)(Admin server)
    Target type : application deployment
    Log files : Admin server_diagnostic.log
    Message type: Error
    Message ID : -
    Message : SEVERE:element type:process, element Id: coreapplication_obis1, operation result: failed_to_start, detail message- operation failed: start; oracle instance: instance4; component; coreapplication_obis1;msg: 0 of 1 processes started..
    Target : biadmin services(11.1.1)(Admin server)
    Target type : application deployment
    Log files : Admin server_diagnostic.log
    Message type : Error
    Message ID : EM-02694
    Message : Supplementary information regarding operation: BI_instance:coreapplication; failed_to_start; error in starting one or more components of BI instance; please check server log files for detailed information..
    Target : em(Admin server)
    Target type : application deployment
    Log files : emoms.log
    Message type : Error
    Message ID : EM-02694
    Message : Supplementary information regarding operation: PROCESS:coreapplication_obis1; failed_to_start; operation failed: start; oracle instance:instance4;component:coreapplication_obis1;msg 0 of 1 processes started..
    Target : em(Admin server)
    Target type : application deployment
    Log files : emoms.log
    how to solve these errors, because of this i couldn't able to open my repository in online mode as well as cannot able to update my .rpd file in presentation services in obiee 11g..
    I couldn't able to understand the error that is pointing to me....
    Help me friends..........
    Regards,
    Harry...

    It's myself harry and i solved this problem, since this problem occurred for me as i tried to update my repository.rpd file for more than 5 times because of the error that it reported to me in my previous post...
    How i solved this error means, i deleted all the other .rpd files(out of 5 i deleted 4) and i made some changes in my rpd file in the administration tool and after that i tried to update my rpd in EM..
    Once it updated, then i gave restart to apply recent changes, after that my system components tempt to work as of 100%...
    Anyway friends thanks for your views.....
    Cheers
    Harry...
    Edited by: HariPrasad on Nov 13, 2010 2:59 AM

  • Applying decode function in obiee 11g

    DECODE(A.AC_CCY,'INR',DECODE(DRCR_IND,'D',-1,1)*A.LCY_AMOUNT,DECODE(DRCR_IND,'D',-1,1)*A.FCY_AMOUNT),
    DECODE(DRCR_IND,'D',-1,1)*A.LCY_AMOUNT,
    Can any one help me how to decode the above sql statement in obiee 11g.
    Edited by: 925104 on Apr 3, 2012 12:48 AM

    you can achieve it by using CASE WHEN condition END function in obiee. nested case also supported by obiee.
    check the below link Decode Join  Condition in OBIEE RPD
    Thanks
    Jay.
    Edited by: Jay on Apr 3, 2012 12:56 PM

  • How to Hide a column in OBIEE 11g

    Hi,
    I am trying to hide a column of presantation layer table in OBIEE 11g. But it is not working.
    I am doing the follwoing.
    Open the permission tab of the column.
    Given no access to Everyone.
    Given No access the user/Application Role.
    When i go to web, the column is getting displayed in the table list. But, when i select the column and press the result button, it is not giving the result.
    It means, by doing the above steps it is restricting the data but visibility of column is already there.
    Same way it works for OBIEE 10g. Could you please let me know this feature has been removed from 11g or if it is still there then how we can achieved that.
    Thanks in Advance
    Niraj

    Hi Niraj,
    It's a bug in OBIEE 11.1.1.5.
    Bug 12352010: RESTRICTED COLUMNS SHOULD NOT SHOW IN SUBJECT AREA
    It is fixed in the version 11.1.1.6.
    Regards,
    Sandeep
    Edited by: Sandeep Saini on Mar 28, 2012 12:16 AM

  • Applying a patch to OBIEE 11g

    Hello Everyone,
    I am new to OBI and specially new to 11g, Now most of you guys will know that there was a bug in 11g in which if you want to see the query generated by the report in session log, It shows "no log found". Now there was a patch available which i have downloaded and i am not so sure as to how to apply that patch to OBI, I tried all the steps given in the read me doc provided with the doc. but all in Vain, as it is very confusing and more importantly it doesnt work,
    Can any one help me out here by telling me the actual steps involved.
    Thanks,

    Try the following -
    1. cd to oracle home folder\opatch
    set oracle_home=your home directory (iethe parent of opatch\ folder)
    opatch lsinventory -patch -detail
    The last command should run and say "opatch successful".
    Now run the command:
    2. opatch apply -verbose "your patch folder's complete path"
    (verbose tells u the sequence, success or errors if any)
    OK - now,
    3. The patch on my PC failed saying that I needed to install the latest opatch. I downloaded the latest opatch (11.2 even though the patch (ie the "no log found" patch) requires 11.1.0.8.2 or something) and just extracted it to the oracle home folder - yes, it will overwrite the current opatch folder, so back it up before you copy the latest opatch folder.
    4. After this, I ran the command again from step 2 again. It seemed to be running, ie somewhat successful, but it asked for my oracle support login, some proxy server crap so it could connect to the internet, also gives options to specify "NONE" if you didn't need all this - but never came back...at that point, I quit. I tried again and it got stuck at the same point - so, I wasn't sure if it succeeded or not.
    5. I assumed the patch ran OK and tried to view the log - but this time it gave a different error "it is not a Win32 application" or something like that. I am sure that I downloaded the win32 patch only. Yet, I am going to check and try it out again tomorrow.
    Let me know if it worked for you and the details.
    Hope all this helps :-)

  • How to hide a dashboard in OBIEE 11g?

    Hi All,
    How do we hide a complete dashboard in OBIEE 11g? A particular dashboard page can be hidden by going to dashboard properties but there is no option to hide a complete dashboard. Also, in Administration, there is no 'Manage Interactive Dashboard' section like it was there in OBIEE 10g where we could hide a particular dashboard.
    Thanks in Anticipation,
    Karan
    Edited by: kchadha2 on Sep 22, 2011 4:11 PM

    Hi,
    Go to your dashboard page --> there is catalog folder is available here you can restrict hiding dashboard users.
    and dashboard folder under shared folder right click dashboard permission --> No Acess also set that dashboard property as "Hiden"
    Thanks
    Deva
    Edited by: Devarasu on Sep 22, 2011 6:50 PM

  • How to deploy repository manually in OBIEE 11g

    Hi,
    I understand that the RPD to be deployed in EM(enterprise Manager) in OBIEE 11g. But unfortunatley we are unable to open core-application in EM for RPD Deployment. The EM is very slow.
    Can any one help me in deploying RPD MANUALLY or by using some command prompts other than in EM..
    Thanks.

    You have to disable the central configuration:
    http://download.oracle.com/docs/cd/E14571_01/bi.1111/e10541/disable_em.htm#BEIIAEGD
    Change your repository in the file nqsconfig.ini
    and
    change the password if needed in the credential store ...
    http://gerardnico.com/wiki/_detail/dat/obiee/obiee11g_credential_store.jpg?id=dat%3Aobiee%3Acredential
    But if you can't open EM, it will be very difficult and may be you must have to add resource (memory, ...) to your server.
    Success
    Nico

  • How to apply Filter condition for a specific column but not to the report?

    Hi,
    I am having a issue in applying a filter condition to one of the column.
    I have a schema with one fact table and around 10 dimension tables. My requirement is to bring a count on the fact table with related to some other columns from the dimension tables.
    Lets consider a scenario with tables like Sales (Fact), Region (Dimension), Year(Dimension), Sale Type (Dimension).
    Now my requirement is to bring out the fields
    City(Region) --City                                   
    Year -- Year
    Sales Count(Sales table) ---Count of all sales from the fact table
    Sales Count(Sales table) -- Count of all sales from the fact table where sales type is 'CASH'
    Here my issue is how do I apply the filter condition of Sales Type='CASH' only on one of the Sales Count column which is from the fact table. I want the filter condition to be imposed only for the fourth column.
    Can anyone let me know how to achieve this?
    Thanks

    This is quite simpe. Edit the column formula for the 4th column and put something like this. I am doing this from memory so the syntax might need checking:
    Case When "Dimension Table"."Sales Type"='CASH' Then "Fact Table"."Measure" Else Null End
    You could also consider making this a permanent addition to your RPD if this measure will be used again and again. You would add a new logical column and use the expression builder to arrive at the same result.

  • How to implement WriteBack feature in OBIEE 11g?

    I have implemented all steps but with no success. Can any one share what are loop holes in implementation the same?

    Hi,
    Please check the below steps and refer the below links.
    http://satyaobieesolutions.blogspot.in/2013/03/write-back.html
    http://satyaobieesolutions.blogspot.in/2012/06/obiee-10g11g-writeback-capabilities.html
    http://satyaobieesolutions.blogspot.in/2012/06/excel-data-source-writeback-in-obiee.html
    1. Problem your XMl Script
    2. If null value not present in your columns in your table in database.The ; problem has occured.
    please check below steps.
    1. Are you using OCI or ODBC in your connection pool? Try it with OCI Call Interface 11g.
    2.Remove the commit tag from the XML file.
    <postUpdate>COMMIT</postUpdate>
    =============================================================================================================
    This xml file working for me.
    Insert--
    A couple of small adjustments got your XML to work here:
    <?xml version="1.0"; encoding="utf-8"?>
    <WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1";>
    <WebMessageTable lang="en-us" system="WriteBack" table="Messages">
    <WebMessage name="WriteBack">
    <XML>
    <writeBack connectionPool="Connection Pool">
    <insert> INSERT INTO FACT (PRICE,PRODUCT_KEY,REGION_KEY,SALE_UNIT,TIMEKEY,SALES_QUOTA)
    values (@{c7},@{c8},@{c9},@{c10},@{c11},@{c5} ) </insert>
    <update> </update>
    </writeBack>
    </XML>
    </WebMessage>
    </WebMessageTable>
    </WebMessageTables>
    The <writeBack> tag is written with a lower case "w".
    The "connetionPool" needs an upper case "P".
    Update--
    I think that you have to specify also an SQL statement for the update tag, for example:
    <?xml version="1.0"; encoding="utf-8"?>
    <WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1";>
    <WebMessageTable lang="en-us" system="WriteBack" table="Messages">
    <WebMessage name="pmet_update">
    <XML>
    <writeBack connectionPool="PMTCOG">
    <insert> select null from dual</insert>
    <update> UPDATE XREF_PMET_URL SET URL= '@{c1}' WHERE API='@{c0}'</update>
    </writeBack>
    </XML>
    </WebMessage>
    </WebMessageTable>
    </WebMessageTables>
    The witeback wants for both the tags (<insert></insert> and <update></update>) an SQL Statement.
    Hope this help's
    Thanks
    Satya

  • How to create Presentation Variable in OBIEE 11g

    Hi,
    Can any one tell me how to create a Presentation Variable. I know about the creation of Session and Reporsitory variables.
    Is it to be created in the Edit formula of the column in criteria tab.
    Thanks

    Hi,
    Refer : http://gerardnico.com/wiki/dat/obiee/presentation_variable_initialization
    Thanks
    Aravind

  • How to ftp a report in OBIEE 11G

    Hi Experts,
    I want to ftp some reports to one server,Please help me out here,How to achieve this? My BI Server is on Linux Box.
    Thanks,

    Check this
    Setting Up Delivery Destinations - 11g Release 1 (11.1.1)
    thanks,
    Saichand

  • How to upload files to dashboard obiee 11g

    hi,
    can anyone explain how to upload files to obiee dashboard.
    thanks in advance..

    refer this link .
    http://total-bi.com/2011/02/external-files-obiee-dashboard/

  • How to manipulate the total in obiee 11g

    Hello,
    I would like to know if its possible to customize the Grand total in the table.
    I just added the grand total in a table.The table has 7 columns.5 columns the grand total is just a sum so no problem but the 6 and 7 column is % column its like
    grand total of col 6->(grand total of col3-grand total of col4 /grand total of col4 ).
    Is there a way i can do this?
    Thanks

    You can add this formula in column 6 like (col3- col4/sum(col4)) but at the total level you will get the tables first row value. This is the bug in 10g & 11g.

Maybe you are looking for

  • Dynamic Header(TOP-OF-PAGE) In HIERSEQ ALV

    Hi Experts, My Requirment is to develop a customer ledger in which the top of page is the detailed customer address follwed by list doc no... please suggest me how to get the Dynamic top-of page in HIERSEQ ALV ... Thanks in advance, With regards, Pra

  • Using LabSQL

    Hi, I am new to using labview in database access. I'm using MS access database and LabSQL. I did examples that are given within labSQL(e.g Fetch into Table, and Insert onto Table) and successfully compiled. I want to know if it is possible to insert

  • Oracle 11g grid control software for Oracle Enterprise Linux 5.0 version

    Hi, Just curious to know when Oracle 11g grid control software for Oracle Enterprise Linux 5.0 version will be released. If already released, can you post the link? Regards, Manohar

  • XSD from WSDL SOAP response

    From WSDL, I have SOAP respose as <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">  

  • Batch rename trashes XMP relations

    I just lost 400+ adjustments to all my raw images, I had imported them over several days of shooting, and edited and made quite a few adjustments. I like to name all my images with the date and seq #, like YYYMMDD_SEQ. After this set was completed, a