-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
None
-
None
-
2018 Week 11-12
-
NEW
-
NEW
In the following model:
for the following input:
with number being:
The following expression works:
for m in my input.numbers return ceiling(m)
returning:
But these other expressions fail:
for m in my input[name="asd"].numbers return ceiling(m) for m in my input[item.name="asd"].numbers return ceiling(m)