Forum Discussion
Calculation function only returning minutes
- 9 years ago
Can you post some sample data of your downtime table? The issue might be that you need to specify some type of aggregation for your downtime minutes column, rather than the raw column reference you are providing. In my example, I just hard coded in the number 99, but if you have multiple values in your downtime minutes column, it wont work by just giving the column name.
Can you post some sample data of your downtime table? The issue might be that you need to specify some type of aggregation for your downtime minutes column, rather than the raw column reference you are providing. In my example, I just hard coded in the number 99, but if you have multiple values in your downtime minutes column, it wont work by just giving the column name.
I think this statement might be correct. I tested this on another table and it worked just fine. you can see from the picture supplied that the DowntimeMinutes shows properly, but when I look table itself, DowntimesMinutes column shows then number 60 iin every cell.