Notifications
Announcements
If( myfavselected, Filter( Items, ID in Filter( Favorites, Title = User().Email ).CatalogID && Item_Status = "Ready for Display" && !IsBlank(AuctionEventID) && checkBoxVal ), Filter( Items, (Len(searchText) = 0 || searchText in 'Item Name' || searchText in Description || searchText in 'Unit Price' || searchText in 'Item Category') && (IsBlank(ComboBox6.SelectedItems) || ('Item Category' in Concat( ComboBox6.SelectedItems, Value ))) && (IsBlank(ComboBox3.SelectedItems) || ("Under $50" in Concat( ComboBox3.SelectedItems, Value ) && Start_Value >= 1 && Start_Value < 50) Or ("$50 - $100" in Concat( ComboBox3.SelectedItems, Value ) && Start_Value >= 50 && Start_Value < 100) Or ("$100 - $200" in Concat( ComboBox3.SelectedItems, Value ) && Start_Value >= 100 && Start_Value < 200) Or ("Above $200" in Concat( ComboBox3.SelectedItems, Value ) && Start_Value >= 200)) && Item_Status = "Ready for Display" && !IsBlank(AuctionEventID) && checkBoxVal && LookUp( Auction, Status = true, Start_Date ) <= Now()&& LookUp( Auction, Status = true, End_Date ) >= Now() ) )
If( myfavselected, With( { _Data: Filter( Items, Item_Status = "Ready for Display" ), _Cat: Filter( Favorites, Title = User().Email ) }, Filter( _Data, ID in _Cat.CatalogID && !IsBlank(AuctionEventID) && checkBoxVal ) ), With( { _Data: Filter( Items, Item_Status = "Ready for Display" ), _CB3: Concat( ComboBox3.SelectedItems, Value ), _CB6: Concat( ComboBox6.SelectedItems, Value ), _Status: LookUp( Auction, Status ) }, Filter( _Data, ( Len(searchText) = 0 || searchText in 'Item Name' || searchText in Description || searchText in 'Unit Price' || searchText in 'Item Category' ) && ( IsEmpty(ComboBox6.SelectedItems) || 'Item Category' in _CB6 ) && ( IsEmpty(ComboBox3.SelectedItems) || "Under $50" in _CB3 && Start_Value >= 1 && Start_Value < 50 ) || ( "$50 - $100" in _CB3 && Start_Value >= 50 && Start_Value < 100 ) || ( "$100 - $200" in _CB3 && Start_Value >= 100 && Start_Value < 200 ) Or ( "Above $200" in _CB3 && Start_Value >= 200 ) ) && !IsBlank(AuctionEventID) && checkBoxVal && _Status.Start_Date <= Now() && _Status.End_Date >= Now() ) ) )
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 739 Most Valuable Professional
Michael E. Gernaey 343 Super User 2025 Season 2
Power Platform 1919 268