Advance calculation using if function

Can somebody help me with this code am getting an error

if(${final7}< 40,“Minimally Compliant”, if(${final7} => 40 AND ${final7) =< 49, “Partially Compliant”, “Compliant”))

Welcome @michael1,
Syntax is >= and <=. See ODK XForms Specification.

It is recommended, please, to check your form with the Online validator during development and before deployment.

2 Likes

@wroos, :clap: :heart: :partying_face: