Hello i'm traing to set the curent datetime in a atribut when a checkbox is click.
ifThenElse(var1=='1', var2=datetime\today());
var1 is a boolean atribute.
and var2 is a Data atribut theat is initial none and read only
when i go in to the edit mod and clik on the checkbox and save in view mod i dont see the curent date it's still none
Pls help
ifThenElse(var1=='1', var2=datetime\today());
var1 is a boolean atribute.
and var2 is a Data atribut theat is initial none and read only
when i go in to the edit mod and clik on the checkbox and save in view mod i dont see the curent date it's still none
Pls help
Comment