KPI doesn't filter according to the repository variables- obiee 11g

Hello all,
I have created a KPI that contains the following dimensions:
Year, Monthname, Trn_date
I have also created some 3 repository variables:
CurrentYearRepoVariable: holds current year (select to_char(trunc(sysdate, 'yyyy'),'yyyy') from dual)
CurrentMonthRepoVariable: holds current month (select to_char(trunc(sysdate, 'mm'),'MONTH') from dual)
and TodayRepoVariable: holds current day (select trunc(sysdate) from dual)
I added the KPI in a KPI watchlist and added as filter for Year, Monthname, Trn_date the CurrentYearRepoVariable,  CurrentMonthRepoVariable and TodayRepoVariable accordingly.
When I “analyze” the KPI I don’t see the results for the current day as if the filters are not correct. I can see from the repository that the variables have the correct values. I have also created an analysis where I applied the same filters and the result is the correct one. It seems that the KPI doesn’t seem to “see” the correct values of the variables. I have also tested with an agent and it doesn’t seem to work either.
The OBIEE version is 11.1.1.6 .
Can somebody help with this? How is it possible with the analysis to see the correct result but not with the KPI and agent?
Thanks in advance,
Konstantina

Sorry I was wrong in my previous thread.
Actually your approach is not correct, Product Number choose constraint that will show as per the selection of Product Name.
Coming to default value for Product Number you are going for sql override that is okay but not work with variable, instead of setting default values for product number set that to product name.
if not you need to go for 2 different prompts
Prompt 1 Product Name hit GO
Prompt 2 will work based on as you defined earlier with variables
Hope this helps

Similar Messages

  • Tables not importing to the repository in OBIEE 11g

    Hi friends,
    Soon after giving OCI connection, im trying to import five tables from my user, soon after selecting the table and giving import. The import dialog box is opening and it is keep on importing and it is not stopping at all, due to that the tables are not coming to the repository.
    What is the problem over here.
    Thanks
    All izz Well
    GTA

    I tried, like that also but it didnt helped me too.
    GTA

  • My sons Iphone5 is not eligible for content filter according to the website. Can I do something to make it "eligible"?

    My sons Iphone5 is not eligible for content filter according to the website. Can I do something to make it "eligible"?

        We certainly know how important it is to manage content filtering on wireless devices deckhand. I'm happy to advise that the iPhone has built in restriction options. On the device, simply go to Settings > General > Restrictions. Here you can enable restrictions on certain device function. I hope this helps.
    Thank you…
    ArnettH_VZW
    Follow us on Twitter @VZWSupport

  • How the repository variable work on the dashboard report in static text

    I would like to display something like the below on the dashboard prompts in static text.
    The Data extracted as of <repository variable>
    I created a repository variable which extracts the last updated date of the warehouse.
    The static message on the dashboard should show as above where repository variable should be the last updated date from the warehouse.
    I appreciate if anyone can help me do this.
    Thanks in advance.

    1) Put an extra column in your workspace. It doesn't matter what column you choose. Drag this column all the way to the left so it is the first column in your Request.
    2) Click on the fx button and delete the contents.
    3) Click on the "variable" button on the bottom right of the fx window, select "repository variable" and then type the name of the repository variable you created.
    4) Go to the Narrative View.
    5) Type the text, "Data extracted as of" and then type @1.
    6) Change the "Rows to display" (right-side of the Narrative View window) to 1.
    7) Add this view to your Compound Layout.

  • How we cal the repository variable in static view

    Hi All
    i need to call the repository variable in static view.
    can any one help on this.
    thanks
    bethamsetty

    Hi,
    Did you try using this syntax in static text view?
    @{biServer.variables['VariableName']}
    Thanks

  • How to set the First Day of the week in OBIEE 11g

    In OBIEE 10g, there was a timeline.pcxml , that allowed you to change the First Day of a week (Default Sunday) to monday etc etc..
    Where can we find the same in OBIEE 11g ?
    Thank you ,
    Smrithy

    There are probably several ways. We have a universe string object named "Month" which is in the format "YYYY" then "M" and the month number. For instance any date in June 2010 would have in this object:
    2010M06
    So we made this variable in Webi for [First Day of Month]:
    =ToDate(Right([Query1].[Month];2) + "-01-" +Left([Query1].[Month];4);"MM-dd-yyyy")
    Hope that helps.

  • How to pass the repository variables in title view in obiee 11g

    all I am trying to create a reprot and the format of that report is
    TEST REPORT
    month range : 04/01/2012-04/30/2012.
    how can we get that date range in the title view.
    Any suggestions??

    Hi,
    For session variables:
    @{biServer.variables['NQ_SESSION.variablename' ]}
    For repository variables:
    @{biServer.variables['variablename']}
    Try this syntax in the title view it should work.

  • How can we define the Repository in OBIEE

    Hi All,
    I am a new user of OBIEE. Can someone tell me what exactly the Repository is?
    Also, can I say that the OBIEE is a super set of Discoverer? Or we can not compare these two products?
    Any other information on OBIEE is highly appreciated.
    Thanks,
    CAH

    hi,
    A meta data repository is a database of data about data . The purpose of the meta data repository is to provide a consistent and reliable to data. The repository itself may be stored in a physical location or may be a virtual database, in which meta data is drawn from separate sources.
    Please go through this link
    http://ranzal.wordpress.com/2009/03/11/creating-an-obiee-repository-for-relational-data-source/
    IF you found this article useful award points
    Thanks,
    saichand

  • Problem in Getting Count answer for the report in OBIEE 11g..

    Hi friends,
    I created a report in OBIEE 11g, but i'm not getting the correct answer as i expected...I'm getting answer in presentation services but the answer is wrong..
    I'll explain to you with an example report: Suppose in the report "NATIONALITY COUNT IN DEPARTMENT WISE" manner
    i dragged the Nationality column from per_all_people_f which is dim table and i dragged the column that i applied aggregation rule "count" for the column "nation count" from per_all_assignments_f which is fact table......If i viewed answers means i'm getting correct answer
    (i.e.) nation count per Nationality..........
    NATIONALITY<---------------------->NATION COUNT
    AUSTRALIA 40
    INDIA 20
    AFRICA 10
    USA 5
    The above is the answer I'm getting with out including the department column from hr_all_organization_units...........
    But since according to the report i need count in department wise manner, so for that along with nationality and nation count column i dragged department column from hr_all_organization_units which is dim table and also i hide that column as i dont want to view the department column in answers..........
    If i clicked answers, means then I'm not getting the nation count for the nationality......... I'm getting the answer 0 for each and every nationality, if i included the hided department column
    NATIONALITY<----------------->NATION COUNT
    AFRICA 0
    AUSTRALIA 0
    INDIA 0
    USA 0
    I'm getting answers like the above if i include the department dimension column which is in hided manner.........................
    What is wrong with it........Whether i made any logical mistake for the report.....If so guide me friends..........
    Cheers,
    Harry...........

    Hi,
    you said about writing query in DB.......whether U meant of trying checking the query in toad..or something else..........
    Since im giving only one join from dim to fact in the physical diagram........
    But more than one join exist between those dim and fact, but im giving only one join mainly the primary key column of the dimension table to the fact table....Whether i need to give all the joins that exist(even if it has 2 or 3 joins between those fact and dim) tables....
    If i give count distinct means it is giving count for every nation as 1....like i mentioned below
    NATIONALITY<----------------------------------------------------->NATION COUNT
    INDIA---------------------------------------------------------------------1
    AUS------------------------------------------------------------------------1
    CAN------------------------------------------------------------------------1
    Since you said to check about depts of the particular column....i couldn't able to understand about "depts" that you meant????
    Whether i made any logical mistake...........
    thanks,
    Harry...
    Edited by: HariPrasad on Oct 10, 2010 9:55 PM

  • How to deploy repository in OBIEE 11g

    I installed Oracle BI on a 32 bit system. Used the upgrade assistant to upgrade the repository from 10g to 11g. Everything went well and I could see all my dashboard.
    Now my question is I need to do this installation on my clients computer so I installed BI on it. But now instead of going thru upgrade process can I just use the upgraded repository from my system? If so how should I do the deployment?
    Many thanks

    Thanks for the link. It did work.
    However I need to do this on few systems. Is there a way to do without using UI. I mean can i just copy few files or update existing once to do this? Or do in silent mode. Basically I don't want to connect client computer every time if they want to install BI on a seperate box. So looking for some automated way....
    Also when I tired to open this RPD in Admin tool I was keep getting invalid username/password. This is error in
    [2011-02-25T18:25:00.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00hyvMvD9ezFw0zvBP0DRz1ldOy2jkIx60001S800000a] [tid: 157c] Error Message For Administrator: User not authenticated.
    [2011-02-25T18:25:00.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00hyvMvD9ezFw0zvBP0DRz1ldOy2jkIx60001S800000a] [tid: 157c] [nQSError: 43126] Authentication failed: invalid user/password.

  • Not able to import the data in OBIEE 11g

    Hi Gurus,
    I had just build a new development instance from scratch.
    Q1) I am getting database connnection error on the Dashboard and when i tried to update row count from physical layer it also throws me an error, as i test i tried to import but i also got an error " The connection has failed", i am able to connect thru SQL Developer. Where does OBIEE 11g look for the tnsnames.ora file.
    Q2.) Where and what setting do i need to so that i can add the users in the application roles by searching them in the EM, means the LDAP users. I had gone thru most of the stuff in the web but could not get thru.
    Regards,
    Amit

    Ans 1. This is one of the most commonly asked questions on the Forum. I hope you'd search through available posts on the Forum before creating a new discussion. In any case, this might help: http://123obi.com/2011/03/error-the-connection-has-failed-in-obiee-11g/
    Ans 2. Have you set up the integration with the LDAP provider or are you looking for help with that too? These should help:
    http://docs.oracle.com/cd/E21764_01/bi.1111/e10543/privileges.htm
    http://www.rittmanmead.com/2012/03/obiee-11g-security-week-understanding-obiee-11g-security-application-roles-and-applic…
    http://www.rittmanmead.com/2012/03/obiee-11g-security-week-managing-application-roles-and-policies-and-managing-security…

  • Customize the Header in OBIEE 11g

    I am able configure and use customize Skins and Style in OBIEE 11g. MY issue is that after user login to OBIEE 11g, it display Home page. I need to add or remove some links from the top right corner of the header. In OBIEE 11g, this header is consistent for funtions.
    Any idea if the this can be cutomized? If yes then which files I should be updating like pages or messages ares in BIP.

    Following xml seems to be corresponding one.
    <OH>\bifoundation\web\msgdb\l_en\messages\uicmsgs\saw.header.xml
    For example, I tried to modify as below and the "Home" character was vanished in the dashboard page.
    (Before)
    <WebMessage name="kmsgHeaderHome"><TEXT>Home</TEXT></WebMessage>
    (After)
    <WebMessage name="kmsgHeaderHome"><TEXT></TEXT></WebMessage>
    Hope this helps,
    Miki

  • Display the total number of rows for the report in OBIEE 11g

    Hi, In obiee 11g, the pagination will be 1-25. Is there any possiblity in obiee to show the total rows count next to pagination. Ex: if the result contains 120 rows. it should display after the pagination
    Records 1-25. Total of Records : 120
    Is there any way we can display the total number of rows for the report.
    Kindly help me.. Its very urgent requirement.
    MAny Thank in advacne

    Check this http://obiee100.blogspot.com/2011/07/display-total-number-of-records-in.html
    and
    http://docs.oracle.com/cd/E28280_01/bi.1111/e10544/appsql.htm#CHDCDIDA
    You have to go something like as suggested in previous link.
    Mark as correct/helpful

  • Error during the installation of OBIEE 11g

    Hi all,
    i have an issue with OBIEE 11g when installing it on windows seven .It stops in the creation of the instance as .
    when i read the log file i saw this : java.outofmemoryerror permgen space
    my question is how can i increase the permgen space ?
    Thanks all

    Check this link
    http://prasadmadhasi.com/2011/11/13/increase-java-heap-size-for-oracle-map-builder/
    Also check
    http://www.unitask.com/oracledaily/2012/02/29/obiee-11-1-1-ibm-jdk-tuning-for-weblogic-11g-under-aix-6-x/
    Pls mark if helps

  • Where to change the hyperlink of the logo in OBIEE 11g?

    Hi all,
    The title explains the question. Does anyone know the answer for it?
    Thanks in advance.
    -Amith.

    In OBIEE 11g the Logo in the upper-left corner does not have an AHREF reference or tag.
    The only way to change this is to modify the actually header template XML file for the header.
    This should be easy enough to find.

Maybe you are looking for

  • Return of customer consignment stock

    Dear all, If, in the standard SAP system, a return delivery from customer consignment stock is done (sales doc: KA, Mvt: 632) the goods are moved to the unrestricted stock. This isn't a very good solution, as the users often forget to move the goods

  • UPDATE COLS OF ONE TABLE FROM VALUES OF CERTAIN COLU OF ANOTHER TABLE

    I have two tables table1               table1      (col1,                (col1,           col2,                col2,           col3,                col3,           col4,                col4,           timeperiod)                timeperiod) both have

  • Invoice price block,PO in different currency

    Hi, The PO and the invoice are in different currency and the invoice is price blocked. 1.What do i do? 2.And how to check the difference in amount if the currency of PO and invoice are different?And what is to be done for it? 3.The accounting documen

  • HT1386 My ipod touch is not recognized and will not charge or sync when plugged into my computer, how do I fix this?

    My 5th gen Ipod touch has not been recognized by my computer since IOS 7 came out. I havn't been able to sync any new songs (wi-fi or plugged into the computer) and will not charge while plugged into the computer. I have tried to find it in the devic

  • Links from powerpoint document

    I created a document in powerpoint with links to different pages within in the same document. When I then convert this to a pdf file the links work fine when the document is being viewed in full screen mode, but if the document isn't being viewed in