Hello, Im using a chart which has Start and Stop Timestamp,Boolean I have a column in chart with expression: =if(Boolean=1,Interval(Stop-Start,'hh:mm:ss.fff') //working fine
The problem is: We have other boolean 1 with soo many data in another table also,but I want the sum of this column only
I want to calculate the sum of the expression column alone.How can we implement it?