Customer logic error

I am experiencing the error below when previewing the questionnaire

FormLogicError: Could not evaluate: $(HOW OLD ARE)>18, message: not sure how to handle expression called on nodeset that doesn’t start with a ‘/’: OLD{“stack”:[{“t”:“root”,“tokens”:},{“v”:“$”,“t”:“fn”,“dead”:false,“tokens”:[{“t”:“arr”,“v”:}]}],“cur”:{“v”:“OLD”}}

There might be a problem with variable names. Names cannot contain blanks. So “HOW OLD ARE” is not a valid name. (Is this even the label, which would be an invalid $ reference?) A reference must also contain curly brackets ${varName}, not normal ones (…).

Did you check your form with the Online validator, please? This is always recommended during form development and before testing and deployment.

1 Like

Hello teams
Please help me with the manual or guide to follow to digitize this table below in xlsform.

# Indicator Name project Quarterly target Reached % Reached
1 Enter text Enter text 3500 1800 51%
2 Enter text Enter text 2000 1500 75%
3 Enter text Enter text 4000 3800 95%
4 Enter text Enter text 1600 1000 63%
5 Enter text Enter text 1000 700 70%
6 Enter text Enter text 2340 2000 85%
7 Enter text Enter text 3500 3000 86%
8 Enter text Enter text 1560 1460 94%
9 Enter text Enter text 2460 2310 94%
10 Enter text Enter text 3100 2800 90%

Thank you for your assistance