Message 1 of 12

Not applicable
08-06-2016
03:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all
i have this shared parameter (text) called shorttxt set in a door family and 2 nested handles families (knob.rfa and pullhandle.rfa) set to a <Family Type> parameter called handle_slection... Is there a way to set a formula for the shared parameter to read/display text such as
"Knob" if the knob.rfa family is selected In the <Family Type> parameter
"pull handle" if the pullhandle.rfa is selected
i tried to use =if(handle_selection = "handletype: Knob", "knob", "pull handle") but I'm getting error for inconsistent units
any ideas if I can automate he shared txt parameter with a formula based on a <family type> parameter?
Solved! Go to Solution.