I have a new question regarind conditional blocks:
I want to be able to HIDE a table or row if a variable is null or doesn't exist.
I have tried many combinations, the latest like this:
[tbs_check.1; block=tr; if [array2.output]=null]
---or---
[tbs_check.1; block=tr; if !array2.output]
---or---
[tbs_check.1; block=tr; if [array2.output]=""]
---or---
[tbs_check.1; block=tr; if [array2.output]=null]
|
None of these seem to work array2.output is an element of type 2 array.
Thanks, if you have any suggestions I would appreciate it!