Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Clarification: I want to have a window tag that has the option to show or hide window sill height.
So I add a shared parameter in window family, instance yes/no - ShowSillHeightInTag.
Than in tag family I add a label with a calculated value, but I get stuck on how to implement it.
It should be something along the lines:
IF (ShowSillHeightInTag, Sill Heigh, <don't show the label at all>)
I get stuck on "don't show the label at all" part. How do you get the label to not be visible if ShowSillHeightInTag parameter in window family, is unchecked?
Solved! Go to Solution.