Forum Discussion
How to display duration in report view
- 10 years ago
Duration represents a length of time. It’s converted into a Decimal Number Type when loaded into the model. It is as designed according to this document.
If you only want to show duration of time in a Table report. I think the easiest way is to change the Data Type from “Duration” to “Text” as below. Then it will keep the type as "Text" and can be showed correctly.
Best Regards,
Herbert
Duration represents a length of time. It’s converted into a Decimal Number Type when loaded into the model. It is as designed according to this document.
If you only want to show duration of time in a Table report. I think the easiest way is to change the Data Type from “Duration” to “Text” as below. Then it will keep the type as "Text" and can be showed correctly.
Best Regards,
Herbert
- Beau-Vintertun10 years agoFrequent Visitor
- rodrigod9 years agoNew Member
What if you want to create a measure with duration?
Text conversion won't allow a sum, will it?
Thanks
- Anonymous3 years agoNot applicable
But then how you sort in ascending or descending order once converted to text.