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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
joshrussin
Creator III
Creator III

YTD consumed days

I am trying to get the value of Year to Date consumed work days, with holidays into a table.

Count({$<Year_BV = {"$(=Year(FirstWorkDate(ConvertToLocalTime(Date(now()), 'GMT-05:00'),1,(vHolidaysBV))))"}>}

distinct [Date Bioventus]) -1

This formula works in a text box, but returns a 0 within the table. Any ideas?

**The correct return should be 160 days consumed

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar

This gives 160

Count(TOTAL {$<Year_BV = {"$(=Year(FirstWorkDate(ConvertToLocalTime(Date(now()), 'GMT-05:00'),1,(vHolidaysBV))))"}>}

distinct [Date Bioventus]) -1

View solution in original post

3 Replies
sunny_talwar

What value do you expect to see for this in the table?

joshrussin
Creator III
Creator III
Author

160

sunny_talwar

This gives 160

Count(TOTAL {$<Year_BV = {"$(=Year(FirstWorkDate(ConvertToLocalTime(Date(now()), 'GMT-05:00'),1,(vHolidaysBV))))"}>}

distinct [Date Bioventus]) -1