V
Victor
I have a problem like this:
How do i find out the count of the field in a repeating table with the
condition that the field is not blank but prior to that, only the selected
field that will be counted. To be more explicit, for example, i have a field
called 'ReturnedDate' and another field called 'Required' in a repeating
table. I only want to find out the count of the 'ReturnedDate which are not
blank with the 'Required' field ticked.
How do i do this?
I know i can use count(ReturnedDate[text() != ""]) but how about only
count the 'ReturnedDate' with 'Required' is ticked?
Any help is very appreciated!
Regards,
Victor
How do i find out the count of the field in a repeating table with the
condition that the field is not blank but prior to that, only the selected
field that will be counted. To be more explicit, for example, i have a field
called 'ReturnedDate' and another field called 'Required' in a repeating
table. I only want to find out the count of the 'ReturnedDate which are not
blank with the 'Required' field ticked.
How do i do this?
I know i can use count(ReturnedDate[text() != ""]) but how about only
count the 'ReturnedDate' with 'Required' is ticked?
Any help is very appreciated!
Regards,
Victor