Hi,
I am facing a very strange problem with the below CountRows with filter function. It works very well on some records, but returns 0 for records despite them having the data that i am querying for.
CountRows(
Filter(
AllStudentsDailyData,
IDRef = Dropdown1_1.Selected.ID,
DateValue(Text('Date Captured')) >= DateValue(Text(DP_Start_7.SelectedDate)) && DateValue(Text('Date Captured')) <= DateValue(Text(DP_End_7.SelectedDate)),
Attended.Value = "No"
)
)
Just to give you an example of what i mean, here is a screenshot of what i am counting for the different parameters(Attended, Completed Goals ....). Both of these selected students have details and shouldn't return 0. Unfortunately one returns the correct value, the other doesn't return any value. Kindly advice on what the issue could be. I am picking my records from sharepoint list. I have slightly over 4000 records. Could the number of records also be an issue?
