Dec 21, 2017

Manually configuring a Spotfire Web Player service

https://docs.tibco.com/pub/spotfire_server/7.6.1/doc/html/tsas_admin_help/GUID-13E15745-41ED-4811-A263-20D84838EC1A.html


How to execute any IronPython script from the JavaScript (mashup API) in TIBCO Spotfire

How to execute any IronPython script from the JavaScript (mashup API) in TIBCO Spotfire


https://community.tibco.com/wiki/how-execute-any-ironpython-script-javascript-mashup-api-tibco-spotfirer

  1. Define the selected IronPython script to execute when the property is updated.
  2. Create a new document property in the Spotfire Analyst client and define a script trigger.
  3. Modify the property by calling the Document.setDocumentProperty method in the JavaScript code where you want the script to trigger
// Define the Spotfire handle var webPlayer = new spotfire.webPlayer.Application(server, customization); webPlayer.onOpened(onOpenedCallback); ... // Callback triggered after analysis is opened function onOpenedCallback(analysisDocument) { // Modify property to trigger Spotfire script xyz analysisDocument.setDocumentProperty("abc", ""); }

Dec 19, 2017

Spotfire User group Sync.

The following user filter string seems to be working for us.


&(objectClass=user)(|(memberOf=CN=Spotfire-Admins,OU=Spotfire,OU=SecurityGrp,DC=h...b,DC=com)(memberOf=CN=Spotfire-Users,OU=Spotfire,OU=Security....Grp,DC=h...b,DC=com)(CN=Spot*))


CN=Spot* - will sync all the users who start with Spot
e.g Spotfire_test_user@test.com


Dec 16, 2017

Spotfire automation service helpful links

https://community.tibco.com/wiki/tibco-spotfire-web-services-api-tutorials-and-examples

https://docs.tibco.com/pub/doc_remote/sfire_dev/area/doc/api/TIB_sfire_autsvcs/Index.aspx?_ga=2.41956005.1812230274.1513473603-641631342.1497457480

https://community.tibco.com/wiki/create-automation-services-custom-task-tibco-spotfire

https://docs.tibco.com/pub/doc_remote/sfire_dev/area/doc/api/TIB_sfire_autsvcs/Index.aspx?_ga=2.41956005.1812230274.1513473603-641631342.1497457480

https://docs.tibco.com/products/tibco-spotfire-server-7-11-0

https://docs.tibco.com/pub/spotfire_server/7.6.1/doc/html/tsas_admin_help/GUID-EDEC3041-B238-4FEC-930E-EFF885B26E43.html


Nov 20, 2017

Hide menu, header, etc from webplayer

http://spotfired.blogspot.com/2015/03/hide-menu-header-etc-from-webplayer.html


By adding the options parameter to the webplayer url, you can hide the header, toolbar, export visualization, about, etc. This can be very helpful when integrating with SharePoint or other web portals.

Example to hide the satus bar and page navigation: 
http://www.spotfire.com/SpotfireWeb/ViewAnalysis.aspx?file=/HSSE/Incidents&options=2-0,4-0

Header1
Status bar2
Toolbar3
Page navigation4
Filter panel5
Details on demand6
Undo\Redo7
Export visualization image8
Analysis information9
Download as DXP file10
Help11
About12
Close13
Logout14
Edit button15

You can also pass other parameters to set filters a specific value