Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
mahitham
Creator II
Creator II

Business Days help

Hi,

I have the Actual Date field like below in the attached QVD.

Actual Date 2 .png

Could you please help me to add 35 business days.

I have null values also in Actual Date for those need to skip business days adding.

Requirement:

Now from this [Actual Date] I need to derive a New field called [Estimate Date] like below i.e.,

Value of [Actual Date] field + 35 business days

A “business day” is defined as any Monday, Tuesday, Wednesday, Thursday or Friday that is not a bank holiday date in England in the relevant year.

Please help me on this.

Thanks in advance

1 Solution

Accepted Solutions
vitaliichupryna
Creator III
Creator III

Hi Mahitham,

You can use lastworkdate function:
lastworkdate([Actual Date], 35) AS NextDate

Thanks,
Vitalii

View solution in original post

1 Reply
vitaliichupryna
Creator III
Creator III

Hi Mahitham,

You can use lastworkdate function:
lastworkdate([Actual Date], 35) AS NextDate

Thanks,
Vitalii