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
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
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":
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.