cuba-platform / yarg

Yet Another Report Generator - CUBA Platform reporting engine
https://www.cuba-platform.com
Apache License 2.0
248 stars 74 forks source link

Formulas with band names #87

Open andreysubbotin opened 6 years ago

andreysubbotin commented 6 years ago

Environment

Description of the bug or enhancement

Typically user writes formula SUM(B2:B2) for calculation total by some column. It would be possible to use a named range for each column then, so that when referencing it in the template there is an option to understand what is going on. Because just referencing =SUM(orderAmount) is a little more intuitive to read then =SUM(B2:B2) (where orderAmount is one column in the data table)