Forum Discussion
Sean29
1 year agoFrequent Visitor
Convert run times in PQ
I am having trouble converting 2.4km run times, to correctly display data. Example run is 9:56 (min,sec). But when converted to PQ and transform represents as 12:09:56 AM.
Is there way to convert this is PQ to represent mm:ss?
See this one
= [a=Time.From("00:9:56"),b=#duration(0,0,Time.Minute(a),Time.Second(a))][b]
3 Replies
- Sean29Frequent Visitor
I received couldn't convert to Duration error?
- Omid_MotamediseSuper User
See this one
= [a=Time.From("00:9:56"),b=#duration(0,0,Time.Minute(a),Time.Second(a))][b]