Filtering Issues

Hello Aperture Users,
I am having filtering problems that do not make sense. When I filter a folder with in the library for "Calliope Hummingbirds" only I get 508 images but when I apply an additonal keyword of "Male" I get 1094 images that are the original Calliope and any other one that is "Male". This is not what I expect, I expect a smaller number of images that are both Calliope and Male.
My filter is (the little dark box with a magnifing glass icon on the upper right of the browser window. It is set to find images "include if ALL of the following MATCH".
Also not that the filtering take a long time 20 or more seconds. My entire library is some 13,000 images not huge, I think. Any ideas how to speed it up. I have a a dual processor G5 Power PC with 4.5 Gigs of Ram.
Thanks for your help in advance.
Dick

Believe you want to filter the NULL values in the grid.if so, refer to the following post, hope it helps
http://social.technet.microsoft.com/Forums/sharepoint/en-US/23f6367e-17f1-4128-a2cd-bf946dc31414/spgridview-filtering-issues?forum=sharepointdevelopmentprevious
--Cheers

Similar Messages

  • SPGridView - filtering issues

    I have columns with null values, but in filter option I do not have the option (Empty) as standard in SharePoint Environment is.
     protected void Page_Load(object sender, EventArgs e)
                FillGrid();
            private void FillGrid()
                GridViewTest.DataBind();
            public DataTable GetDataTable()
                using (SPWeb sw = SPContext.Current.Web)
                    SPList sl = sw.Lists["CRTracking"];
                    DataTable ResTable = new DataTable();
                    ResTable.Columns.Add(new DataColumn("AppType"));
                    ResTable.Columns.Add(new DataColumn("CR no."));
                    foreach (SPListItem item in sl.Items)
                        DataRow dr = ResTable.NewRow();
                        dr["AppType"] = item["AppType"];
                        dr["CR no."] = item["CR no."];
                        ResTable.Rows.Add(dr);
                    return ResTable;
            static ObjectDataSource odsDataSource = new ObjectDataSource();
            protected void Page_Init(object sender, EventArgs e)
                odsDataSource.ID = "odsDataSource";
                odsDataSource.SelectMethod = "GetDataTable";
                odsDataSource.TypeName = this.GetType().AssemblyQualifiedName;
                odsDataSource.ObjectCreating += new ObjectDataSourceObjectEventHandler(odsDataSource_ObjectCreating);
                odsDataSource.ObjectDisposing += new ObjectDataSourceDisposingEventHandler(odsDataSource_ObjectDisposing);
                //odsDataSource.Filtering += new ObjectDataSourceFilteringEventHandler(GridViewTest_Filtering);
                this.Controls.Add(odsDataSource);
                GridViewTest.PagerTemplate = null;
                GridViewTest.AllowFiltering = true;
                GridViewTest.FilterDataFields = ",AppType,CR no.";
                GridViewTest.FilteredDataSourcePropertyName = "FilterExpression";
                GridViewTest.FilteredDataSourcePropertyFormat = "{1} = '{0}'";
            private void odsDataSource_ObjectCreating(object sender, ObjectDataSourceEventArgs e)
                e.ObjectInstance = this;
            protected void odsDataSource_ObjectDisposing(object sender, ObjectDataSourceDisposingEventArgs e)
                e.Cancel = true;
            protected void GridViewTest_RowDataBound(object sender, GridViewRowEventArgs e)
                if (sender == null || e.Row.RowType != DataControlRowType.Header)
                    return;
                if (e.Row.RowType == DataControlRowType.Header)
                    SPGridView grid = sender as SPGridView;
                    if (String.IsNullOrEmpty(grid.FilterFieldName))
                        return;
                    // Show icon on filtered column
                    for (int i = 0; i < grid.Columns.Count; i++)
                        DataControlField field = grid.Columns[i];
                        if (field.SortExpression == grid.FilterFieldName)
                            Image filterIcon = new Image();
                            filterIcon.ImageUrl = "/_layouts/images/filter.gif";
                            filterIcon.Style[HtmlTextWriterStyle.MarginLeft] = "2px";
                            // If we simply add the image to the header cell it will
                            // be placed in front of the title, which is not how it
                            // looks in standard SharePoint. We fix this by the code
                            // below.
                            Literal headerText = new Literal();
                            headerText.Text = field.HeaderText;
                            PlaceHolder panel = new PlaceHolder();
                            panel.Controls.Add(headerText);
                            panel.Controls.Add(filterIcon);
                            e.Row.Cells[i].Controls.Add(panel);
                            break;
            protected void GridViewTest_Sorting(object sender, GridViewSortEventArgs e)
                if (ViewState["FilterExpression"] != null)
                    odsDataSource.FilterExpression = (string)ViewState["FilterExpression"];
                if (ViewState["SortDirection"] != null && ViewState["SortExpression"] != null)
                    // We have an active sorting, so this need to be preserved
                    odsDataSource.SortParameterName = ViewState["SortExpression"].ToString();
                    //+ " " + ViewState["SortDirection"].ToString();
            protected void GridViewTest_PageIndexChanging(object sender, GridViewPageEventArgs e)
                GridViewTest.PageIndex = e.NewPageIndex;
                GridViewTest.DataBind();
            protected sealed override void LoadViewState(object savedState)
                base.LoadViewState(savedState);
                if (Context.Request.Form["__EVENTARGUMENT"] != null &&
                Context.Request.Form["__EVENTARGUMENT"].EndsWith("__ClearFilter__"))
                    // Clear FilterExpression
                    ViewState["FilterExpression"] = null;
                    ViewState.Clear();
                    //ViewState.Remove("FilterExpression");
    }

    Believe you want to filter the NULL values in the grid.if so, refer to the following post, hope it helps
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/23f6367e-17f1-4128-a2cd-bf946dc31414/spgridview-filtering-issues?forum=sharepointdevelopmentprevious
    --Cheers

  • ISA570W - web filtering issue - apple device update

    Hi,
    I have got a ISA570W - FW 1.1.17
    here are two scenarios which fail trying to update my apple device. The result is error 1403 - which means no access to gs.apple.com
    first scenario:
    active web url filter: bocked category: advertisments
    degugging the log file, I couldn't find any entry blocking this request!
    solution:
    adding gs.apple.com the the allow list
    second scenario:
    activation the web reputation filter, with or without the web url filter as described above, I got the same error and again, no blocked entry in the debug log-file. adding gs.apple.com to the allow list won't change this behavior.
    well, can anybody explain this behavoir?
    thanks in advance
    Mike
    PS: how can I check the category of an url?
    Nachricht geändert durch Michael Schwartz:
    the workaround adding gs.apple.com doesn't work for iphone5.
    Debug-log:http_parse_buffer_info: 540, HOST=gs.apple.com:80,hostlen=15
    Kind of strange behavior! why is this request blocked???

    Hi Michael thank you for using our forum, my name is Johnnatan I am part of the Small business Support community. I apologize for the issue you are having, I have a question for you, did you set any restriction in your ISA, before create "allow" policy?
    Here you can find the URL polices, Firewall > Content Filtering > Content Filtering Policies. You can see more information in this link.
    http://www6.nohold.net/CiscoSB/Loginr.aspx?login=1&pid=2&app=search&vw=1&articleid=3522
    I hope you find this answer useful,
    *Please mark the question as Answered or rate it so other users can benefit from it"
    Greetings,
    Johnnatan Rodriguez Miranda.
    Cisco Network Support Engineer.

  • Essbase filters issue

    Hi guys
    Can security filters in Essbase created by separating the dimensions like in.. filter 1 restricting access on one dimension, filter 2 restricting access on another three dimensions and filter 3 on remaining three dimensions? so that when access have to modified as time passes only 1 filter to be changed and not all three?
    I have created security filters in Essbase in the above mentioned fashion and they do not seem to work..
    Should a filter mention all the dimensions to work properly?
    Thanks
    Edited by: dave78 on Jun 27, 2012 5:50 AM

    Hi
    I've had similar issues in the past and this is what I discovered. A user or group can only be assigned a single filter at any one time, there is a way to give a user access to more than one filter by adding the user to multiple groups where each group has one filter that you want the user to inherit.
    The issue you are probably having is that Essbase filters join using different conditions depending upon what is selected. By that I mean that if you have two filters that have the members from the same dimension specified they will join using an AND condition, e.g.
    Filter1 - Write EntityX
    Filter2 - Write EntityY
    Resulting access - Write EntityX and EntityY
    However if the members are from different dimensions then the filters join using an OR condition, e.g.
    Filter1 - Write EntityX
    Filter2 - Write ScenarioA
    Resulting access - Write EntityX with any scenario and write ScenarioA with any entity
    If you use members from multiple dimensions, but the same dimensions then this seems to use the AND but is cumulative, e.g.
    Filter1 - Write EntityX, ScenarioA
    Filter2 - Write EntityY, ScenarioB
    Resulting access - Write EntityX or EntityY with either ScenarioA or ScenarioB
    Our situation was an Essbase cube built by EAL from HFM but we couldn't get EAL to pass the security through, it kept failing due to filter size. As in HFM security classes in our case were dimension specific we tried to follow that model in Essbase but it wouldn't work. As our Essbase model needed no write access for any user (all data passed from HFM so any changes were written there) we decided the only approach was to restrict the security to a single dimension (Entity) and accept that some users may be able to see scenarios that we didn't necessarily want them too. That was better than having to create 4 / 5 times as many filters and the corresponding groups to put the filters into etc...
    Hope this helps, apologies if you have to go back to the drawing board!
    Stuart

  • Wallpaper GPO + Loop-back Merge mode+ security filtering. issue

    I have deployed a loopback Merge Mode GPO to set wallpaper for all users who logon to specified workstations. And you have set security filtering just allow workstations in specified group can apply this GPO. Then you doubt whether user can apply user configuration
    in the loopback GPO because they don’t in your security filtering allow list.
    So I think why not add “Domain Users” group to security filtering. Then all domain users have both Read and AGP (Apply Group Policy) permission for user configuration in the loopback GPO.
    Loopback GPO only takes effect on computer objects in your specified OU, and your workstation group security filtering control apply scope, then “Domain Users” security filtering grant permissions for all users.
    ========================issue is below================
    Now GPO is applying to other workstations which are not part of group filtered in GPO.
    its randomly but not for all workstations..
    Workstations are XP operating systems..

    I have deployed a loopback Merge Mode GPO to set wallpaper for all users who logon to specified workstations. And you have set security filtering just allow workstations in specified group can apply this GPO. Then you doubt whether user can apply user configuration
    in the loopback GPO because they don’t in your security filtering allow list.
    So I think why not add “Domain Users” group to security filtering. Then all domain users have both Read and AGP (Apply Group Policy) permission for user configuration in the loopback GPO.
    Loopback GPO only takes effect on computer objects in your specified OU, and your workstation group security filtering control apply scope, then “Domain Users” security filtering grant permissions for all users.
    ========================issue is below================
    Now GPO is applying to other workstations which are not part of group filtered in GPO.
    its randomly but not for all workstations..
    Workstations are XP operating systems..
    "Domain Users" or I would prefer "Authenticated Users" should only have Read, Not Apply Policy. 
    Enfo Zipper
    Christoffer Andersson – Principal Advisor
    http://blogs.chrisse.se - Directory Services Blog

  • Spry Pager & Filters issue

    Hi Kin or Don,
    I am still not sure why I am getting this error when I Filter
    my dataset in the paged version of the project I am working on.
    here is the sample page I created that shows the issue I seem to be
    having.
    http://www.bardenhomes.com/pcs/sg/functionTest.asp
    I removed my workaround, and changed the
    HandleThumbnailClick() function to set only the
    dsStandards.setCurrentRowNumber() of the dsStandards not the paged
    view dataset as you suggested in this
    other
    post.
    I reoad the page and click one of the tumbnails and it opens,
    go to the next page and select another and it opens fine. then I
    filter for the the names that start with "w" and 2 are brought back
    fine I click one of them and I get the "Invalid row number:" error
    and the detail area reloads but with the last house I selected
    before the filter, it never resets the current row.
    to me it seems the call to the
    dsStandards.setCurrentRowNumber() on the original dataset is
    causing the error. the current record isnt changed and the
    ShowCurrentImage2(); function just reloads using the last current
    record I selected before the filter.
    does this make sense?
    You are right about what I am tring to acomplish, I want the
    user to be able to apply a few filters to get a set of houses that
    meet there size and other requirements, eventully there will be
    over 250 houses in the catalog, so you can see the benefit of
    finding what you want as easily as possible. I like the paged
    version very much it will speed the loading of the page initallay
    when all 250+ records are in the dataset. having to only load 25
    thumbnails and the very first rendering instead of all 250
    thumbnails.
    I am close to having a this project done, this seems to be my
    only hurdle at this time. I have 2 versions currently, one that
    pages and one that doesnt, I really want to use the paged verison.
    The functionTest.asp page is just a simplified place to play and
    figure out what is going wrong.
    Paged version -
    http://www.bardenhomes.com/pcs/sg/bsc_paged.asp[
    Non-paged version -
    http://www.bardenhomes.com/pcs/sg/bsc.asp
    any help at this point would be greatly appreciated,
    thanks Jim

    Just for clarification ... a RowID is a random number or
    string that the data set assigns to a row so that it can be
    uniquely identified, even when the position of the row within the
    data set changes due to a sort or filter.
    For the XML data set implementation, the row IDs for each
    data set start at zero whenever the data is loaded ... this means
    that initially the IDs match the row number, but that all changes
    once you filter or sort.
    --== Kin ==---

  • Mac Address Filtering Issue with DI-624 router and HP D110 Wireless Printer

    Just got the D110 Wireless Printer and cannot connect to the wireless router. 
    I have a D-Link DI-624 Air Plus Xtreme G 2.4GHz Wireless Router.
    The error message that I'm recieving from the printer is that "Mac address filtering may be enabled on your wireless router. This  can prevent your HP printer from connecting to your wireless network during setup....etc."
    The D-Link is setup using WPA-PSK security. If I turn off all security than the wireless printer is able to connect. With WPA-PSK or even WEP enabled I cannot connect the printer to the wireless router. There is no connection to hardwire the printer and the router.
    I've logged on to the router's admin and have confirmed several times that Mac filtering is turned off by going to Advanced > Filters > Mac Filters > and choosing Disabled Mac Filters. Where else is this setting? Why is the printer not able to connect?
    Further, I check the logs on the router and it shows "Wireless PC Connected" and "Authentication Success" with a note that has the Mac Hardware Address matching the printer's mac hardware address on the Wireless Network Test Report. It would appear that the router is letting the Print in but that the printer is not able to communicate for some reason. It even shows under status > wireless that the printer is connected.
    When i spoke to HP, they said to contact the router company and that they could not help. When I called D-Link they said tech support is no longer available for the model. I'm stuck, can anybody help?
    This question was solved.
    View Solution.

    Windows XP, tried both the front of the printer as well as connecting via USB and using the software.
    After a few hours on the phone with both D-Link and HP, the issue has been resolved.
    Apparently eventhough Mac Filtering was disabled (set to Disabled MAC Filters), the Mac address had to be entered into the router to allow it while keeping the setting to Disabled Mac Filters. To me it appeared counter intuitive to enter the Mac address while it's set to Disabled Mac Filters so I did not try that before getting on the phone with HP. Further on this, the problem did not go away right after adding the mac address but rather after restarting the router as the mac address addition did not take effect without a reboot of the device. 
    HP was much more helpful than D-Link on this one though it would be nice for HP to add to their instructions and Wireless Network Test Report to add the Mac address just in case. I would have tried that step if it was stated that it's okay to add the mac address and keep mac filters disabled.

  • 'Search': Filtering issue

    Hi All,
    I have an issue with the search feature.
    I have a couple of select lists and text fields (search) with which i am filtering a report(classic).
    for select list i tried using the below two options in the region source where conditions.
    1. where emp_name = :P2_EMPNAME
    2. where DECODE(:P2_EMPNAME,'%null%',emp_name,null,emp_name,:P2_EMPNAME);
    My issue is, when i use the option 2, the number of records are becoming less. For example, if I have 2,000 records. It becomes 1980 when I apply one filter and if I apply another filter it becomes ~1940. Why is this issue occurring? I am using a static LOV for the data i need to filter.
    Please suggest me if there is anything i missing or any work around to filter.
    And one other issue I have for text field search, I am fine using a text field filter since i usually follow one of the below formats
    1. where emp_name like lower(:P2_EMPNAME)
    2. where emp_name like '%'||:P2_EMPNAME ||'%'
    What if there is a combination of 'capital' and 'small' alphabets in the data? How to overcome this?
    I am using 3.1 version and 9i DB
    Thanks All in Advance,
    Daniel

    Daniel,
    For your first question, that really depends on what the value of :P2_EMPNAME is and what is in your table. One thing that i include in all of my applications prior to 4.0 is i make an application processes that runs "on load before header" and i set its sequence to -9999.
    BEGIN 
        FOR x IN (SELECT *
                  FROM (SELECT item_name
                          FROM apex_application_page_items aapi
                         WHERE aapi.application_id = :app_id
                           AND aapi.page_id = :app_page_id
                           AND LOWER (aapi.lov_display_null) = 'yes'
                           AND aapi.lov_definition IS NOT NULL
                           AND aapi.lov_null_value IS NULL
                           AND ROWNUM > 0) x
                 WHERE LOWER (v (x.item_name)) = '%null%') LOOP
            apex_util.set_session_state (x.item_name, NULL); 
        END LOOP;
    END; This converts all page items with teh value of "%NULL%" to atually be null so you do not have to work around it anymore. Because this process runs before header and it is set to sequence -9999 it should run before all of your other processing.
    You will kill your index by modifying the database column in your predicate but for multicase columns you can use:
    where lower(emp_name) like '%' || lower(:P2_EMPNAME) || '%'Cheers,
    Tyson Jouglet

  • Weird Content Filtering Issue

    I have had a weird issue come up with our content filtering today, and am wondering if anyone else has come accross it.
    We have a number of Content Filters setup. One of these it looking for various media files including .wmv files (We have used a "Attachment-filename == "\\.wmv"" to look for them).
    This works as required. However this morning out outbound Media File content filter trapped a message containing a wmv file going out that had been received by the user the night before.
    this message last night was processed by the IronPort, the wmv was not hidden or re-named in any way. It was just not stopped by the content filter.
    I have checked everything I can think of and I can see no reason why the message wasn't stopped. WMV's are being stopped OK as I type this.
    Has anyone else come accross or noticed this.
    This is on a C650 Appliance running 5.5.1

    I may have to test this on my machine but it may be that the filename that got pass the filter was in uppercase maybe and that's how it sneaked through. Your filter looks for only lowercase filenames that end with ".wmv".
    The only thing that is case-insensitive by default is the "mail-from" and "rcpt-to". Almost everything else (subject, message-body, other-headers, filenames) are case sensitive. To make these things case insensitive, you'll want to prepend your filter with this:
    Attachment-filename == "(?i)\\.wmv"
    or
    Attachment-filename == "(?i)\\.(exe|bat|com|sh)"
    (?i) --> means ignore the case on whatever follows this regex. You pretty much want to use this in most cases to be safe since match whether it's upper or lowercase. Performance-wise, it should be okay.
    By the way, Ironport filters use Python regex.
    Again, I'll have to test this on my side.
    I have had a weird issue come up with our content filtering today, and am wondering if anyone else has come accross it.
    We have a number of Content Filters setup. One of these it looking for various media files including .wmv files (We have used a "Attachment-filename == "\\.wmv"" to look for them).
    This works as required. However this morning out outbound Media File content filter trapped a message containing a wmv file going out that had been received by the user the night before.
    this message last night was processed by the IronPort, the wmv was not hidden or re-named in any way. It was just not stopped by the content filter.
    I have checked everything I can think of and I can see no reason why the message wasn't stopped. WMV's are being stopped OK as I type this.
    Has anyone else come accross or noticed this.
    This is on a C650 Appliance running 5.5.1

  • ZBF URL filtering Issue

    Hello. I have the following problem. I try to implement the url filtering feature on a cisco 2811 router and whenever i enable the parameter map patterns the router retuns (after some time)
    %Unable to compile obj regex...
    My config is
    parameter-map type urlfpolicy local URLFILTER
    alert off
    block-page message "THE REQUEST WAS BLOCKED BY YOUR ROUTER FIREWALL"
    parameter-map type urlf-glob ALLOW-URL
    pattern *.cisco.com
    pattern cisco.com
    parameter-map type urlf-glob DENY-URL
    pattern *
    class-map type urlfilter match-any ALLOW-URL
    match  server-domain urlf-glob ALLOW-URL
    class-map type urlfilter match-any DENY-URL
    match  server-domain urlf-glob DENY-URL
    class-map type inspect match-all INSPECT-HTTP
    match protocol http
    policy-map type inspect urlfilter URL-FILTER
    parameter type urlfpolicy local URLFILTER
    class type urlfilter ALLOW-URL
      allow  
    class type urlfilter DENY-URL
      reset  
      log
    policy-map type inspect IN-OUT
    class type inspect VPN-TRAFFIC
      inspect
    class type inspect INSPECT-HTTP
      inspect
      service-policy urlfilter URL-FILTER
    class type inspect INTERNET-TRAFFIC
      inspect
    class class-default
      drop
    The result is that the router blocks ALL webpages without giving a block page message. Any help would be greatly appreciated.

    I have same problem. Reboot router don't help me. Firewall allow all traffic and blocked url too.

  • Get-Aduser Filtering Issue

    Hey Guys,
    I'm trying to do a get-aduser filter based on two criteria 
    1. the account is enabled
    2. the samaccountname does not contain the word health
    I'm stumped on this one. Here's what i have thus far. I have to be close
    Get-ADuser -Filter 'enabled -eq $true' -and 'SamAccountName -ne "Health*"'
    Thoughts ? This is driving me crazy.
    Rich
    Rich Thompson

    Hi,
    afaik the -Filter-parameter only applies to AD-properties. enabled is a powershell-AD-object property. It is represented by the UserAccountControl flag in the ActiveDirectory (see description
    here) and you'l combine it with the SAMAccountName, similiar to something like this:
    Get-ADUser -filter {((userAccountControl -like "512") -and (samaccountname -notlike "Health*"))}
    Regards
    Sebastian
    You can filter on the Enabled property with no issues. Also, just FYI, -Filter wants a string, not a scriptblock. Scriptblocks will generally work, but not always.
    Don't retire TechNet! -
    (Don't give up yet - 13,085+ strong and growing)

  • Selection field filtering issue..

    Hi Friends,
    My req is to filter the data based on app id with company code, date and pay run id.
    Here the the app id is from global constant table, there is no key field, but we fetch the same app id in the smartform to print using the below query, i don't know how to use this query for selection screen with filtering condition.
          SELECT SINGLE high FROM zglobconstants INTO v_app_name
                     WHERE programname = 'ZFI_OK_FILEVALUE'
                     AND  low = v_file_name.
    VJ.

    Vikram,
    thanks for your response.
    In the selection screen i want to add the app id with proper filtering.
    But the app id field is avail in the global constant custom table.  this one was populated in the form related to this program. this one was achived thru the above code.
    Now i want to add the same in the selection screen. User want to get the op based on the company code and app id.
    Once again Thanks for your help. If u wnat more details pls ping me.
    Vijay.

  • Filtering issue with "Show photos in subfolders" option

    Hi,
    Maybe I missed something but there's a problem I'm unable to solve...
    I have disabled the "Show photos in subfolders" option in the Library module because I don't want LR to systematically display all photos each time I hover the root folder or a folder containing multiple subfolders: this is time consuming and slows down the software very much.
    However, there's an unwanted side effect of this choice: I can no longer do a global search from the filtering panel. The filtering criteria that are available there are related to the photos located in the currently selected folder. Even when selecting the root folder (which actually doesn't contain any photo but only subfolders), I can't select for example all photos from a given camera or captured at a given date. Actually, since the root folder is empty, there's no filtering option at all.
    Even when the "Show photos in subfolders" option is disabled, we should have the possibility to make a global search without having to re-enable this option first and then disabling it when we're done. Again, I may have missed something obvious and I know that solving this problem might not be that easy. Anyway, if a solution exists...
    Thanks in advance.

    Clicking on any folder is a kind of a filter-search already; regardless of whether you are also showing images in subfolders, or not.
    The All Photographs virtual collection will allow you to filter-search the entire Library. Any other use of the filter bar is not really a search; it is a refinement of an existing search. So in the case of viewing a given folder, if you want to view images with given properties even that fall outside this folder, you will first need to abandon that folder view - this seems to me, to be inherent.
    IIRC at or near the "breadcrumbs" display at the left end of the filmstrip, you can get at a little history menu of previously visited collections and folders (sorry, I cannot check the specifics just now). So you could view a folder, then recall a whole-catalog view and filter that for your lens or whatever, then go back to your single-folder view that way - still with that filter active, until you clear it.
    As to using the filtering, I find it handy to make some saved filter presets for commonly used search criteria (like lenses), including also a "no filters" option. Once set up, these can be readily accessed on the fly, at the right end of the filmstrip, without needing to go into Grid or use the filter bar at all. So in combination with a recent history of where you have been, it may be possible to get closer to what the OP has in mind.
    RP

  • Filters Issue - urgent please!!

    Hello Experts,
    After checking the DBA guide, I did not find a limit for the number of filter rows that can be inside one filter nor the number of filters a group can have assigned to it (assuming more than one database).
    For instance, I have several filters on one database based off a large dimension with approximately 75 "read @IDESC("member")" and I wanted to know what the actual limit on filter rows are since 75 might be approaching that number (we normally have one or two rows).
    Also, in a related question, what is the maximum total number of filters (e.g., databases) that a group can have assigned to it? That is, if I have one filter like the above for N databases, and I assign them all to one group for filter access, what's the maximum number than N can represent?
    Please suggest.
    Thank You,
    Sonu

    I just went digging through the API and I don't see anything specific about limiting how many filters you can have. I would guess that the limit isn't strictly defined, however, the more you have the more processing has to be done on them. If there is some sort of limit I'd think maybe it's a power of 2 (like 128 or 256). If you want to check, maybe you can setup a quick filter-granting script that creates a hundred or two hundred filters and sees if the system takes it. Of course, hopefully there'd be a better way to dole out permissions than this -- like using a UDA or the DESCENDANTS of some member or something.
    Jason Jones
    [jasons hyperion blog|http://www.jasonwjones.com]
    Edited by: Jason Jones on Jan 23, 2009 11:30 AM

  • ASA5525-IPS-K9 web filtering issue?

    Dear Team,
    I bought a ASA5525-IPS-K9 and want to configure url filtering.
    Please suggest Can I use ASA 5525-X CX AVC and Web Security Essentials license in this appliance.
    Regards,
    Rajesh

    Hi Sandeep,
    Kindly have a look at the below mentioned link might be useful for you.
    Configuring IPS
    Regards,
    Anim Saxena
    Community Manager
    *Do Rate Helpful Post*

Maybe you are looking for

  • Selective Audio

    I have audio in VLC player, iTunes and Safari, but not in iDVD, Final Cut Express or Quicktime. It all used to play just fine and I'm not aware of changing anything. Has one of my downloaded progams messed my settings up (I have Mpeg Streamclip and V

  • Slow replication  on logical standby DB

    Hi All, Before 5 day we run update statistics script on our MIS DB. Now, we face slow replication in peak hours on this from RAC and not able to generate reports. Please suggest me why this happen, how to solve this ? It very critical for me .. Detai

  • Is anyone experiencing a bug in mail app in iOS 7 ?

    I'm experiencing a bug in mail app in iPhone as well as in my iPad... This bug makes all my mails unread whenever I refresh for mails and whenever I read a new mail it stays unread even if a close the app. Please help me if possible...

  • Change step parameters order

    Is it possible to change the parameters order? Or are they locked and only defined by the connector pane?

  • Safari's search function and address box have disappeared!

    The 2 "boxes" at the top of the safari window used to enter a web address and search google have both disappeared. There is just grey where they were. Resetting safari doesnt help, nor does quitting and restarting. Any thoughts?