Filter creation in BI Answers

Hi,
i am new in BI development. when according to decumentation i create filter "Most Recent 12 Months" in sh schema it will be created but at the time of results following message arise:
The repository variable "maxMonthID" does not exist" How can I create these variables please help me in this regard i m follow this documentation
http://www.oracle.com/technology/obe/obe_bi/bi_ee_1013/saw/saw.html
Regards

Hi, you can create that variable in the Admin tool, manage menu- variables, review the doc to know more about all the different types of variables.
REgards.

Similar Messages

  • Please Help!!! Deployment failure error Jps servlet filter creation failed.

    Hello All,
    We are trying to move from 10g to Jdev 11g. We are in the process of deploying the WAR application to weblogic server. However, we keep getting one error after another. This is the latest one:
    [12:40:02 PM] [Deployer:149193]Operation 'deploy' on application 'webapp1' has failed on 'AdminServer'
    [12:40:02 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application webapp1 on AdminServer.: JPS-00063: Jps servlet filter creation failed. Reason: oracle.security.jps.JpsException: JPS-00065: Jps platform factory creation failed. Reason: java.security.PrivilegedActionException: oracle.security.jps.JpsException: JPS-00065: Jps platform factory creation failed. Reason: java.lang.ClassNotFoundException: oracle.security.jps.wls.JpsWlsPlatformFactory...:oracle.security.jps.JpsRuntimeException:JPS-00063: Jps servlet filter creation failed. Reason: oracle.security.jps.JpsException: JPS-00065: Jps platform factory creation failed. Reason: java.security.PrivilegedActionException: oracle.security.jps.JpsException: JPS-00065: Jps platform factory creation failed. Reason: java.lang.ClassNotFoundException: oracle.security.jps.wls.JpsWlsPlatformFactory....
    [12:40:02 PM] Weblogic Server Exception: weblogic.application.ModuleException: JPS-00063: Jps servlet filter creation failed. Reason: oracle.security.jps.JpsException: JPS-00065: Jps platform factory creation failed. Reason: java.security.PrivilegedActionException: oracle.security.jps.JpsException: JPS-00065: Jps platform factory creation failed. Reason: java.lang.ClassNotFoundException: oracle.security.jps.wls.JpsWlsPlatformFactory...:oracle.security.jps.JpsRuntimeException:JPS-00063: Jps servlet filter creation failed. Reason: oracle.security.jps.JpsException: JPS-00065: Jps platform factory creation failed. Reason: java.security.PrivilegedActionException: oracle.security.jps.JpsException: JPS-00065: Jps platform factory creation failed. Reason: java.lang.ClassNotFoundException: oracle.security.jps.wls.JpsWlsPlatformFactory...
    [12:40:02 PM] See server logs or server console for more details.
    [*12:40:02 PM] weblogic.application.ModuleException: JPS-00063: Jps servlet filter creation failed. Reason: oracle.security.jps.JpsException: JPS-00065: Jps platform factory creation failed. Reason: java.security.PrivilegedActionException: oracle.security.jps.JpsException: JPS-00065: Jps platform factory creation failed. Reason: java.lang.ClassNotFoundException: oracle.security.jps.wls.JpsWlsPlatformFactory...:oracle.security.jps.JpsRuntimeException:JPS-00063: Jps servlet filter creation failed. Reason: oracle.security.jps.JpsException: JPS-00065: Jps platform factory creation failed. Reason: java.security.PrivilegedActionException: oracle.security.jps.JpsException: JPS-00065: Jps platform factory creation failed. Reason: java.lang.ClassNotFoundException: oracle.security.jps.wls.JpsWlsPlatformFactory...*[12:40:02 PM] Deployment cancelled.
    I am sorry to have made the post title so eye catching, but we keep getting issues, one after the other and we are fast approaching the deadline for this upgrade. Thanks for being understanding.
    Please help!!!
    Edited by: user12054715 on Aug 29, 2011 7:16 PM

    UPDATE:
    I have been trying to find the class JpsWlsPlatformFactory and some sites say that it is present in the jar - jps-api.jar. So I looked in D:\Oracle\Middleware\oracle_common\modules\oracle.jps_11.1.1 and found a jar called jps-api.jar but the class JpsWlsPlatformFactory was not there. I also tried to find this class on the web but no success.
    This is very wierd that oracle.security.jps.wls.JpsWlsPlatformFactory is nowhere to be found on the internet!!!
    NOTE: Our application is based on JSF/ADF.
    Please help!
    Edited by: user12054715 on Aug 29, 2011 9:43 PM

  • Using FILTER function in oracle answers

    Gurus,
    I have a question related to using Filter function in oracle answers.
    When trying to insert a Filter (expr) Using (expr) clause in the formula area of a fact table field, It errored out with msg saying about using a wrong measure.
    I know this can be done with a case expression but I tried filter clause since this is available in oracle answers.
    Please help me figuring out this scenario.
    Thanks.

    David / Raghu - Thanks for u'r replies and apologizes for not posting question with proper material.
    Am posting my code and the error message from the screen.
    Code :
    IFNULL(FILTER("Fact - MBS Loan Transactions"."OUTSTANDING PRINCIPAL" USING "Dim - MBS Loan"."LOAN TYPE HPD/HDC/BNK" = 'HDC'),0)
    Error :
    nQSError: 10058] A general error has occurred. [nQSError: 22032] Function FILTER requires at least one measure attribute in its first argument. (HY000)
    SQL Issued: SELECT "Dim - MBS Loan"."LOAN AMOUNT", "Dim - MBS Loan"."LOAN TYPE HPD/HDC/BNK", "Dim - MBS Loan"."LOAN TYPE SEN/SUB", "Dim - MBS Project"."PROJECT NAME", "Dim - MBS Project"."PROJECT NUMBER", "Fact - MBS Loan Transactions"."AR BALANCE INTEREST", "Fact - MBS Loan Transactions"."GL BALANCE INTEREST", IFNULL(FILTER("Fact - MBS Loan Transactions"."OUTSTANDING PRINCIPAL" USING "Dim - MBS Loan"."LOAN TYPE HPD/HDC/BNK" = 'HDC'),0) FROM "Financials - MBS"
    OK (Ignore Error)
    Please continue answering my queries. Since am a newbie your answers won't be just a reply but it's actually learning for me.
    Thanks.

  • How to hide filter view calculations in answers in obiee 11g?

    Hi,
    I have a requirement to hide the "CASE WHEN" statements which are there in the filter view while viewing the report in Dashboard. User dont want to see the calculation part in filter view instead they just want to see the selected dashboard prompt value. For e.g
    case when (column name1('column value1' IN '@{Presentation_var}' ) > 0 AND "Table name"."column name2"='column value2') or (column name1('column value1' IN '@{Presentation_var}' ) > 0 AND "Table name"."column name2"='column value2') then "table name"."column name" end
    or
    case when 2 statement
    and
    Case when 3 statement
    or Case when 4 statement
    therefore user wants only the bold text value(table name"."column name) to be displayed only not the calculation at front end.
    I can think of Narrative view but how to do that exactly? Please help.
    Thanks..

    try this, It seemed to have worked for me..
    Below was my case statement
    (CASE WHEN '@{var_brand}' = 'Value1' and "Compl"."RecTypeId" IN (5,8,9) THEN 1
    WHEN '@{var_brand}' = 'Value2' and "Compl"."RecTypeId" IN (11,12,13) THEN 1
    ELSE 0 END)=1
    I used it as a column in my analysis with the following formula
    (CASE WHEN '@{var_brand}' = 'Value1' and "Compl"."RecTypeId" IN (5,8,9) THEN 1
    WHEN '@{var_brand}' = 'Value2' and "Compl"."RecTypeId" IN (11,12,13) THEN 1
    ELSE 0 END)
    and I made a change to the name of the column in the analysis using custom column headings and put it as "Brand"
    and now put a filter on this column and filtered it for for the value 1
    and my filters view now shows the column Name "Brand" instead of the Case Statement..
    See if this process works for you..

  • PPS dynamic filter creation - not your normal thing but we need a solution, dont think Performance Point can handle it!

    My challenge at the moment is that I need to create a dynamic filter. To explain this is a cascading filter but not your normal cascading filter,
    ie, Year/Month/day etc.
    Here we have a single Dimension, Organisation. It contains every level of a business,
    Site,
    Dept, 
    Company name,
    Division
    Holding
    Strategic Area
    From these as a default we have 4 built hierarchies with a different combination of the above.
    Activity (Strategic Area, Dept)
    Organisation (company Name, site, Dept)
    Sites (Division, Site)
    Holdings(Holding, Strategic Area, site, Dept)
    At any given time we have have additional Hierarchies created within the Dimension, further adding to the hierarchy list.
    We now have a challenge where we require our users to be able to in the first filter select the Hierarchy they want to use, ie, Holdings, Site, Organisation
    or Activity. This should then cascade to the second filter and contain the relevant hierarchy and levels as a multi select filter. Of course this also needs to be connected to number of graphs, charts and scorecards on the page, dynamically. 
    I have gone around the houses to get this to work but not having any luck. Tried the variety of filters available, MDX, member selection, tabular,
    SharePoint, and attempted to mix and match to get this to work. I cannot find a way but I don't believe this is not possible.
    If it is not possible we must look around for another front end solution for our BI Dashboards which I would prefer to avoid. Any response or suggestion
    would be much appreciated.
    Regards,
    Sheb

    Hi Sheb,
    Please check the articles below and see if cascading filter in PerformancePoint Dashboard can be help:
    http://technet.microsoft.com/en-us/library/hh272541(v=office.15).aspx
    http://www.dotnetcurry.com/showarticle.aspx?ID=872
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Performance with filter selection lilst in answers

    Hi,
    We have one subject area with 7 Dimensions and 2 fact tables (both are very huge). In Answers, whenever the filters are selected on Dimension Attributes for list of values, it is taking long time to populate the list of values. The backend query generated is trying to join to fact table to get the list of valid values based on other filters. Is there a way to change this behaviour. Lets say, if a filter is selected from Dimension 1 attribute 1 , then it needs to generate query something similar like this (SELECT DISTINCT ATTRIBUTE 1 from DIMENSION1) instead of generating query like (SELECT DISTINCT ATTRIBUTE 1 from DIMENSION D1 , FACT F1, DIMENSION D2 where D1.SID = F1.SID1 and D2.SID = F1.SID2 and D2.Attribute3 = 'XXXX').
    Is this possible ?
    Thanks for your help

    Looks like the fact table is physically mapped for dimension in BMM layer. In this case you are forcing dimension table to join with fact for any reason.
    Look at your configuration, if you really need to have force join then only physically map fact if not go for Logical Table Source.
    Hope this helps.

  • Filter not applied in answers because of aggregate tables

    Hi Gurus:
    I am having an issue with filters and aggregate tables.
    I have a report which I am filtering on a dimension.
    Now, if I dont expose that column on report, it is not filtering properly. It is hitting aggregate tables and hence result is not correct.
    I checked physical SQL issued, and it doesn't even have that filter in WHERE clause. However, logical SQL has it.
    However, if I expose that column on report table, then it is filtering properly, since it is hitting base tables.
    I cannot include this column in aggregated dimension , since it is not part of hierarchy ( Snow flaked ).
    Any idea why is this happening?
    Please help me.
    - Vinay

    Hi Vinay,
    The hints I gave you are not work-arounds or band-aids to OBIEE. They are the features in OBIEE meant for a specific purpose.
    As far as the Best Practice OBIEE is meant strictly to source a Fully Qualified Data Marts. You cannot expect a high level summarized data within a few seconds from OBIEE, if you dont have data rolled-up and summarized to different levels.
    When we first started using this tool replacing Actuate a couple of years ago, we thought our users will be happy seeing the reports on a click. But it was horrible than Actuate because we dont have our data rolled-up or aggregated.
    Now our users love the reports because we have highly aggreagated data sources such as Essbase, Materialized Views, Query Re-Writes, Indexes, Partitioning etc.... etc... and these are all out side OBIEE.
    Thanks
    Sai

  • Filter creation program for pc?

    Hello, im looking for a photoshop filter making program for the pc. Ive seen a few But seem to be strickly for mac. I have a art style that I want to make into a filter, if there is no program does anybody know how I can make one in photoshop cs4? any help with this would be great thanks!

    there wouldnt happen to be a tut for doing this? ive googled creating a droplet and all im getting is how to
    resize a picture. I cant seem to find what im looking for. basically much like how photoshop can distort an image with lets say plastic wrap or the stained glass effect. im trying to see if I can scan an image of my art work in, which is composed of a style of lines. And set this as a filter or someother thing so I can distort the image in that art style. maybe im not understanding what a droplet or action is? just a rough example. here is an older picture of what ive drawn. looks like crap, but its the only one ive got on my comp right now.

  • CRM2007:  Segmentation: Attribute list - mass filter creation

    Hi all,
    For a client I need to set up the marketing segmentation in CRM2007.  They want to have "postal code" as a segmentation option, but they don't have a regional structure maintained. 
    Manually creating all filters isn't an option because all postal codes of UK is to much..  Anybody an idea if you can mass create filters.  Or other options to segment on postal code?
    Points will be rewarded!
    Kind regards,
    Francis

    Hi Francis,
    Please do the following steps for your current requirement:
    - Go to transaction CRMD_MKTDS (Maintain data sources and attribute list)
    - Click Push button Create Selection Attribute list
    - Give Description, Category, Usage ID and Segmentation Object as Business Partner and press enter
    - Now click push button Assign Data Sources
    - Double Click BP Address
    - Select by tick mark City Postal Code and Country Key
    - Now select City Postal Code and select create filter button (4th from left in toolbar)
    - In screen Create Selection Attribute List, give description, short description and in criterion Select Interval from drop down list and give the From and To range of postal codes
    - Repeat the process if you require further range of postal codes.
    - Now select Country Key and select create filter button (4th from left in toolbar)
    - Give description, short description and in creterion select Equal To UK
    - Save the Attribute list.
    - Now when you select the attribute list in the segment builder (crmd_mktseg), you can provide the required range, that you have defined in the previous step, by drag and drop in the staging area
    - Repeat the process for country key UK  by Keep functionality.
    By doing the above process, you can create a segment of all BP's belonging to UK within a specified postal code range.
    Wish this was useful to you.
    regards
    Srikantan

  • Saved Filter Creation

    Hi ALL,
    I want to how to create a saved filter for the below mentioned query ... I am confused in creating this . Kindly please help
    @Select(GL Date\GL Date Fiscal Period) BETWEEN
         (select case when convert(int,@Prompt ('Click on VALUES Button to Select the number of ROLLING Closed Fiscal Periods you want to report on', 'N', {'1','2','3','4','5','6','7','8','9','10','11','12','13'}, MONO, CONSTRAINED)) > (SELECT convert(int, SalesDM_NAM_LATAM.dbo.ParameterDim.CharValue) FROM SalesDM_NAM_LATAM.dbo.ParameterDim WHERE (SalesDM_NAM_LATAM.dbo.ParameterDim.PrimaryKey = 7)) then 1
              else ((SELECT convert(int, SalesDM_NAM_LATAM.dbo.ParameterDim.CharValue) FROM SalesDM_NAM_LATAM.dbo.ParameterDim WHERE (SalesDM_NAM_LATAM.dbo.ParameterDim.PrimaryKey = 7))-convert(int,@Variable('Click on VALUES Button to Select the number of ROLLING Closed Fiscal Periods you want to report on')))+1 end)
         AND (SELECT convert(int, SalesDM_NAM_LATAM.dbo.ParameterDim.CharValue) FROM SalesDM_NAM_LATAM.dbo.ParameterDim WHERE (SalesDM_NAM_LATAM.dbo.ParameterDim.PrimaryKey = 7))

    So, where are you facing the problem ? Try to break the filters in steps to make it simpler.

  • Building an Answers Request filter dependent on another Answers Request

    I want to build an Answers Request that uses a Page Prompt to filter its results. Then I
    want a second Answers Request to filter its results based on the prompted column in
    the first Request. Is this possible?
    I tried doing it this way. I put the first Request into a dashboard along with its Page
    Prompt. It behaves as expected. Then I navigate to the second Request, using a
    dashboard Link. The second Request does not filter its results based on the first
    Request.

    Well I fixed this by creating an extra report, in fact I saved my report from which I'm drilling as a new one and filter on the drill column with 'is prompted'. Then in my report to which I want to drill to I filter on the column and make it based on the results of my extra report (Invoiceid is equal to any Source_id in GL_Journal_drill).
    But now the strange point is that in this case I don't succeed, but in my previous case it worked properly. In The meantime I got a higher version of OBIEE (10.1.3.4.1), maybe this is the reason...
    Anyway, any help is welcome...
    thx
    Mario

  • Security Filter Creation Issue

    Even after security has been applied in Planning to all dimensions with security enabled the filter being created only has one row that is contains “None”. Can anyone explain why this would be happening?
    This is 11.1.2.2 and the application is being managed with EPMA.

    The user was not setup to have all of the dimensional security. When the security was applied for all dimensions the filter created as expected.

  • Filter creation problem

    when i am creating a filter manually ,i get the following message
    Invalid syntax in filter line [1] with error number [1200315] - see application log file
    and the error code says invalid object type
    what doe that invalid object mean?
    how to solve this ..........please help
    Edited by: lakshmi narayan on Aug 28, 2010 5:36 PM
    Edited by: lakshmi narayan on Aug 28, 2010 6:46 PM

    Hi,
    Please also post the complete version.
    regards

  • Basic Interactive 3D PDF creation? Need answers....

    I've got Acrobat 9 Pro Extended, and am trying to re-create a technical repair 3D pdf similar to the samples I've seen online (like the carburetor repair pdf located somewhere on this site). So far, I've been able to create my own animated 3D pdf from a STEP file in Acrobat 3D Reviewer and export it to PDF using the supplied template. From there, I want to create button click steps in the pdf that start/stop the animation steps. I've followed the outdated Acrobat 3D tutorial I found (on this site again), but my buttons and script won't work for me. If I try to attach Javascript, it kills my embedded animation. So all I have right now is a 3D pdf that keeps looping the animation and I can't figure out how to control it. Is there another basic tutorial or more information on what makes Javascript work inside a pdf? Is there anyone offering training on how to do this? Starting to lose the hair I have left.......thanks in advance for any replies....

    Look at JS you attach in pdf. You must activate youre own embedded animation with this JS.

  • Filter to Inbox and answer an e-mail

    In Thunderbird I use more email addresses and there are filters to place all coming in email to one specific Inbox. But when I do an answer of one of the emails Thunderbird gives it always the send email address of this specific Inbox instead of my email address from the email. Can I change this?

    There are add-ons that aim to select an appropriate identity to use as the "From:" address when replying. Thunderbird tends to prefer the primary identity associated with the account currently open, and add-ons can modify this behaviour by seeking an identity within the selected message and then using the appropriate identity when composing a reply. If you were moving messages to Local Folders, which I think is preferable to moving them into a real email account's Inbox, then it would offer the default identity. I think there are also bugs in Thunderbird which make automatic reply address selection erratic; Reply All in particular seems to make a total mess of choosing a relevant From: address.
    e.g. https://addons.mozilla.org/en-US/thunderbird/addon/correct-identity/?src=api
    However, your problem illustrates a major disadvantage in the business of moving messages into a communal Inbox; messages' provenance tends to be lost, and if this is important to you, then it may be better to leave messages in their original Inbox and use some other way to manage them. I use Saved Searches to collate newly-arrived or unread or project-specific messages, so their actual location become less significant. A common reason for doing as you have done is a fear that new messages will be missed, or are hard to find, being scattered over multiple accounts.
    A built-in feature intended to address this is the '''View|Folders→Unified''' option, which collates common folders into virtual folders. I don't use it myself, and can't recommend it, as it has, in my opinion, several bugs, including inaccurate message counts, which make it unreliable.
    https://support.mozilla.org/en-US/kb/using-saved-searches

Maybe you are looking for

  • Support Line - Call Forward All through Hunt Pilot to cell phone

    I know I may be beating a dead horse, but I've found so much help in these forums that I figured I'd give it a shot. We have a Cisco Unified Communications Manager Business Edition and we are running into a configuration issue. What we would like to

  • How to have two seperate Itunes on the same computer for two Ipods?

    Is there a way to have two separate Itunes downloaded on the same computer for two different Ipods? My sister got a new Ipod and she wants to hook it up to the computer but when ever she does it just pulls up my Itunes and has all of my songs on ther

  • Can't review apps

    I am having problem on my ipad mini 2.  I only have one Apple ID, and every time I try to post a review, I get the message "you must have purchased or downloaded this item to write a Customer Review."  This problem is with most of the Apps.The applic

  • HT4796 why aren't my files appearing?

    I used the migration assistant to transfer my iTunes folder from my PC to my Mac so that I wouldn't have any issues when I synced my phone to the new mac.   The music isn't showing up unless I sign out of my administrator account and sign in to some

  • When do new computers get Lion pre-installed after the roll-out?

    Once Apple announces the availability of Lion, how long does it take before one can order a new iMac from the online Mac Store with the new OS pre-installed? I've been waiting to purchase the iMac after the Lion roll-out so I don't have to install it