Options

Calculate date.

Visi_VVisi_V Member Posts: 8
Hello.
Im new to Navi and i have a question:
How do i calculate date så every time i add a number it will print the same line X times with different date

I will use it when an employee is sick for 5 days, i should be able to print out new line for each day employee is sick.

example:
StartDate: 01/01/2016
I want to add 5 days to start date (a column), and it should print out a line from start date to 5 days forward.

Message('Date: %1', StartDate);

So every time it loop through it will add 1 day to the current startdate
so it will print out like this:

Output:
Date: 01012016
Date: 02012016
Date: 03012016
Date: 04012016
Date: 05012016

Best Answer

Answers

Sign In or Register to comment.