Topic: Calculate Field Script?
Hello MVD please help me
I have three table, 1. table jurnal, 2. table Akun 3. Table jenis_saldo
On Tbale Jurnal I have two calculate field (debet and kredit) from tabel Jurnal.saldo join with jenis saldo
debet, Currency
(select saldo from jurnal left outer join jenis_saldo on jurnal.id_jenis_saldo = 1 where jurnal.id = jurnal.id)
but this script is wrong...
please see attachment