Hi,
In Visio, I can count the number of occurrences of a particular shape using the following rule:
Ex: TO FIND THE NUMBER OF PROCESS SHAPES
<TestExpression>AGGCOUNT(FILTERSET(SHAPESONPAGE(), "HASCATEGORY(""Process"")")) </TestExpression>
PS: Assuming that the Process Shape has the string "Process" in the msvShapeCategories cell.
The targetType is 1 meaning "Page"
Question: How to count the number of occurrences for a multi-page flowchart document connected using Off-page references.
I have set the TargetType to 2.
Why does the above rule not work? And what should be the correct Rule.
Any suggestion would be of great help.