Field: TotalItemCounter gives me the count for each sliced page
and Field: TotalPageMax gives me the count for the last page
so how do I write if Field: TotalItemCounter = Field: TotalPageMax then do something ?
I've tried
<code>
<If: Field: TotalItemCounter> == <Field: TotalPageMax>do this</If> </code>
but no joy.
