All Topics
NOT ALL ORDERS ARE LOADED
When I add the filters and add the various conditions with the “and” logic, it does not load all orders correctly, as in the example video
1nd EXAMPLE:
FILTER
ORDER DATE between 2021-03-01 to 2021-03-31 “AND” STATUS is evaso = load 591 order
2nd EXAMPLE:
ORDER DATE between 2021-03-01 to 2021-03-31 “AND” STATUS is evaso “AND” TAG is not RITIRO IN SEDE = load 263 orders
3nd EXAMPLE
ORDER DATE between 2021-03-01 to 2021-03-31 “AND” STATUS is evaso “AND” TAG is RITIRO IN SEDE = load 3 orders
If I add the first and second example (269 orders), it doesn’t give me the total order value which must be the same as the first example (591 orders)