- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello all,
I've been using Revit for a while but have been asked to dig deeper into learning to work with formulas, as the guy who used to do this recently left.
I currently have a symbol that has 6 parameters, but only the first 2 will be changeable by the user.
- Flip Left Right
- Flip Up Down
- Left Arrow Up
- Left Arrow Down
- Right Arrow Up
- Right Arrow Down
The last four parameters control the graphics and have been placed in the "Other" category. I want only one of the four arrows visible at a time. I already have the last four parameters set to control the visibility of the arrows.
What I want to do now is, if someone toggles Flip Left Right, the arrow will appear either on the left or the right of the symbol in the family. If someone toggles Flip Up Down, it will toggle the arrow pointing up or pointing down.
I've been toying around with using =if(or( statements, but I can't manage to wrap my head around it completely just yet. Any advice would be appreciated, thank you!
Solved! Go to Solution.