Hello,
in my project i need to sum values from DB column which contains string values too (column Value (type String)). I have information about type of Value (column Type).
Please is possible to write expression for conversion Value from type String to type Float and then SUM all this numeric values?
Simplified model:
ID Value Type
================
1 5,21 number
2 text 1 string
3 4,56 number
4 text 2 string
And i need summary: 5,21 + 4,56 = 9,77
Thanks for any idea.
Lukas
Telerik Report Designer v11.2.17.1025