Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Hello,
i have one mashup which shows number of programs.
now i want to show status of program which shows how many time is remaining to start the program, and to show ongoing program, through the service....Please refer the below attachments for better understand
Solved! Go to Solution.
You can use an autorefresh set at one minute that retrieves from the server side the "time to start" column.
That can be calculated easily enough in a service, there are plenty datetime related snippets.
I suppose the time resolution of once per minute is fine enough for this use case.
You can use an autorefresh set at one minute that retrieves from the server side the "time to start" column.
That can be calculated easily enough in a service, there are plenty datetime related snippets.
I suppose the time resolution of once per minute is fine enough for this use case.
Hi,
run the auto refresh per second and bind the refresh event to the service which I have attached with this reply. Output is in string.
Regards
Shyam
Hi @Ru.
If you feel your question has been answered, please mark the appropriate response as the Accepted Solution but the benefit of others with the same question.
Thank you for your participation in the community!
Regards.
--Sharon