let's say I've 3 environments to my web application, that embedded Spotfire Analysis :
http://dev.mysite.com
http://test.mysite.com
http://mysite.com
And in table visualisation, I want to build link to my site based on the cell value.
http://dev.mysite.com/#!/users/$
If I want to promote my analysis to TEST and PRODUCTION, I've to modify the DXP, which is a bad practice by itself (the binary should not be modified between env), but it's very cumbersome as I have a lot of links to modify.
Also, the same situation arise when the URL of the site changes.
http://new-mysite.com
which I currently have to manage.
The solution would be to allow to reference a document property.
http://${document.site_url}/#!/users/$