Flag custom field to check date custom field

Answered Flag custom field to check date custom field

  • vendredi 27 juillet 2012 11:33
     
     

    Hi there!

    I need to create a flag custom field to check if the date in a date custom field is before or after today. I check it all right if the date field has a value. But how can I check if I don't select a date and the value has 'NOD'? I can't find the way... :(

    Regards.

    LyE

Toutes les réponses

  • vendredi 27 juillet 2012 11:54
    Modérateur
     
     Traitée

    Hi,

    I assume you NOD is the same as NA in English or NV in German - so no value. Compare with 4294967295, this is the value for not defined. Compare with baseline for example, [Baseline Start]=4294967295

    If you only need to use your field in your language, someting like [Baseline Start]=ProjDateValue("NA") - or [Baseline Start]=ProjDateValue("NOD") in your case  - should be sufficient - but will cause an error in other languages.

    Regards
    Barbara


  • vendredi 27 juillet 2012 12:02
     
     

    Thanks Barbara!

    You assume fine... :) Now I compare with the 4294967295 and works fine!

    Regards.

    LyE