Engine
- Add – New tag to get the parent table code {_Table.Parent.Code}
- Add – New tag to get the SQL where clause syntax of a filter {?Filter[1]./Codepath[sql]}
Query Builder
- New – Expression function to handle colour gradients between two colours based on a min, max and current value. ColorGradient(valueCurrent, valueMin, valueMax, colorFrom, colorTo). Returns HTML colour e.g. #FF0000