Category Archives : Iron Phyton

Home  >>  Iron Phyton

Linked In Post about Spotfire videos

22
Feb,2018

0

Heard of BI Tools? No Joking, I know most of you knew there are so many BI Tools are available in the market. Some of them are free for learning and some for the trail. I really appreciate TIBCO Spotfire…

Changing the XAxis Column names in Barchart using Iron Python

18
Apr,2017

0

Create Drop Down Property control as Axis Trigger the below script to chnage X aixs values in the selecting dropdown control. from Spotfire.Dxp.Application.Visuals import * viz = myviz.As[BarChart]() if propvalue == ‘AEDECOD’: viz.XAxis.Expression = ‘<${Axis} as [Term]>’ elif propvalue ==…

Loading Json Web API Open Source Data into Spotfire Client

22
Apr,2016

3

Do You want to perform analysis on open source yahoo financial data which can be accessed by JSON ? So how do you achieve this? So let’s get started. We can achieve this by either using Iron Phyton Script ….