Write condition for check box
Posted: Mon Jul 11, 2022 11:59 am
I have a field in database that named IsPayed , the value of that is true or false , I want to create a report and show this field value and let the client to know that's true or false , so I need two check boxes but I don't know how to write condition to show false check box when IsPayed is false or show true check box when IsPayed is true .