Hi!
I have a duration field as a string (based on this) and I want to make it a numeric field so I can filter on it (for example - show me values > 00:01:00)
tnx!
Hi!
I have a duration field as a string (based on this) and I want to make it a numeric field so I can filter on it (for example - show me values > 00:01:00)
tnx!
Hi @shirakoresh
While you want to make it a numeric field but your comparison has a non-numeric value on the right hand side of the following equation
show me values > 00:01:00
Are you able to create a calculated field that computes duration in mins (or hours, seconds), which would then be numeric and you can provide a filter based on that column, while still have the duration in the string format as part of the table if you prefer that?
Hi thank you for your help!
I wanted my users to be able to filter the duration in this format (hh:mm:ss), but if it’s not an option so i’ll just do it by minutes as you suggested.
Have a good day!
@shirakoresh - If @SD_QS 's suggestion helps you to resolve your query, would request you to mark the same as “Solution” so that this thread can be closed and it can help others to find solutions to similar problem. Thank you!