I'd like to subtotal items based on a boolean field in the datasource that is not being grouped on. So my subtotal would look like:
if this were indeed the correct syntax. It doesn't run and the sub-report just shows a a red box. How would I create a subtotal that filters on another field in the datasource?
Thanks Much
Jonathan
= Sum(Fields.DemandAtMemberPeak) where Fields.Include = 1
if this were indeed the correct syntax. It doesn't run and the sub-report just shows a a red box. How would I create a subtotal that filters on another field in the datasource?
Thanks Much
Jonathan