Page 1 of 1

Total SUM in Report

Posted: Tue Oct 09, 2012 8:53 pm
by forgot
Hello

I do something wrong. Please correct me. Maybe I don't understand idea.

Here in attached my Report. All are very simple. Input table wh_card_name, totalQuantity and totalCost. In Report I output this table row by row and I expect in bottom total sub for totalCost. But then I run it this message "SELECT SUM(totalCost_Sum) as answerA FROM ___nu1507470cadaa3a___" appeared.

Please help.


--
Maxim

Re: Total SUM in Report

Posted: Wed Oct 10, 2012 7:12 am
by admin
Maxim,

You need at least 1 sort order.

Steven

Re: Total SUM in Report

Posted: Wed Oct 10, 2012 9:19 am
by forgot
Thank you.

Re: Total SUM in Report

Posted: Thu Oct 11, 2012 5:36 am
by admin
no problems!