Open oscar-ol opened 1 year ago
Having this data:
[ { "name": "testA", "code": "0" }, { "name": "testB", "code": "0" }, { "name": "testC", "code": "1" } ]
When grouping by code, the items with code '0' were not returned because the if statement evaluated them as false.
Having this data:
When grouping by code, the items with code '0' were not returned because the if statement evaluated them as false.