I’ve something like that as ouput : 126*(Floor((inputName-20)/50)+1)
But I got this error :
DMN-01002 Unable to evaluate expression for language ‘juel’: ‘${126*(Floor((inputName-20)/50)+1)}’
org.camunda.bpm.engine.impl.javax.el.ELException: Could not resolve function ‘Floor’
I don’t have any experience in juel language… Do you know how I can manage to get whole value from decimal?
Thanks in advance!