1070
Views
1
Comments
Solved
Empty, Length or Count
Question

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!

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP
Solution

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


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.