Page 1 of 2
add value to a SUM
Posted: Wed Feb 20, 2019 10:46 am
by Frederic73
Hello
I m trying to add a fixed value to a Sum in my report and i have an error (there s no maching method for overloaded...)
{Sum(ReminderCommitment.CommitmentDueCurrencySolde)+ TotalGen}
Do you have an another way
Thanks
Re: add value to a SUM
Posted: Wed Feb 20, 2019 12:48 pm
by Lech Kulikowski
Hello,
Please try to use Totals.Sum() function.
Thank you.
Re: add value to a SUM
Posted: Wed Feb 20, 2019 1:03 pm
by Frederic73
TotalGen is a personnal variable
Re: add value to a SUM
Posted: Thu Feb 21, 2019 5:42 am
by HighAley
Hello, Frederic.
Did you try to use the Totals.Sum() function?
If you still get any issue, please, send us your report template with sample data for analysis.
Thank you.
Re: add value to a SUM
Posted: Wed Apr 03, 2019 12:03 pm
by Frederic73
Thnks for the answer
Sorry i can t remember my User account to connect to the forum
Certainly i ve made a bad explanation
I just to do this kind
Sum(ReminderCommitment.CommitmentDueCurrencySolde)+40
It s not working the sum works fine but i have to add a value to this sum
Thanks
Re: add value to a SUM
Posted: Wed Apr 03, 2019 7:21 pm
by Lech Kulikowski
Hello,
Please try to use the Totals.Sum() function:
{Totals.Sum(ReminderCommitment, ReminderCommitment.CommitmentDueCurrencySolde)+40}
Thank you.
Re: add value to a SUM
Posted: Thu Apr 04, 2019 6:50 am
by Frederic73
Thanks
I ve an error there s no matching overload method for 'op-Add(Object.int32')
I m using v2016 and not sure i can have an update
Stimulsoft licensing is include in my software
Do you have any other idea?
Thanks a lot
Re: add value to a SUM
Posted: Fri Apr 05, 2019 12:09 pm
by Lech Kulikowski
Hello,
Please send us a sample report with test data which reproduces the issue for analysis.
Thank you.
Re: add value to a SUM
Posted: Mon Apr 08, 2019 7:11 am
by Frederic73
Hi
i tried to join a report
Thanks
Re: add value to a SUM
Posted: Mon Apr 08, 2019 6:56 pm
by Lech Kulikowski
Hello,
Please send us test data for your report and detailed description.
Thank you.