Discussion board where members can learn more about Qlik Sense App Development and Usage.
I attached an input file where I have three columns namely weeknum, loc and value. I need to get the whole sum of values for particular weeks (shown in output file).
@freceena if I understood correctly
Dimension : weeknum
Measure: sum(value)
?