Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

How to sum multiple conditions in appsheet

SUM(SELECT(Absensi Instruktur[Fee],AND(
[_THISROW].[Nama Training]=[Nama Training],
[_THISROW].[Batch]=[Batch],
[_THISROW].[Nama Instruktur]=[Nama Instruktur],
[_THISROW].[Kelas]=[Kelas],
[_THISROW].[Bulan]=[Bulan],
[Status]="ACCEPTED"),TRUE))

this formula is not working, it's not filtering status.

how i can make this statement [Status]="ACCEPTED" working

0 3 80
3 REPLIES 3
Top Labels in this Space