Search found 1 match

by Jens
Wed Nov 18, 2020 5:16 pm
Forum: Stimulsoft Dashboards.WEB
Topic: Problems with SumTime in GroupFooter
Replies: 1
Views: 1178

Problems with SumTime in GroupFooter

Hi, i got a problem creating a Sum of String Values in a GroupFooter, wich i convertet into a DateTime Object. I tried this code: { myTable.column1 == "stringValue" ? (SumTime(DateTime.Parse(myTable.column2)).Hours + SumTime(DateTime.Parse(myTable.column2)).Days * 24).ToString("00&quo...