Hello everybody,
i am trying to insert a new parameter in the revision schedule using a calculated value based on the revision date. We are already using all parameters, so im just trying to find a work around... Thats what i would like to do:
if Revision Date < 22/10/2018, i should see the text "work phase 1"
if 22/10/2018 < Revision Date < 22/11/2018 , i should see the text "work phase 2"
if 22/11/2018 < Revision Date < 22/12/2018 , i should see the text "work phase 3"
if 22/12/2018 < Revision Date < 22/01/2019 , i should see the text "work phase 4"
Revit keeps answering with an "improper use of boolean expressions" window.
Could anyone help me to find the right formula for that?
Thanks!!