Hi there,
Currently I have 2 warnings for this:
In my first gallery I have a warning for my Column "Title"
SortByColumns(
Filter(
LIPCustomers,
TextSearchBox1.Text in Title || TextSearchBox1.Text in Quote
),
"ID",
If(
SortDescending1,
Descending,
Descending
)
)
And In a combobox it says the "search" part of this formula might not work on large data sets. This data source I am pretty sure that the list will never exceed 2000 records. Should I worried about this? if so how can I fix both warnings?
Thanks in advance