Message 1 of 3
Parameter equation with true/false input
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I just want to verify that there is no way to have a parameter equation to use a true/false parameter as a input/factor. As True=1 and False=0, I would think you should be able to use them in a unitless manner.
If my assumption is true, might I suggest that this be added in.
parameter1 = True/False
parameter2 = 100 + (parameter1 * 5)
if True output would be 105
if False output would be 100