11.1.1.6.2 - IS BETWEEN filter not useable

I'm unable to apply a saved filter that uses an IS BETWEEN operator. I can create it, but not add it to any future analysis. When I double-click to add it to the analysis, nothing happens.
In Sample Sales:
1. Select "Products"."P1 Product" and "Base Facts"."1 Revenue"
2. Create a filter: Revenue is between 2000000 and 3000000
3. Save the filter
4. Remove the filter from the analysis
5. Try to reapply the filter by double-clicking it in the Catalog panel
Can someone confirm, please?

Mark
Yes - your finding is right.
Check out this one -
http://obiee1000.blogspot.in/2012/06/unable-to-apply-is-between-saved-filter.html
Thank you.

Similar Messages

  • Date between filter not working

    Hi,
    I am using Action links to open Report2 from Report1. For my 'Date between' filter (current date and previous two days) in Report2, I previously had 'Advanced SQL' statement but later switched to session variables.
    Now when I am using session variables and open Report2 from Report1, I am only able to view the data for the current date and not the previous two dates. When I view Report2 independently in the Results tab, I can view all 3 days data.
    Could anyone please help on why I am not able to view all 3 days data when opened from Report1.
    Regards.
    NB: I am using OBIEE 11.1.1.5.0

    "Protect this filter" did the trick. I should have thought of it before but somehow just slipped my mind.
    The second report was taking the effective date from the parent report.

  • Sort order column with a between filter

    Hi all,
    [using OBI-EE version 10.1.3.3.1]
    I've got a column 'BLOCK_ROW' which contains values A,B,C....AA,AB,AC...BA,BB...FK,FL
    Alphabetically this orders A,AA,AB.... which is incorrect. The order should be A,B,C...
    To be able to sort correctly we added a column 'ROW_SORT' to our model, which is numeric. This column is set as the 'sort order column' in the repository and makes sure the sorting is done correctly.
    So far, so good...
    Now, I want to be able to use a 'between' filter on this column, e.g. between 'A' and 'C'. Unfortunately this returns A,B,C,AA,AB... while I want it to return A,B,C.
    Is this possible?
    Thanks,
    Elio
    Generated SQL:
    select distinct T91353.BLOCK_ROW as c1,
    T91353.ROW_SORT as c2
    from
    <table_name> T91353
    where ( T91353.BLOCK_ROW between 'A' and 'C' )
    order by c2
    --> Sorting handled based on ROW_SORT, between filter not :(

    That will only do the trick in this particular example. Between 'A' and 'AA' will fail again and only returns A and AA while it should return A..Z and AA.
    Using extra filters is always possible but I'm looking for a more robust solution, which also allows for dashboard 'between' prompts based on this column.
    A workaround I came up with is to add a calculated field which concats an '_' in front of the single 'digit' values. This results in: A,B,_C,.....,AA,AB....FL. This set can be ordered alphabetically and this will work for now.
    In the future, however, it might happen that the order of the letters will completely change. In the datamodel this can be achieved by changing the order of the numbers in ROW_SORT.
    Example dataset:
    BLOCK_ROW | ROW_SORT
    Q | 1
    D | 2
    F | 3
    AA | 4
    A | 5
    The filter 'between D and AA' should then result in D,F,AA.
    Any suggestions?
    Thanks,
    Elio

  • What is the differene between filter operation and NL semi join?

    Hi, all.
    The oracle is 10gR2 and 11gR2.
    There are differences between filter operation and HASH/MERGE semi join in processing subqueries.
    But I could not see the difference between filter operation and NL semi join?
    (the only thing I know is that filter operation has caching mechanism, but I am not sure in case of NL semi)
    What are the pros and cons of each of them?
    Thanks in advance.
    Best Regards.

    >
    The oracle is 10gR2 and 11gR2.
    >
    Those aren't 'version's. What are the 4 digit versions?
    >
    There are differences between filter operation and HASH/MERGE semi join in processing subqueries.
    >
    What are they? When you make a statement like that post the information (and links to it) that backs up your statement.
    >
    But I could not see the difference between filter operation and NL semi join?
    (the only thing I know is that filter operation has caching mechanism, but I am not sure in case of NL semi)
    >
    We can't 'see the difference' either; you didn't post anything for us to look at.
    >
    What are the pros and cons of each of them?
    >
    Each of what? Again - you need to be as specific as possible if you want specific feedback.
    Also, since you generally should not use hints in production code anyway what difference does it make what the differences are? Oracle will make the choice.
    Without anything specific to comment on about all we can do is provide several links that talk about joins and how to produce and examine them. These are all from Jonathan Lewis's Scratchpad:
    http://jonathanlewis.wordpress.com/?s=semi-join
    http://jonathanlewis.wordpress.com/2010/12/20/index-join-4/
    http://jonathanlewis.wordpress.com/2010/08/15/joins-mj/ -- merge joins
    http://jonathanlewis.wordpress.com/2010/08/10/joins-hj/ -- hash joins
    http://jonathanlewis.wordpress.com/2010/08/09/joins-nlj/ -- nested loop joings
    http://jonathanlewis.wordpress.com/2011/06/08/how-to-hint-1/ -- how to hint for joins
    Check out those articles. Pay attention to how, in each one, he doesn't just provide a text description but also provides code and explains the code.
    In other words he provides all of the specific information needed to illustrate what he is talking about. That is what you need to do if you need help with a specific topic: provide the query, plans and output that you yourself are using as the basis of your question. That lets us see EXACTLY what you are talking about.

  • Difference between Filter and Variables

    Hi Experts,
    What is the difference between Filter and Variables except user can give input dianamically in the case of Variables??
    Thanks in Advance!
    Sapna

    HI,
    Both works similarly ....but if the requirement is fixed means u know what data should be displayed in the query then u can use the filters....if u want to give that option to the Users then we create a variable and user can enter the required data which he wants to view.....once u define filters then only that particular restricted data will be displayed in the query out put....but incase of variables we are having the flexibility to view the data....
    Thanks/Tarak

  • Diff between  filter , RKF,Condition

    Hi experts,
    I have doubt abt the diff between  filter , RKF,Condition.
    I know the definitions. when executing the reports. how it exactly doing in backend.
        like is there any SQL query is executing behind to display the results.

    Hi Venkatdas,
    From the SQL perspective:
    Filter criteria you specified in the "Filter" directly goes in WHERE clause.
    e.g. If you have sales order data, if you only want to display sales org 1000 data.
    SELECT * FROM ORDERS
    WHERE sales_org = '1000'
    In case of "FILTERS" you can only apply criteria on "Characteristic", you can't apply criteria on keyfigure value.
    Where as in case of "_Restricted Key Figure_", instead of limiting the entire data set you will be limiting a keyfigure based on a characteristic value.
    e.g. If the requirement is to show the data by division by current year vs. prior year comparison in columns.
    Current Year Prior year
    Division
    10 $104,000.00 $8,320.00
    20 $138,666.67 $124,800.00
    30 $242,666.67 $169,866.67
    SELECT  DIVISION, SUM( DECODE(YEAR, 2010, SALES$s, 0) ) , SUM( DECODE(YEAR,2009, SALES$s, 0) )
    FROM ORDERS
    GROUP BY DIVISION.
    As you can see incase of "Restricted Keyfigure" entire data set is not restricted; instead a value of the output is restricted based on a characteristic value.
    Condition, no data is limited at database level. From the SQL perspective there would not be any data restrictions. Once the data comes to OLAP layer, you would apply a condition to only show data meets a criteria.
    e.g. Display only top 10 materials.
    SELECT MATERIAL SUM( SALES$s)
    FROM ORDERS
    WHERE YEAR = 2010
    GROUP BY MATERIAL.
    The above statement would output all the material and the corresponding sales in year 2010. Once these rows comes to OLAP layer, CONDITION will kick-in and sort the data by SALES$s and only display to 10 materials.
    Cheers,
    Thanks
    Vasu Sattenapalli

  • Lens Correction filter not working?

    I upgraded to CS5 specifically to use the auto lens correction feature (primarily for barrel and pincushion distortion on my Canon zoom lenses). Now I find that:
    Even though the camera back (5D Mark II) and lens information is included with an image, the lens correction filter requires me to manually select the back and lens.
    Several of my lenses are not even included in the data base, even though they're very popular lenses (e.g., EF16-35mm 2.8 L USM II and EF 70-300mm DO IS USM). I realize the data base is to be enlarged, but these seem like inexplicable omissions. (And I have no desire or time to create my own profiles.)
    The PDF instruction manual for CS5 offers no help, and I don't see this issue addressed in the forums. I'm hoping someone will be able to advise me on how to make this function work.

    Jeff,
       Thanks for the quick answer, but I still think the menu is misleading.
       If the body choices were in the format of "full frame, 1.3 crop, 1.6
    crop, etc.", it would be clear that the specific model didn't matter.
    However, this would create its own problems since many people wouldn't
    understand the concept of the crop factor for their camera.
       The fact that the 5D Mark II exists in the pull-down menu as a discrete
    choice in addition to the 1Ds Mark III implies that there is a difference
    between the two. Even if there is no functional difference in this context,
    it would avoid confusion if the actual body from the EXIF information could
    always be the default selection.
       Thanks.
    From: Jeff Schewe <[email protected]>
    Reply-To: <[email protected]>
    Date: Sun, 16 May 2010 23:57:46 -0600
    To: Mike Curl <[email protected]>
    Subject: Lens Correction filter not working?

  • What's the difference between a not-initialed object and a null object

    hi guys, i wanna know the difference between a not-initialed object and a null object.
    for eg.
    Car c1;
    Car c2 = null;after the 2 lines , 2 Car obj-referance have been created, but no Car obj.
    1.so c2 is not refering to any object, so where do we put the null?in the heap?
    2.as no c2 is not refering to any object, what's the difference between c2 and c1?
    3.and where we store the difference-information?in the heap?

    For local variables you can't have "Car c1;" the compiler will complain.That's not true. It will only complain if you try to use it without initializing it.
    You can have (never used, so compiler doesn't care):
    public void doSomething()
       Car c1;
       System.out.println("Hello");
    }or you can have (definitely initialized, so doesn't have to be initialized where declared):
    public void doSomething(boolean goldClubMember)
       Car c1;
       if (goldClubMember)
           c1 = new Car("Lexus");
       else
           c1 = new Car("Kia");
       System.out.println("You can rent a " + c1.getMake());
    }

  • "Read" status of e-mail will not sync wirelessly between Lotus Notes and 8520??

    HI,
    This is my first post and I realize that this might not be the right area to post this question but my question did not seem to fit anywhere else.
    I was recently issued a BB 8520 at my new company and we work in a Lotus Notes environment and I believe it is version 7.
    This is not happening to anyone else that I know of in our company but when I read an e-mail in Lotus Notes from my desktop, wireless sync will not mark it read on my Blackberry. Also when I read an e-mail on my BB, it will not mark it read in Lotus Notes. However if I delete an e-mail in Lotus Notes, it will delete it from my BB via wireless sync. Finally, when my BB is attached to my desktop via USB, and I do a manual sync from Blackberry Desktop Manager, it will sync the "read" status of my e-mails between Lotus Notes and my BB.
    So I guess my question is why are most sync functions working via wireless sync between my e-mail in Lotus Notes and my BB, but not the "read" status of an e-mail? And I know that it works for other users in our company so it's really bothering as it is a whipping to have check e-mails that are still marked as unread (in both Lotus Notes and my BB) when I have already read them.
    Thank you and I would really appreciate any help or information that I could provide to our IT Admin at work to help him solve my problem.
    Thank you,
    Matt

    Hi and welcome to the forums!
    Looks like you posted in the right device forum and your post is very clear!
    First open the main message queue, menu key options, email reconciliation, is wireless reconcile on?
    Some "light reading" that may address the issue as well is attached below.
    Let us know how it goes!
    Thanks,
    Bifocals
    Unread marks synchronization is inconsistent between BlackBerry smartphone and IBM Lotus Notes
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • I cant open many website with firefox, there say filter not let open this site, but when i open they with internet explorer not have any problem.

    i cant open many website with firefox, there say filter not let open this site, but when i open they with internet explorer not have any problem.

    Could you post an example of the filter message?
    This article has more information on the filters built in to Firefox: [http://www.mozilla.org/en-US/firefox/phishing-protection/ Firefox Phishing and Malware Protection].
    It's possible that you also have a Firefox add-on, or external software, that is filtering what you see. However, we don't have enough information to help identify it yet. If you want to review a list of your add-ons, you can find them under: Help > Troubleshooting Information.

  • Tried the solutions posted for this "SubVI filter not executable​. Undefined error" but not solving the problem

    Hello,
    I am trying to use a lowpass filter for my application but getting the error "SubVI filter not executable. Undefined error".I tried working with the solutions at this post 
    http://forums.ni.com/t5/LabVIEW/SubVI-filter-not-e​xecutable-Undefined-error/m-p/1996701#M657751 and results with
    1. Create a blank vi, put a VI filter in the block diagram (this should not be functional as it is not wired), copy it and paste it in my other project. I believe if the filter is the first vi of a blank project, it is funcitonal and then you may copy it wherever you need to.
    Result:
    2.Tried to open the filter panel of the Filter but showing the same error as shown inthe below image
    Don't why the solutions worked for others are not working.Can someone suggest a solution for this.
    thanks in advance.

    Hi PatanGova,
    Very strange error. Actually, there are no required inputs on this express VI, so it should be able to run even without wires. It is not correct as you said: "this should not be functional as it is not wired". Nothing will happen, true, but the run arrow should not be broken.
    For some reason, the VI with the Filter express VI fails to compile. I tried it on my computer (LV 2013) and get no error when I add it to a new VI. As was suggested in the linked forum thread, you need to open the front panel of the Filter VI and run it to see the explicit error.
    If you do, do you also get the error:
    "This VI claims to be part of a library that does not include the VI. The VI might have been deleted from the library. Add the VI to the library again or select File - Disconnect from the library."?
    If you do, it seems that you may have a project library somewhere that has taken ownership of the express VI. The ownership prevents you from running or editing the express VI. To free the VI, you need to do one of two things. Either, you need to load the library into memory, or you need to disconnect the VI from the library. Either way, you need to find the project library that has taken the ownership of the VI. As soon as it is released, it should run for you. You release it by selecting File»Disconnect from Library on the VI.
    The workaround described in your link (and also here: http://forums.ni.com/t5/LabVIEW/compatibility-prob​lem-labview-2009-2010-2011-quot-This-VI-claims/td-​... tells that you can make a copy of the VI and thereby create another instance that is free. This solution may work for you as well, but if not, you may not have created the copy properly. Maybe your copy of the VI also became part of some project library that took ownership. In either way, you should rather find the project library to release the VI before trying the workaround to copy it.
    If project library ownership is not the problem, maybe the problem is connected to LV 2011, as most forum posters report that it only happens here.

  • Email Filter - level 1 notification filter not working

    I run a BES 5.0.2 system with 95 users and many rely on filters to forward alerts from a specific address and flag them as level 1.
    Messages Options\Email Filters
    Worked like a charm previously, but recently has stopped working.
    I've tried every which way, and the phones fail to recognize new filters for level 1 messages.
    We recently migrated our BES system to new hardware, but I don't know when this stopped working so don't know if\how it could be related.
    Any ideas?
    Curve 8330   v4.5.0.127
    Battery pull - no change
    Filter not showing on BES & Vice versa - seems like something isn't synching. Email and calendar synch AOK.
    Update - Interesting - On the BES server if I create the filter it works, but doesn't synch down to show on the BlackBerry. If created on the BlackBerry, it doesn't work and also doesn't sync up to the BES server.
    BES 5.0.4
    BES 10.2
    Exchange 2010
    SQL2008R2

    I opened an incident with RIM and after an hour of troubleshooting have partially narrowed it down and resolved the issue on my device - now for the other 90+.
    We did 2 things at once - changed to default policy, and secondly deleted the desktop sync and desktop cmime service books, then repushed them out from BES. This fixed it.
    Tech said I could push service books to all users, but didn't advise as to a way to delete service books via BAS.
    I checked a number of users and their service books are showing our old SRP info - so after the migration the new service books look like they haven't pushed down.
    BES 5.0.4
    BES 10.2
    Exchange 2010
    SQL2008R2

  • My PC sign: driver for keyboard filter not found. what can i do?

    my PC sign: driver for keyboard filter not found. what can i do?

    Hi:
    I don't think it is a big deal but let's see if we can find a driver for it.
    Please click on the missing keyboard filter in the device manager. Then click on the details tab. In the Properties drop down list, select the second item (Hardware ID's).
    Post  the top string of characters you see in the window.
    That will give me more information to go on.
    Paul

  • Servlet Filter not working in Oracel9iAS(9.2.0.3)

    Hi,
    May i know what cause the servlet filter not workinng in Oracle9iAS? Is there any library files missing? I have tried deploy the war file in Tomcat but is working fine but when i try to deploy in Oracle9iAS, the application seems like can't call the servlet filter.
    Please advice.
    Thanks.
    Regards,
    Ming Jade

    I'm not exactly sure what version you are using.
    Servlet Filters were introduced in Servlet 2.3 which was part of J2EE 1.3.
    Oracle9iAS 9.0.2.3 is J2EE 1.2 compatible .
    Oracle Application Server 10g 9.0.4.x and 10.1.2 is J2EE 1.3 compatible
    Oracle Application Server 10g 10.1.3 is J2EE 1.4 compatible.
    So the problem could be that the version of the product you are using does does not support the version of the servlet spec that covers Servlet Filters.
    Can you upgrade to/install the 10.1.2 release as a minimum?
    cheers
    -steve-

  • DFS Subfolder Filter Not Filtering

    Server 2008R2
    Hi everyone,
    I'm troubleshooting a subfolder filter issue with DFS.  I followed the troubleshooting steps in the KB listed below and all went well.  There are no errors in the event viewer.
    http://support.microsoft.com/kb/272279
    Some thoughts:
    Since I applied the filter AFTER replication had occurred, will the filter still work?
    The filtered folder name has spaces in (for example: shipping & receiving).  Would this cause the filter not to function correctly?
    Any help appreciated!

    Hi,
    If applied a folder filter AFTER replication had occurred, the folder will stay on all servers. However, any new files/folders added to the folder do not replicate to any other server.
    The filtered folder name can have spaces in, the filter function still work.
    File and subfolder filters
    http://technet.microsoft.com/en-us/library/cc757726(v=ws.10).aspx
    Regards,
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

Maybe you are looking for