NatasaNedeljkov
6 years agoQrew Member
Change drop down value based on last modified date
Hi,
I'm having some issues with setting value to drop down field, based on last modified date.
I've created 2 dynamic rules.
One that works - when I select user, status is changed:
if [user] is not equal to "blank" change [status] to active
And second one that is based on helper number field:
Helper field ([Notification Time] is numeric set to one of the following values 24/48/72):
past_due = ToHours(Now()-[Date Modified]) - [Notification Time]
and main condition which doesn't work:
if [past_due] >= 0 change [status] to idle
Past_due itself works, and it's calculated well, I've checked by adding it to form as visible field, but condition itself isn't changing value.
------------------------------
Natasa Nedeljkovic
------------------------------
I'm having some issues with setting value to drop down field, based on last modified date.
I've created 2 dynamic rules.
One that works - when I select user, status is changed:
if [user] is not equal to "blank" change [status] to active
And second one that is based on helper number field:
Helper field ([Notification Time] is numeric set to one of the following values 24/48/72):
past_due = ToHours(Now()-[Date Modified]) - [Notification Time]
and main condition which doesn't work:
if [past_due] >= 0 change [status] to idle
Past_due itself works, and it's calculated well, I've checked by adding it to form as visible field, but condition itself isn't changing value.
------------------------------
Natasa Nedeljkovic
------------------------------