Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
sat_tok52
Creator
Creator

Carry forward days

Hi Guru's,

How do I calculate carry forward days in qlikview,for example jan have some test suppose it will not complete in jan month  it  will move to next month feb how do I calculate those carry forward day.

-Sateesh

2 Replies
settu_periasamy
Master III
Master III

It would be better, if you post the sample and expected output..

tresesco
MVP
MVP

One day is equivalent to numeric value 1. So if you need an addition of two days to a date, you can simply add 2 to it like:

Date(YourDate+2)

Date(Today()+2)