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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Date Range Views on Chart

Hello,

I have created the following chart with a dimension ranging per week. I'm trying to see if there's a way for the range to only show one day (week of: 12/26, 1/2, etc) instead of 12/26-1/1

week.png

1 Solution

Accepted Solutions
sunny_talwar

How about this?

=Date(WeekStart(APP_LOGIN_DATE), 'MM/DD')

View solution in original post

4 Replies
sunny_talwar

How do you define your current dimension?

Not applicable
Author

=Dual(WeekStart(APP_LOGIN_DATE)&' - '&WeekEnd(APP_LOGIN_DATE),WeekStart(APP_LOGIN_DATE))

sunny_talwar

How about this?

=Date(WeekStart(APP_LOGIN_DATE), 'MM/DD')

Not applicable
Author

That worked, thank you!