INTERACT FORUM
More => Old Versions => Media Center 17 => Topic started by: Vincent Kars on April 30, 2012, 04:01:30 pm
-
Made a field opusCHI, type = calculated data
I pasted an expression in it.
This caused a crash
I narrowed it down to
IsEmpty([OpusCHI],0)
Looks like if you apply this test to a calculated field MC crashes
-
yeah, you can't use the field you are using in an expression.
-
Actually, Matt once told me that MC could handle circular references (which sounded like the smartest program I have ever heard of). I guess he just meant that MC would not crash if there was a circular reference, like in your case where a field seems to have been referenced in the definition of that very same field. Maybe you have proved him wrong and found a bug.
-
In a coming build:
Fixed: If an expression field referenced itself, the circular reference could cause a crash.
-
Thanks
Vincent