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 131
  • 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