how to open Spotfire web player in first page?

为君一笑 提交于 2019-12-12 07:01:11

问题


is there a way to open spotfire web player in first page always. My web player link is opening analysis in different pages not on the home page. Much appreciated

thanks


回答1:


Make sure that when you save your analysis, you save it showing the first page.

Then modify so that state isn't kept per user. Go to Edit -> Document Properties -> Library tab, and uncheck "Remember personalized view for each Web Player user":




回答2:


Create one Document Property "OnOpenAnalysis" with DateTime:- Write ironpyton script to that document property ScriptName Write below line in Script Document.ActivePageReference = Document.Pages[0]

Add DataFunction using Open R, use below code input <- systime()

assign output as document property and select document property "OnOpenAnalysis"

you are done.



来源:https://stackoverflow.com/questions/40665286/how-to-open-spotfire-web-player-in-first-page

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!