Logic with Last Rows

Hi dear,
i want to make attedance user with appsheet but my logic don’t work
i want to get date last for the slice “absensi_usermail” my logic is

why display for “id_absensi” not “tgl_absensi” can you help me?
my slice

my table

thanks

0 4 129
  • UX
4 REPLIES 4

MAXROW() returns a Key value

Maybe you need just MAX()?
Maybe:
MAX( absensi [tanggal_Absensi] )

but why not hide?

Maybe you’re wanting to use an inequality instead of equality.
<> TODAY()
instead of
= TODAY()

??

not hide

Top Labels in this Space