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

Full Accumulation in Expression

Hi, there.

I'm a newbie in QV and cannot solve my problem with full accomodation in expression.

Expression looks like this, crucial dimension is Seria:

sum(aggr(RangeSum(above(sum({$<[Kód]={D01TSČ}>}Čiastka),0,RowNo(TOTAL))),Obdobie,Séria,Fáza,Kód,Rok))

Snap_2014.07.09 10.35.35_002.jpg

I need cumulatives like this BUT IN EXPRESSION !

Snap_2014.07.09 10.39.16_003.jpg

Thanks in advance.

Duski

35 Replies
Not applicable
Author

I meant: is the result for Dec 2014 for Series Plan = 29 000 000 and for May 2014 for Series Uctovnictvo 3 686 616 ?

I do need my chart with this accumulated data:

Snap_2014.07.09 12.47.23_011.jpg

Thanks in advance.

Duski

Not applicable
Author

Dear Manish, don't give up, pleeeease!

I feel, we are not far away from the goal 🙂

Duski.

MK_QSL
MVP
MVP

OK... let me know what is the chart you want to use..

what are the dimension ..

how many expressions....

also, if possible, upload your result in excel as a straight table... I will help you out...

Not applicable
Author

Thank you, Manish 🙂

I'd like to see this cumulative chart :

Snap_2014.07.09 15.10.16_012.jpg

See attached EXCEL - Sheet: Goal1.

Thanx in advance.

Duski

MK_QSL
MVP
MVP

Sorry for late reply... was busy in my own project.....


Create a Bar Chart

Dimension

Use Calculated Dimension

=If(Year(Obdobie)=Year(Today()),Obdobie)

Expression

RangeSum(Above(TOTAL sum({$<[Kód]={D01TSČ},Fáza = {'B01REAL'}, Séria = {'Plán'}>}Čiastka),0,RowNo(TOTAL)))

and

RangeSum(Above(TOTAL sum({$<[Kód]={D01TSČ},Fáza = {'B01REAL'}, Séria = {'Účtovníctvo'}>}Čiastka),0,RowNo(TOTAL)))

Hope this will solve your problem...

jagan
Partner - Champion III
Partner - Champion III

Hi Dusan,

Please find attached file, hope it helps you.

Regards,

Jagan.

Not applicable
Author

Thank you Manish,

But I think, I make a newbie mistake in the expression writer  😞

When I set both formulas into expression writer, I receive "Garbage after expression 'RangeSum'

Snap_2014.07.10 08.39.19_001.jpg

What's wrong ?

Thanx in advance.

Duski

jagan
Partner - Champion III
Partner - Champion III

Hi,

I think , is missed in the first line ending, and you need to add bracket at the end of second line.

Regards,

Jagan.

Not applicable
Author

Thank You, Jagan.

I did, but no success 😞

Snap_2014.07.10 09.15.00_003.jpg

Regards,

Duski

jagan
Partner - Champion III
Partner - Champion III

Hi,

Remove ) at the end of first line and second line.

Regards,

Jagan.