Is there any options to display or hide zero value in shapes?

Naung Mon 1 Reputation point
2022-06-09T10:47:48.917+00:00

Is there any options to display or hide zero value in shapes?

Visio Management
Visio Management
Visio: A family of Microsoft products used to create diagrams and vector graphics.Management: The act or process of organizing, handling, directing or controlling something.
247 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Paul Herber 111 Reputation points
    2022-06-12T07:25:05.35+00:00

    In the shape's shapesheet you can set the cell HideText to the formula:
    =STRSAME(TheText,"0")
    This sets the value true if the shape text is equal to "0".

    0 comments No comments