Formula#
[主表.AAII153]=CALDTROW([明细表1.ACCOUNT ALIASES]=='II-153',1)Purpose#
Set 主表.AAII153 to the number of detail rows that match the condition.
The condition here is: 明细表1.ACCOUNT ALIASES equals II-153.
Notes#
- The condition must use a double equals operator:
==. - If the condition is written incorrectly, the formula may not report an error and may only produce an unexpected count.
- After configuration, verify the result with at least one matching detail row and one non-matching detail row.
