Clones not showing fields correctly.

Hi,


I'm trying to set up multiple data fields on an Edge 1030 screen using AppBuilder5 clones. The field I set for the first clone works fine but any I define after that using B,C or D don't display correctly.

I've named them and added formulas in Garmin Express but they just show up as a blank field on the screen labelled AppBuilderB, C or D. I've check the formulas in the formula checker and it shows no errors. Anyone know what might be the issue?

The fields I'm trying to set are :


"Stopped Time" : ElapsedTime - sum(speed_raw lt 0.89408) displayed in Time (HH:MM:SS) - This works.
"Moving Average Speed": distance/sum(speed_raw gt 0.89408) displayed in Decimal - Shows as AppbuilderB with two dashes in the field.
"Moving Time" sum(speed_raw gt 0.89408) displayed in Time (HH:MM:SS) - ASHows as AppbuilderC with two dashes in the field.