I would like to use a straight table or a table box and omit columns when ALL rows have NULL values for this field. So even if one field has a value it will be shown, but if all are NULL then the column will not appear. How can I do that easily? I can go and use conditionals everywhere but is there a more efficient method?
Thanks
P.S. I'd rather NOT use a straight table because it seems that you can't avoid it getting too large. You have to use expressions everywhere and not dimensions. Otherwise if the columns are many the table will not appear with a scroll bar.