Conditional for loop
Can anyone tell me what im doing wrong with this calculation - I only want to return a list with results when forchette = budget...
The script is not returning anything.
-
Hey Richard,
1. do all 5 variables (lots .... prix) reference the same app or do they come from different apps?
2. do all variables have the same number of items in their array? You can check that by typing (as last line): lots.length, then: forchette.length etc. - all should show the same number.
3. If all reference the same app and if all numbers are the same - are there items where the fields Budget and Forchette Budgetaire are equal? Are both number fields?Rainer
Please sign in to leave a comment.
Comments
1 comment