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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
2 Replies
settu_periasamy
Master III
Master III

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

tresB
Champion III
Champion III

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)