Hui Mien Lim Posted April 11, 2019 Posted April 11, 2019 hi, i have iron python script to dynamically populate date values as document property to be displayed in visualisation title. However, the values can only be updated manually to have the values updated. Is there any way to resolve this
Shandilya Peddi Posted April 11, 2019 Posted April 11, 2019 If you have an IronPython script that sets the document properties to date values and if you want to trigger this IronPython script on opening an analysis from Autoamtion Service, then you can do the following, 1). Create a Document Property and attach the IronPython script to execute on Document Property change. 2). In the "Open Analysis from Library" job , in configuration block set the document property created in the previous step to any value different than the current value saved in Step 1. For example: documentProperty=Value1;3). This will now trigger the IronPython script to execute upon opening of the analysis using Automation https://docs.tibco.com/pub/sfire-analyst/7.11.0/doc/html/en-US/TIB_sfire... https://community.spotfire.com/wiki/create-configuration-block-tibco-spotfire
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now