Addition program rule not fonctionning in the android version

Good morning,
I am working on a tracker and one of the program rule is to addition different values on other field to assign it to another. This work perfectly in web but not in android. Here are the program rules


Capture d'écran 2024-08-16 133204

Hi @Cleia!

Thank you for your report. I suggest to use the function d2:hasValue(#{variable}) instead of the "!=‘’ " on the condition expression.

Let us know if this fixes the issue or if you have any other question

2 Likes

thank you very much, this has been fixed by using d2:hasValue(#{variable})

2 Likes