Hi community,
I'm struggling to see what is causing some records to be filtered out of a gallery based on this filter:
I have a compound IF statement depending on if the user is searching on each combobox selected item, if I remove the OBNumbersearch from the statement I will see all the items but as soon as I put it back into the statement it drops some rows and I can't tell what type of data it is removing either.. so if the OBNumberSearch.Text is blank and nothing is selected I get 424 items, but the total is 487.
SortByColumns(Filter('Tracking List',(OBNumberSearch.Text in 'OB NUMBER'),If(FromTerm,ComboBox_From.Selected.Title in FROM,true) && If(ToTerm,ComboBox_To.Selected.Title in TO,true) && If(SegTerm,ComboBox_Segment.Selected.Title in SEGMENT,true) && If(StatusTerm,Dropdown_Status.Selected.Value in 'Freight Status',true)),"Date_x0020_of_x0020_Request_x002",Descending)
Solved! Go to Solution.
I have found the issue, any OBNumber that is blank is being filtered out.
In this scenario all items will have OBNumbers so that is going to be rectified when the application launches
Hey @Andrew260z1
unfortuantlely its not that reason, I've already set the row limit to 2000 and the item count is correct if I remove the OBNumberText search. I think it might be finding a blank OBNumber or something?
I have found the issue, any OBNumber that is blank is being filtered out.
In this scenario all items will have OBNumbers so that is going to be rectified when the application launches
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
218 | |
207 | |
85 | |
58 | |
36 |