
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Convert Seconds into Hours and Minutes
I am getting time difference in seconds from data base i need to convert into HH:MM
- « Previous Replies
-
- 1
- 2
- Next Replies »


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you bro,
i don't want to show seconds just HH:MM
i use those expressions it is showing like 12:76 ..i dont want to show 76 it should be below 60

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Would you be able to share an image of what you have right now? You can try something like this if you have seconds like this 360 and you want to show 00:06
=Interval(Interval#(360, 's'), 'hh:mm')

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sunny thank you
it works i have to add KPI color like more than 2 hours i want to show as red color
can you please help me with KPI color

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Should be like this
If(Interval#(FieldName, 's') > MakeTime(2), Red())

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i tried
=If(Interval#(AVG(VOYAGE_ARR_TO_CONTAINER_DISCHARGE), 's') > MakeTime(2), Red(),Green())
08:22
showing in Green color it should be red

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What value do you get for Avg(VOYAGE_ARR_TO_CONTAINER_DISCHARGE)?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i get seconds between tow dates

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hahahaha what is the value my friend? Is it giving you a value of less than 7200 (60*60*2)

- « Previous Replies
-
- 1
- 2
- Next Replies »