Dear Experts,
I have a table in my report like below.
I want to embed this report onto my website.
And automatically update it every hour.
So that everytime you log into that website, you see the latest version.
What is the best way to do this?
| ID | TIME |
|---|---|
| 1 | 10:05 |
| 2 | 10:00 |
Is it just a matter of coping OpenDoc URL and embedding into html...?
Thanking you in advance...