i have a field returning Boolean Value (True/False), and i want to Sum another field Named (Total) in the footer section when my Boolean Value return TRUE for each record in the detailed section
Thanks.
2 Answers, 1 is accepted
0
Nasko
Telerik team
answered on 09 Mar 2016, 11:55 AM
Hello Islam,
You need to sum the Total field conditionally. For this purpose you can use the IIf() conditional function:
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Thank you! I don't know why I did not think of this myself. It would be a great example in the docs because I have run into this situation before. I need to bookmark this one.