Solved

End date greater than start date

  • 21 September 2021
  • 2 replies
  • 195 views

Hi all,

 

I have 2 date fields (start date, end date) in a new responsive nintex designer.
I would like to limit the user to choose a date earlier than the start date.

I have only found a solution to this in the old responsive nintex designer here: Solved: End date cannot be greater than the start Date - Nintex Community

 

Does anyone have a solution for this using the new responsive designer?
Any help is appreciated!

icon

Best answer by ConradWilkie20 21 September 2021, 17:18

View original

2 replies

Hi, 


 


This one should be quite easy to implement.


 


Create a new Rule.


 


The statement should read:


If  "StartDate" IsAfter "EndDate" (you have to press the plus above this field and chose the date out of the form controls)


 


Then


"StartDate" Value ""(blank, literally type nothing)


"StartDate" Required "Yes"


"StartDate" Description "The Date Requested must be before the Date Required."


 


Hope this helps.


 


Thanks,


 


Conrad

Hi Conrad,

Thank you so much for your solution!
Much appreciated

Many thanks,
Jared

Reply