Changes between Version 3 and Version 5 of Ticket #30188
- Timestamp:
- Feb 18, 2019, 5:11:49 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30188 – Description
v3 v5 1 1 Aggregating annotations works for simple Sum, Count, etc. operations, but fails when the Sum() contains a Case() When() operation. 2 2 3 To reproduce the issue, a simplified scenario ():3 To reproduce the issue, a simplified scenario: 4 4 Suppose you have recipes (e.g. Pasta dough, Tomato Sauce, etc.), which are linked to dishes (e.g. Pasta with tomato sauce) and ingredients (e.g. Flour, Water, Tomatoes). Ingredients are shared across all users, but each user can add a different purchase price to an ingredient (-> cost). We want to sum up the cost of a dish (i.e. summing up the cost of all ingredients across all recipes of a dish). 5 5