Hi everybody
I've got here a field in a report and a date value in the database. So, I want to show the field only when there is a value in the date field on the database. I know, I have to do it within a formula (object_visibility), but I don't know, how the if-statement has to look like.
How do I find out, if a date field on the database has a value or not? I tried some things, but they all didn't work (e.g. Converting the date field to a string and trim it and testing if the result is "".
I would be very happy, if someone could give me a hint.
Regards, Dominik
I've got here a field in a report and a date value in the database. So, I want to show the field only when there is a value in the date field on the database. I know, I have to do it within a formula (object_visibility), but I don't know, how the if-statement has to look like.
How do I find out, if a date field on the database has a value or not? I tried some things, but they all didn't work (e.g. Converting the date field to a string and trim it and testing if the result is "".
I would be very happy, if someone could give me a hint.
Regards, Dominik