I want to filter my list box to where it only shows Items for 1-7 days, 8-14 days, a month and so on. How would I go about doing this? I am new to Qlikview but have some minor experience with coding so I figured I would use a If Then statement I am just not sure where to put it.
Asked
Active
Viewed 19 times
1
-
Possible to post data sample? (might be fake data) – Stefan Stoichev Mar 06 '19 at 18:29
-
Hi, has my answer helped? – Hubert Dudek May 08 '19 at 00:01
1 Answers
0
Usually to achieve that I am using class function. But depends on your data model it can be different:
Class(date, 7)

Hubert Dudek
- 1,666
- 1
- 13
- 21