Videos Support Videos How to Find the Count of Particular Values in the Fields and Pass it as an In-Out Parameter
04:23
705 Views | 14 Mar 2023
Add to Favorites
Remove from Favorites

How to Find the Count of Particular Values in the Fields and Pass it as an In-Out Parameter

This video explains how to find the count of particular values in the fields and pass it as an in-out parameter.

Counter values - IIF(validity = 'invalid',counter+1,counter)

Expression to set in-out parameter value - SetMaxVariable($$Validity_counter, NewField)

$$Validity_counter is an in-out parameter here, NewField is passed from the previous expression which contains the counter values.

Back To Top

Success

Link Copied to Clipboard