Write-back into database functionality using Tibco Spotfire Analyst

12
Jun,2018

23

I see many Tibco Spotfire Developers are excited and confused about writeback database functionality using Spotfire Analyst / Spotfire WebPlayer. So this post is for all of them. Scenario: I would like to create a user registration form in Spotfire and…

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 ==…

Creating D3 Visualizations with in Spotfire

9
May,2016

7

I have made a video tutorial of this D3 Visualization within Spotfire Client. Please look into the following link for the video Also please find the attached CSS & JavaScritps which I used in this tutorial from the below link.