Message 1 of 2
yes/no parameter to control pipe size
Not applicable
09-11-2018
07:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
is it possible to use a yes/no parameter to return a pipe connector instance parameter as either the true or false?
For example if the yes/no parameter is ticked then return the pipe size connected to that connector in the project, and if unticked then return the value of another parameter.
diameter = If(Yes, diameter, diameter 1).
what I'm trying to achieve is a tee with one of the connectors being pipe size if the yes/no parameter is ticked and being the same value as another connector if unticked.
Or can anyone give me a different work around for what i'm trying to achieve?