Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Is there a way that I can create a measure which retrieves my computer's date and time then show it in my report?
Solved! Go to Solution.
Hi @s15,
Could you please vote this idea: add-a-clock-showing-current-time-of-specified-time. Maybe we can get it someday.
I found a workaround. But we can use it in a dashboard only. Maybe you could try it.
1. I found a free web content by Google with key words "clock code".
<iframe src="https://freesecure.timeanddate.com/clock/i5tuwo7h/n236/tt0/tw0/tm1/ts1/tb4" frameborder="0" width="87" height="34"></iframe>
2. Open a dashboard, "add a tile", select "Web content", then "Next".
3. Input the web content to "Embed code".
Best Regards!
Dale
Hi @s15,
You can use NOW() - which will result in DATETIME
or if you only looking for date you can use TODAY() - which will result in DATE
Hope this helps
Regards,
Sumit
@sumit4732 and @fhill Thank you very much.
Just more to ask if you don't mind. How can I get real-time time? Saying the second is changing constantly.
Hi @s15,
Could you please vote this idea: add-a-clock-showing-current-time-of-specified-time. Maybe we can get it someday.
I found a workaround. But we can use it in a dashboard only. Maybe you could try it.
1. I found a free web content by Google with key words "clock code".
<iframe src="https://freesecure.timeanddate.com/clock/i5tuwo7h/n236/tt0/tw0/tm1/ts1/tb4" frameborder="0" width="87" height="34"></iframe>
2. Open a dashboard, "add a tile", select "Web content", then "Next".
3. Input the web content to "Embed code".
Best Regards!
Dale
Try.... Now = NOW()
Proud to give back to the community!
Thank You!