Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
I have a dashboard getting a table from a database. This table has a field to indicate the type of operation (Start,Point,Stop and Finish).
I´ve configured an object text with the sentence below to work like a decreasing timer
=interval(variable1-now())
The variable1 is set with the expression:
=timestamp(now()+(3/1440))
I need to reset the timer (update the variable1) always when the type of the last row is equal to Start or Point and stop the timer when the last row is equal to Stop or Finish.
Does anyone knows how can i do this?
Hi Rubenmarin,
Follow below a screenshot of the panel:
There's no user's interaction with the panel and i'll set to reload continuously, so, when the last record has the type Start or Pointment , the timer will reset an start the countdown and where has the type Stop or Finish the timer will have the value 00:00:00 till start again.
The expression LET vLastOperation = Peek('Operation', NoOfRows('TableName')-1,'TableName'); is returning null, what could it be?