DayDiff not working?

  • 20 September 2016
  • 2 replies
  • 3 views

Badge +3

I've a text field in Nintex forms called "Termin".

I want that user is not possible to save date, when in the "Termin"-field is a date which differs less than five days from the current date.

I tried it with

Wenn(DatumDiffTage(zuDatumKonvertieren(Termin)),Datum()<=5))

BUT it doesn't work.

How can I fix it?

THANKS!!!

Best wishes,

Jacob


2 replies

Userlevel 4
Badge +11

Hi,

I'm able to do what you want by putting a validation rule on a field:

dateTest is the named control of my text field and Current Date is the reference from common tab..

I have the function in English but I think that you will be able to find the equivalent ones translated in German

Giacomo

Userlevel 6
Badge +16

Take a look at this >>>  

Reply