I am trying to show the number of items in a list according to some criteria. Here is the code I have so far:
MetSectID is the criteria and it is set to 135 (A section containing seven subsections in a SPPP set up)
The code works because it lists all seven products.
My question is how do I count this value so I can use it on my page to diplay how many items fit the ciriteria.
I have tried placing listcount in variaous places with no sucess
Code:
<actinic:block type="EntireSectionList" > <actinic:block if="%3cactinic%3avariable%20name%3d%22MetSectID%22%20%2f%3e%20%3d%3d%20135"> <actinic:block type="ProductList" > <actinic:variable name="ProductReference" /> </actinic:block> </actinic:block> </actinic:block>
The code works because it lists all seven products.
My question is how do I count this value so I can use it on my page to diplay how many items fit the ciriteria.
I have tried placing listcount in variaous places with no sucess
Comment