Changes between Version 3 and Version 5 of Ticket #30188


Ignore:
Timestamp:
Feb 18, 2019, 5:11:49 AM (5 years ago)
Author:
Lukas Klement
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30188 – Description

    v3 v5  
    11Aggregating annotations works for simple Sum, Count, etc. operations, but fails when the Sum() contains a Case() When() operation.
    22
    3 To reproduce the issue, a simplified scenario ():
     3To reproduce the issue, a simplified scenario:
    44Suppose 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).
    55
Back to Top