I have written a rule for flowchart for checking the number of Start/End Shapes in a document.
The FilterExpression is as follows:
AGGCOUNT(FILTERSET(SHAPESONPAGE(), HASCATEGORY("Start/End"))) > 0
The TestExpression is as follows:
AGGCOUNT(FILTERSET(SHAPESONPAGE(),HASCATEGORY("Start/End"))) = 2
(Since totally there are 2 shapes: 1 Start and 1 End Shape)
However, it is not working. Can anybody tell me what is wrong in the expressions.