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
180
Grid with Formula and Summary?
posted

I have a grid with  a check box column and an amount column. I created an additional unbound column with the formula:

if( [IsMisplaced] , 0 , [Amount] )

where isMisplaces represents the check box. This works fine, however, when I add a summary operation and point to this column, the formula appears to stop working (all blanks). When I take the summary off it works fine again. Is there an event or something  firing that might be causing this to reinitialize?

Parents Reply Children
No Data