below mention filter not filtering any data, what is the wrong in it?
Created by is default column in SP.
Filter(
'Tracker','Created By'.Email=User().Email,
WorkS.Value = ComboBox1_5.Selected.Value)
below mention filter not filtering any data, what is the wrong in it?
Created by is default column in SP.
Filter(
'Tracker','Created By'.Email=User().Email,
WorkS.Value = ComboBox1_5.Selected.Value)
@StretchFredrik problem with Start with there showing delegation and not filtering
Filter(
'Tracker','Created By'.Email=User().Email And
WorkS.Value = ComboBox1_5.Selected.Value),
StartsWith(
Title,
TextInput1_1.Text)||
StartsWith(Text(ID),TextInput1_1.Text)
)
not filtering properly ,showing all other users records also
Try this:
Filter(
'Tracker','Created By'.Email=User().Email And
WorkS.Value = ComboBox1_5.Selected.Value)
WarrenBelz
146,679
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,015
Most Valuable Professional