Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How does a filter term in a function argument work?

filter function term
0
Posted

How does a filter term in a function argument work?

0

In ‘filter’ and ‘member’ list functions a term is supplied as one of the arguments which is effectively a ‘comparison’ expression. The ‘comparison’ function must return a logical(Boolean – TRUE/FALSE) data type. Such functions always have another argument which accepts a list of rows. The row type of this list is the context row type for the ‘comparison’ expression. The ‘comparison’ expression is evaluated in the context of each row in the target list one at a time. The function then uses these results in a way appropriate to its purpose.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123