Hi all i need some help here, I am a newbie
I have a table with name ABSEN,
and i have a column STATUS with enum type with value “MASUK” or “KELUAR”.
What i want to do is if there is no value in table ABSEN with condition like this
tanggal = today(), nama = user, and status = “masuk” , then enum list in form STATUS will be “MASUK”, else it will ber “MASUK” and “KELUAR”.
Need help, thank you