Hello,
Sorry, I'm sure this must be documented somewhere, but I couldn't find it...
I would like to add a link to an external web page, let's say www.google.com, on a dashboard, in simple XML if possible.
Thanks,
Include this row in your dashboard. Then, test the link. It should give a starting point.
<row>
<html>
<a href="http://www.google.com">Google</a>
</html>
</row>
Lp
Include this row in your dashboard. Then, test the link. It should give a starting point.
<row>
<html>
<a href="http://www.google.com">Google</a>
</html>
</row>
Lp
Thanks a lot!