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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Cummulative week

Hello,

I have question:

I want to cummulate, in a period of 16 week, 4 week in a row

For example:

Nameweekaantalcumm
pdr111
pdr212
pdr313
pdr414
pdr511
pdr61011
pdr7112
pdr8113
pdr933
pdr1025
pdr1116
pdr1217
pdr1311
pdr1412
pdr1513
pdr1614


Can anybody help me?

Patrick

1 Reply
amars
Specialist
Specialist

hi Patrick,

For Sum over a range you can use either above function, if there is no bifurcation required or use mapping tables

like

week AsOnWeek

1 1

2 1

2 2

3 1

3 2

3 3

& use AsOnWeek instead of week

Thanks

Amar