Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
603
Conditional Summaries
posted

I have a grid with A, B, and C columns on it and a summary item at the bottom of the last two columns. Right now all the values are being added up but what I want is to have the first bound column (boolean) determine if the B and C columns  are to be included in the summation or not. Any tip on how to implement this the most efficient way? Sample snippet will be appreciated.