Hi AW Team,
Good day.
I would like to ask your assistance again regarding the code.
In the FORM under DATA , CONTROL SOURCE, I use the below code to sum the number of "Closed" value in "Status"
=Sum(IIf([Status]="Closed",1,0))
It works fine as per the code.
However, I want to improve the code by: If there is no "Closed" value in "Status", it should display "N/A"
Thank you
Good day.
I would like to ask your assistance again regarding the code.
In the FORM under DATA , CONTROL SOURCE, I use the below code to sum the number of "Closed" value in "Status"
=Sum(IIf([Status]="Closed",1,0))
It works fine as per the code.
However, I want to improve the code by: If there is no "Closed" value in "Status", it should display "N/A"
Thank you