Showing posts with label table visibility. Show all posts
Showing posts with label table visibility. Show all posts

Wednesday, March 7, 2012

Table Visibility

When you want to hide a whole table if there is no data in the dataset, use this in visibility:
if(Total.count() <1){true}