COUNTLISTIF
Last updated
Last updated
The COUNTLISTIF function in Shedmate counts the number of items in a list that meet a specific condition.
Count how many front walls we have:
COUNTLISTIF(shedresult.walls.*.wallidentifier="Front")
Count how many rollerdoors are located in the front wall:
COUNTLISTIF (shedresult.rollerdoors.*.wallidentifier="Front")
Count how many SERIES A rollerdoors are located in the front wall:
COUNTLISTIF(AND(shedresult.rollerdoors.*.wallidentifier="Front",shedresult.rollerdoors.*.seriesname="Series A"))