You are viewing limited content. For full access, please sign in.

Question

Question

Forms 11 value blank when should be 0

asked on January 18, 2024

I'm on update 5 and am using the New Designer.  I have a drop down field that has values from -2 to 12.  The selection that has a value of 0 does not reflect in another field.  All the other numbers do, but 0 does not.

Is this a possible bug?  It worked fine in Classic.

0 0

Replies

replied on January 19, 2024

Angela, are you populating the other field by using a formula or some other way?

0 0
replied on January 19, 2024

Just an IF AND calculation.  The FormGrade field has to pick which Expected Grade field to pull since there are two and which is filled in depends on the time of year.

 

=IF(AND(ExpectedGrade1<>"",SchoolYear="Current Year"),ExpectedGrade1,ExpectedGrade2)

All grades work except the KG=0.  

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.