Announcements
Set( myTable, [ { col1: "hi", col2: Blank() }, { col1: "there", col2: Blank() }, { col1: "buddy", col2: Blank() } ] )
// Returns false because there are rows in the table IsEmpty(myTable) // Returns true because there are no rows with potato in col1 IsEmpty(Filter(myTable, col1 = "potato")) // Returns false because I did not filter the table and it still has 3 rows IsEmpty(myTable.col2)
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 536
WarrenBelz 426 Most Valuable Professional
Haque 305