If Statement in Code Block Suddenly Not Working REVIT 25

You can use a Code Block instead

formula

x == 4 ? y * 0.60 :
x == 3 ? y * 0.65 :
x == 2 ? y * 0.70 :
y;
2 Likes