Need help with If-statements and applying units to the output in expressions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2022-03-07 02:32 PM
Hi - I'm having trouble with creating multiple if-statements in an expression. I need the expression to give a different output for three options in another property. I tried using the 'IFS' logical function, however it tells me that there is a syntax error from the beginning of the statement. What could be the cause of this? (First screenshot)
My second problem is applying a unit to the output from an Expression. How do I solve this? (second screenshot)
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2022-04-13 04:10 AM
Remove the square brackets [ ] from your expression. I don't like how the example shows this, but causes expression to fail.
IFS(Glazing Type = "3", 10, Glazing Type = "2", 100, Glazing Type = "-", 0)