Submitted by ethanrox on 2016/09/20 14:34
As it stands now, the column equation for a parent updates whenever a child is added or erased.
 
With one exception: the last child that gets erased does not seem to trigger the column equation at all.
I have tested with MsgBox IsNull(parameterVariable), but I guess the empty array of children does not even get past the Function(parameterVariable) line..
 
Recalulating the field does not work either.

Comments

I was going to mention it just yesterday! As I was "having fun" in my finance grid, I saw that values weren't adding up properly.
 
A few column equations bugs were corrected a while ago but that one remained. And I think there's another one -- I'll look for it. Better if they can be fixed all at once. Once and for all : )
 
-
IQ geek
Windows 8.1
CPU: Intel i5 2.6ghz

ethanrox

2016/09/21 02:41

In reply to by Armando

Btw, I wanted to report another one which vanquished (or maybe it didn't) - the user receives "Not implemented yet" MsgBox when the functionality should execute. I thought it was column equations for text fields, but it isn't. Do you recall what it was or still is?

Armando

2016/09/21 08:02

In reply to by ethanrox

[quote=ethanrox]
Btw, I wanted to report another one which vanquished (or maybe it didn't) - the user receives "Not implemented yet" MsgBox when the functionality should execute. I thought it was column equations for text fields, but it isn't. Do you recall what it was or still is?
[/quote]
 
Yes, it's for the reverse calculation I believe : children = sum(parents)
-
IQ geek
Windows 8.1
CPU: Intel i5 2.6ghz