I have a list which has exceeded LVT,I have created a view and filtered it on an indexed column and made sure the items returned by the filter are less than 5000. When I am trying to filter in the column header on a choice (single value) column it does not do anything. The value is selecting but the results are not displayed, I can also see clear filter option. Another choice column filter is not working for a particular value, I can filter on other values but this one particular value is not filtering. There is no error in the UI but in ULS logs I see throttling and slow query errors. There are three things common in both these columns 1) The item count exceeds 5000 for choice values in the entire list 2) Both are choice single value column 3) Both are indexed. My question is why the filter is not working on the view which is filtering less than 5000? Also if I remove index from these columns the filter works in column header.
SharePoint list column header filter not working
1.2k Views Asked by kavita negi At
0
There are 0 best solutions below
Related Questions in LIST
- Difference between list() and dict() with generators
- python how to write list of lists to file
- SML - Find same elements in a string
- How to divide list item by list item from another list using Python?
- How to get a certain element in a list of lists?
- How to read in numbers from n lines into a Scala list?
- Create a list of sequential monthly dates in PHP given initial date and quantity
- Python elegant way to sort numerically named directories
- sorting all data on multiple pages by clicking on its header
- List item keeps same memory address following sort/copy
- How to convert Hibernate List to String?
- using a for loop to compare lists
- How to keep track of word count in text file
- Running multiprocessing on two different functions in Python 2.7
- How do you fuse string items from two lists into new elements of a new list?
Related Questions in SHAREPOINT
- Upload a document to a SharePoint document library (can be via Rest Api/other) using C# & also retrieve the unique id of the document
- Sharepoint alers email deletion from alerts
- SharePoint/CSS3 Gradients/IE9
- Sharepoint 2007 / Jquery - Replace all text on body or render HTML
- share point excel service
- MS Access Run-time error 3999
- Maintain Sharepoint Server Url with subfolders in document list
- How can I integrate a SharePoint document folder in a separate ASP.NET web site?
- why I don't get list subfolders despite using RecursiveAll option
- Modal Extender Ajax Control Toolkit (ASP 2.0) will not pop-up on server side trigger
- Configure SharePoint 2010 UPS with PowerShell
- How can I get Internet explorer to display this image correctly
- Developing Syntax app SharePoint Online PrismJS
- SharePoint 2013 Custom list field iterator not saving values for MultiLine or person columns
- SharePoint Links with Ampersands
Related Questions in FILTERING
- SQL query: where array is in array
- Image 2x downsampling with Lanczos filter
- Simple Python Median Filter for time series
- Why doesn't this simple NSPredicate filter my array
- Get Exact Frequency From Digital Signal
- jquery filter chained select options
- Owl Carousel 2: filtering items, but keep the sort order using Javascript
- How to filter NSDictionary by value and create new NSDictionary from that?
- Spark: Filtering out aggregated data?
- Importing excel sheet
- Javascript plugin that mimics Google Sheets sort and filter functionality?
- PHP: What is the best way to create higher level query language to create criteria filter in yii
- Spreadsheet and address: how to filter based on a range
- Wrong column filtering for date column
- DataTable Filtering Issue
Related Questions in SHAREPOINT-2016
- Can I make the SharePoint form interactive?
- How does the following code to get around the SharePoint ASP.NET no scripting requirements, and how can I prevent it?
- How to set progress in custom long running timer job
- How to change the color of the date value when have passed 2 days in a SharePoint list?
- Sharepoint online archive Options
- MS Project Server - How to block/interrupt save and publishd event on closed project
- How to check if a Rating is enabled for a sharepoint online list using JavaScript?
- How do I display the html page for a Custom SharePoint List view?
- SharePoint REST API Setting CheckoutUser using ValidateUpdateListItem()
- Unable to rotate the labels on x-axis in DevExtreme
- PnP — Add a claim value to a SP Group using PnP powershell
- @pnp/sp seems to be missing the .get() method
- How to filter dropdown values of a column in sharepoint online based on the values on another column within same list?
- Is it possible to extend SPFieldUrl to have more properties like url or description, to create a custom field type?
- Getting an error while trying to create a site collection in SharePoint Central Administration
Related Questions in INDEXED
- Move address to register by using the indexed addressing mode
- How to turn an array of values into another indexed array?
- C# - get number of a website indexed page in google?
- typo3 indexed search Is it possible to show access-restricted pages in typo3 to non-logged-in users?
- Yahoo indexed pages script
- Iterate through indexed property in Delphi 2010
- C#: Dictionary indexed by List
- Indexed but blocked by robots.txt on my english cart
- How to index an array?
- Grails indexed parameters
- Alphabet Indexed ListView Without a cursor
- Indexed list for table view shows dot iOS 5+
- Crop an indexed PNG with ImageMagick and keep the same palette as the input file
- Indexed View Schemabinding
- SharePoint list column header filter not working
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?