参考:How to retrieve data marking selection using IronPython in TIBCO Spotfire Add Progress Bar 在执行ironpython脚本的时候增加进度条和取消按钮 from Spotfire.Dxp.Framework.ApplicationModel import * import time ps = Application.GetService[ProgressService]() def execute(): try: # subtask 1 - simulat...
我试图通过使用ironpython脚本按一个按钮来改变条形图上的数据限制表达式。fromSpotfire.Dxp.Application.Visuals import *for vis in Application.Document.ActivePageReference.Visualsvis.Title == "BarChart1": vis.Data.WhereClauseExpression = &quo 浏览0提问于2018-06-28得票数2 ...
每当我试图执行我的数据函数时,我都会遇到一个持续的错误,迫使它在Spotfire服务器上运行。如果Run Location configuration设置为"Force Local“或"Default”,则该脚本在R Studio和Spotfire上运行良好。当我使用Force Server时,我在执行查询时得到以下错误信息: Could not execute function call.) ...