HI guys i have question about timer i had made timer somehow but only with seconds so i want after 60 s to be 1h s and so on.Can u guide me how to do that properly
The result for low code is this

Hi,
Could you let us know how you define the parameter in the table? Is it a string or a numeric value?
If you are using a string, you could in your QAction do a specific format when calling the .ToString method like hh':'mm':'ss (assuming you are using a TimeSpan object).
Alternatively, you could use a numeric definition for your table column and add to it the following options attribute | DataMiner Docs. With the time attribute, you should be able to set from your QAction the total number of seconds and have something in the format of 02m 03s. Although, not exactly as you are asking it could still be a valid option depending on the use case.

HI Joao,Thanks for the response i'am using two parameters one is Timer who is number and one is Timeformated string,and dummy param for Qaction for formating that
i"ve done it with Qaction so i made 2 parameters one Timer and one Time inside so in qaction iam makingl logic for hh mm ss and set the values of first param to second to show for me this works.Tell me if have others shots ,and is this good ?