DMXzone App Connect Support Product Page
Answered
Hide region if data is blank
Asked 20 Mar 2017 20:44:40
1
has this question
20 Mar 2017 20:44:40 Brad Lawryk posted:
I saw how to hide a region if the recordset is empty and it works great. But I can't figure out how to hide a span or table row if a cell is empty?For example I have a table that holds contact information and I want to hide a row if no cell phone number is entered.
I know there must be a way.
Replies
Replied 21 Mar 2017 07:32:27
21 Mar 2017 07:32:27 Teodor Kuduschiev replied:
Hello Brad,
Is the data empty value or null in you database? If it returns null, just use the show dynamic attribute and in the "when" field select your binding, which you want to check. This way the row will be shown only when it returns value ...
Is the data empty value or null in you database? If it returns null, just use the show dynamic attribute and in the "when" field select your binding, which you want to check. This way the row will be shown only when it returns value ...
Replied 21 Mar 2017 15:19:25
21 Mar 2017 15:19:25 Brad Lawryk replied:
Usually they are just blank.