Hello,
I would like to apply a uppercase javascript function on the field that is on the same line than the input field to force uppercase input.
pulldata("@javascript","uppercase.js","touppercase",${C22_ENS})
the field 22_ENS is on the same line, but it's don't work ...
Solved! Go to Solution.
Try the following:
If your calculation in field 22_ENS uses the value from field 22_ENS, you will be creating an endless loop (recursive). That is not allowed.
Try the following:
If your calculation in field 22_ENS uses the value from field 22_ENS, you will be creating an endless loop (recursive). That is not allowed.
Thank you very much Ismael.