
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Segregate the data on Weekly basis
Hi Team,
There is a scenario where ,if month changes in a middle of week, need to show the results on a monthly level ?
Below is the example.
I have the data of year 2025 and selected the January month but when i select the week it's showing only 4 weeks from W2 to W5 and W1 is ignoring when the week is between in the Dec and Jan months.
How to segregate the data on weekly basis when we select any month and it should show complete weeks of that month.
Please help me how to achieve this on script or UI level.
Thanks in advance.
- Subscribe by Topic:
-
Advanced Authoring
-
Client Managed
-
General Question
-
Not a Question
-
SaaS

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Did you tried create the calendar like there: https://qlikviewcookbook.com/2015/05/better-calendar-scripts/
You probably would like have a custom field: Year(TempDate)&' '&'W'&week(TempDate) As Week
Full script used:
Result:
