Skip to main content
Nintex Community Menu Bar

Date field based on other field entry

  • November 17, 2017
  • 3 replies
  • 20 views

Forum|alt.badge.img

In my form, I have a field "Send to QA" with Yes/no dropdown.  I need a date field that will populate when set to Yes.  Any idea how I should do this?

3 replies

Forum|alt.badge.img+9

You can write a rule to show and hide based on the drop down value.

Write a rule for date control when drop down value !=yes hide it.

210858_pastedImage_3.png210856_pastedImage_1.png210857_pastedImage_2.png

You can write JavaScript code also to hide/show.


Forum|alt.badge.img+8
  • November 20, 2017

Maybe I don't fully understand the situation, but it seems like you just set a condition to check for "Send to QA" then if yes you set the date value to whatever you wish, correct?

210864_pastedImage_1.png


Forum|alt.badge.img+14
  • Scholar
  • November 21, 2017