, please help. I tried to add a function to the property "Visible" which became "trueIf(<the name of the field>.text...)" Am I doing it correctly? Thanks Yazan
When a formula delegates to the data source, all of the processing is handled by the data source, and only the matching rows are returned across the network to the app to be displayed. If a function isn't delegable, then it's common to change the delegation limit to 2,000 rows. This...