Skip to Content
0
Former Member
Aug 01, 2016 at 05:49 PM

Next_Day() function not working in IDT Universe

91 Views

Hi All,

I am trying to calculate Week End Date for a given date. For example

Given Date Week End Date 08/01/2016(Monday) 08/07/2016(Sunday)

I used Next_Day() function with following expression:

Next_Day(Given Date,'SUNDAY')

Its giving error because in IDT, Next_Day() can have only one argument.

Please suggest how to calculate weekend date.

Thanks in Advance...