Hi,
Given the best practices, we want to check if a query is empty, you should use the Empty property instead of Count (which needs to make a new query to get the value), and Length requires a new query? Or is the performance similar to Empty?
Thank you!
Hi Diana,
There is a article written by Justin James, an OutSystems MVP, that explains this all in great detail.
https://itnext.io/which-property-to-see-if-a-query-has-results-9c51139084b5
Regards,
Daniel