I am trying to solve this , How many BB is in the table between the dates in the table Function and to show that in a textbox . and its not working ... pls help
Table name tblFunction
Logdates Function
2018-01-01 BB
2018-01-01 BB
2018-01-02 BB
2018-01-02 AA
2018-01-03 AA
2018-01-03 BB
2018-01-03 BB
2018-01-04 AA
2018-01-04 AA
2018-01-04 BB
2018-01-04 BB
2018-01-05 AA
Datepcik_1 "2018-01-01 "
Datepick_2 "2018-01-04"
text( Sum(Filter(tblFunction, logdates > DatePick_1.SelectedDate, logdates < DatePick_2.SelectedDate), Function),BB ) )