Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
mapratt82
Creator
Creator

Day of Year

How do I create a field that will show the number of days for the current year in QlikSense? For example Jan 15 = 15, Mar 15 = 75, & Dec 31 =365.

1 Solution

Accepted Solutions
sunny_talwar

May be like this:

Today() - YearStart(Today())

View solution in original post

2 Replies
sunny_talwar

May be like this:

Today() - YearStart(Today())

mapratt82
Creator
Creator
Author

Thanks