I am trying to use the Filter with an AND operator
CountRows(Filter(Onkosten,And(Onkost_x0020_Aanvrager = User().FullName,Status.Value = "Aangevraagd")))
This give me back 2.
But i created 3 entries
1 with a different Username (status Aangevraagd)
and 2 with the same usernames (1 with Status "In behandeling (this is another Status) and another with the Status "Aangevraagd")
Still when i use the app with the 2 different users i keep getting 2 as a value ...
Any insights ? Am i missing something in my query ?