Column level filter at RPD level - OBIEE 11g

Hi all,
How do i add a filter at the column level in logical layer for one of the metric , it has the following calculation
case when id in (1,2,3,4,5,5) and category='AS' then case when points=10 or points=9 then 1 else 0 end end
I want the metric to reused for other id's as well... so i want to put case when id in (1,2,3,4,5,5) in filter of the column. how do i achieve it? plz help
Thanks,
Lona

Your question is not clear, I assume you want points to be reused for other ids, so try this
case when id in (1,2,3,4,5,5) and category='AS' then
case when points in (10 ,9) then 1
else 0
end
else points
end
if helps mark
~ http://cool-bi.com

Similar Messages

  • Error while deploying RPD in OBIEE 11g (11.1.1.3)

    Hi Friends,
    At times while deploying RPD in OBIEE 11g, I am getting an error, "_*Supplementary information regarding operation: DOMAIN, UNEXPECTED_ERROR;/tmp/zipped-directory.zip (Permission denied)*_".
    We have installed OBIEE over a LINUX machine. I tried to locate this file in the server but was not able to find any such thing. This error happens at random and I am unable to predict the occurrence of this error.
    Can someone guide me how to resolve this issue?

    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.
    Regards,
    -Amith.

  • Displaying of charts as a separate column in table view view in obiee 11g

    Hi all,
    we have a requiremnet where i need to display charts in a separate column in a table view in OBIEE 11g. can any body help in achieving this requirement?
    Thanks in advance.
    Regards

    HI All,
    Can any body let me know how to achieve this requirement!
    charts also should be dsplayed in a column in table. I had gone through below Sparkline graph link but didn't move forward with Jquery. can any body help me in understanding this?
    http://srisnotes.com/tag/obiee-11g/.

  • Error deploying RPD in  OBIEE 11g

    Hi All,
    I am trying to deploy RPD in OBIEE 11g. Everything has been working fine then I had an error on trying to restart the server. Server Log returned the below message.
    [13026] Error in getting roles from BI Security Service: 'Error Message From BI Security Service: PolicySet Invalid: WSM-06102 PolicyReference The policy reference URI "oracle/wss_username_token_service_policy" is not valid. '
    [43065] The connection with Cluster Controller PIETRO_MAXIMOFF:9706 was lost.
    Thanks in advance for any solutions.

    Hi,
    This kind of issues occur, when the application wsm-pm is not running. To resolve this, login to EM -> Application Deployments -> Internal Applications. The two applications wsm-pm on AdminServer and managed server should be up and running.
    Hope this helps.
    Thank you,
    Dhar

  • Merging two rpds in OBIEE 11g

    Hi,
    To merge two RPDs in OBIEE 11g, do I need to have both RPDs online? What are the pre requecities? Do I need to modify ini file to mention those RPDs.? Please tell me the steps involved.
    Thanks and Regards
    Santosh

    Q1. If I create a merge RPD from two independent sources, then, how does the physical layer is built?
    A1.
    Q2. Does it creates separete schema in physcial layer for tables from first source and another schema for other source?
    A2.
    Q3. If two separate schemas are built then does those schema pull data from there respective sources independently in Answer?
    A3.
    Q4. If it create combined schema, then hw is data fetched in Answer? Is there any link created by default or developer need to create a common link between two schemas?
    Hw will it fetch data from two seperate data sources during runtime?
    A4.
    Please provide some conceptual understanding for above queries.
    As far as I understand with my knowledge in OBIE, separate connection pool is required for each source when you create merged RPD since tables are from two separate DB sources even if being in the single rpd after merge. If my conceptual understanding is wrong then, guys, please help me to understand.
    Thanks
    Santosh

  • Filter at rpd level

    plz tell me the syntax for -filter a particular table on the basis of a particular column at rpd level.
    for exp-I want to filter a employee_detail table where dept=sales

    Hi,
    In BMM layer under sources you can see logical table sources for that Table.Click on the source table of that column and them and go to last tab(Content) and apply filter under where clause.
    Regards,
    Srikanth

  • Error while deploying new RPD in obiee 11g

    Hi ,
    Getting the below error , while activating changes , after deploying a new RPD through EM :
    Message SEVERE: Element Type: JEE_SERVER, Element Id: 01HW447397:bi_server1, Operation Result: UNEXPECTED_ERROR, Detail Message: Exception occured during setting configuration values.
    Supplemental Detail Underlying cause of exception was:
    oracle.bi.management.exceptions.ConfigMBeanRTException
    Failed to generate edit filename for: C:\WINDOWS\ODBC.INI; java.io.IOException: Access is denied
    Report on underlying changes made is:
    INFO: Element Type: JEE_SERVER, Element Id: 01HW447397:bi_server1, Operation Result: APPLYING_CONFIGURATION_CHANGES, Detail Message: null
    FINE: Element Type: ORACLE_INSTANCE, Element Id: 01hw447397:instance5, Operation Result: APPLYING_CONFIGURATION_CHANGES, Detail Message: null
    FINE: Element Type: BI_INSTANCE_DEPLOYMENT, Element Id: 01hw447397:instance5:coreapplication, Operation Result: APPLYING_CONFIGURATION_CHANGES, Detail Message: null
    FINER: Element Type: SYSTEM_COMPONENT, Element Id: 01HW447397:coreapplication_obis1, Operation Result: MODIFIED_ATTRIBUTE, Detail Message: Attribute: RepositoryName set to value: PaintDesign_BI0008.rpd (was: DipTest_BI0005.rpd)
    FINE: Element Type: BI_INSTANCE_DEPLOYMENT, Element Id: 01hw447397:instance5:coreapplication, Operation Result: APPLYING_ENDPOINT_CHANGES, Detail Message: null
    FINER: Element Type: SYSTEM_COMPONENT, Element Id: 01HW447397:coreapplication_sawbridge, Operation Result: MODIFIED_ATTRIBUTE, Detail Message: Attribute: sawservers set to value: 01hw447397:9710 (was: )
    FINER: Element Type: SYSTEM_COMPONENT, Element Id: 01HW447397:coreapplication_obips1, Operation Result: MODIFIED_ATTRIBUTE, Detail Message: Attribute: JavaHostProxyHost set to value: 01hw447397 (was: )
    FINER: Element Type: SYSTEM_COMPONENT, Element Id: 01HW447397:coreapplication_obips1, Operation Result: MODIFIED_ATTRIBUTE, Detail Message: Attribute: JavaHostProxyPort set to value: 9810 (was: )
    FYI , I succesfully checked in the RPD , tried restarting all BI services and re-login into EM . But the error still exists .

    Thanks for your replies !!
    In any of the RPD deployments I'm getting the same error , not for some particular RPD .
    FYI , yesterday (before this issue) I had a issue with starting presentation services , so as adviced in forum I replaced the files sawguidstate and sawguidstate.atrin the location:
    <Instance_Home>\instances\<instance_name>\bifoundation\OracleBIPresentationServicesComponent\coreapplication_obips1\catalog\<project>\root\system\mktgcache\<name>
    with the same files from a backup or from another working OBIEE 11g (11.1.5)instance.
    plese refer : Re: Unable to start presentation services , in OBIEE 11g
    Is this causing the deployment issue ?

  • How to Freeze Dynamic arrangement of columns in tables a Pivot in OBIEE 11g

    HI
    I am using OBIEE 11g .
    Reports are displayed in dashboards. I want to disable dynamic arranging feature of columns in tables & Pivot table.How to do that.
    Thanks
    Abdul

    Hi,
    Kindly do the below changes in your end..please go to your obiee11g installation folder under
    BI11g\Oracle_BI1\bifoundation\web\msgdb\messages\answerstemplates.xml find it the take back up and Edit the copy of the file and
    Search with "Sortable" keyword in kuiCriteriaDefaultViewElementsMask element but I'm not sure sortable="False" then restart it
    Note: it will afftect entire answres report.
    Thanks
    Deva

  • Deploy RPD in OBIEE 11g

    Hi experts,
    I am able to deploy RPD & catalog using EM but this process is very time consuming(may be because of graphical presentation takes time to load).
    I want step by step how can I deploy RPD using command in windows.
    I am trying  http://obiee-rk.blogspot.in/2012/08/how-to-deploy-rpd-using-shell-script.html but not getting success.
    Can u please explain it in more brief.

    you can do it using EM
    check this BI Direct: OBIEE 11G Repository and WebCat Migration Procedures -PART A -Full Repository &amp; Webcat Migration

  • Fact column without aggrigation at rpd level is  showing error in report

    Hi,
    in my repository fact table is there "service request".
    in that fact i have created one column and i havent given aggrigation. And i havent given levels also.
    But if i create report by using this column, it is throwing error.
    how to create messure without aggrigation and without levels?
    Thanks
    Anjireddy

    What is the error that you get?
    Thanks,
    Venkat
    http://oraclebizint.wordpress.com

  • Object Level security not working on OBIEE 11g 11.1.1.7

    Hi,
    I am experiencing problems with object level security applied on application role in 11.1.1.7 version. If i create a user and assign that user to a application role and give that application role permission to Access Answers in Manage previleges, it is not working. If i directly add a user to permission list in Manage previleges section then user is able to access the answers. I added that application role in "Access to Answers" section in Manage previleges section. Permission for Authenticated users is denied.
    We recently upgraded from 11.1.1.5 to 11.1.1.7. Please can someone confirm if it a bug in 11.1.1.7 or it is because of the upgrade process.
    Regards,
    Sandeep

    Hello Sandeep,
    I have just verified the below scenario as you said but didnt find any issue.
    I have just created a User, Group and Applictaion Role under default authentication provider . Assigned user under group and group under newly created application role and provided access to answers for new application role under manage privilages and I am able see it.
    This might not be a 11.1.1.7 bug check it from upgrade end.
    Regards,
    Srikanth

  • Reset password for RPD in OBIEE 11G

    Hi.
    Is there a way to reset or bypass the password to open a RPD in offline mode ?
    I'm using OBIEE 11.1.1.5 linux, and using the Administrator standalone client in windows.
    Thanksx !!

    To the best of my knowledge, there is no way to open the 11g RPD if you don't know the password. The password is basically the encyption key used to encrypt the RPD.
    Once the RPD is opened, you can change the pwd from the File Menu

  • Not able to save date column with custom date format. in OBIEE 11g

    Hi,
    I have migrated one report from OBIEE 10g to 11g. There is a date column with customized date format(i.e. Default format is 'dd-MMM-yyyy' and I have used 'MMM-yyyy').
    But when I use this custom format and try to save the report in 11g its giving this below error.
    ''Catalog object privilege validation failed for user to path /shared/ALM BI/Finacial Results/History Income Statement Detail.
    You do not currently have sufficient privileges to save a report or dashboard page that contains HTML markup.
    This HTML might be present in column headings, table headings, text views, narrative views, the print header,
    or the print footer and must be removed before saving.''
    Please let me know what changes I need to do for this.
    Regards,
    Ambika Nanda.

    Hi ,
    privilage issues...check the security settings once..
    Thanks,
    Ananth

  • Deploying RPD in OBIEE 11g

    Hi ,
    Is there a way to deploy RPD in OBIEE11g with out using Enterprise Manager because i have logged on to Enterprise manager and when i click on Business Intelligence/Coreapplication
    Its take lots of time and still not going to next step.
    can any one suggest me if there is way to increase the Enterprise manager access speed.
    what is the reason its take such a long time?
    Thanks

    I think FMW Control EM is the only way to deploy RPD in 11g as it controls the RPD versions. About the slowness of EM, not sure. You can try cleaning cache of the browser.
    Regards,
    Kalyan
    http://123obi.com

  • 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

Maybe you are looking for

  • Canl connect mac book pro to tv bravia wireless

    can l connect mac book pro to tv bravia wireless

  • The applications icons on home screen are smaller now

    Please help after updating.. the home screen icons .. I mean all applications are smaller now than before ,, I have Q10 so please I need help in making them bigger

  • Urgent help in sql plz

    hi i need to genarate sql query for 1 table X id   Yid Day 1 a 11/12/2006 1 a 11/12/2006 1 p 11/12/2006 1 a 3/12/2006 1 p 3/12/2006 2 a 11/12/2006 2 p 11/12/2006 I need to genearte report in follwoing format X_id y_id Day day count 1 a 11/12/2006 2 1

  • Error Updating itunes

    When trying to update iTunes from 7.02 to 8 I keep getting an error message: Could not access network location iTunes\. I get this same error when trying to remove iTunes as well. I have updated everything I can on Windows xp as well as followed all

  • Disc 2 Intel 10.4.6

    " Big Apple Logo Installing Mac OS X and Applications To install Mac OS X and the applications that came with your computer, use the Mac OS X Install Disc 1. Double-click "Install Mac OS X and Bundled Software" and follow the onscreen instructions. ©