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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
cuniberto
Contributor III
Contributor III

LastWorkDate function

I'm encountering some difficulties with LastWorkDate while i try to sum variable number of days.

it works in this way:

LastWorkDate(today(),4)

but not

LastWorkDate(today(),[Giorni di copertura della giacenza])

In this second versione [Giorni di copertura della giacenza] is a variable calculated.

Labels (1)
1 Reply
vishsaggi
Champion III
Champion III

May be try this?

LastWorkDate(today(), '$([Giorni di copertura della giacenza])')