Questions tagged [spotfire]

TIBCO Spotfire is a flexible environment for analyzing business and technical data. It includes in-memory analysis, predictive modeling and a visual interface.

TIBCO Spotfire makes it easy for you to access, analyze and create dynamic reports on your data. It delivers immediate value whether you are a market researcher, a sales representative, a scientist or a process engineer by letting you quickly identify trends and patterns in your critical business data.

Spotfire can access data in a number of places such as on your desktop or in a network file system. It can even access your data if it is located in remote databases, without you having to involve your IT department each time you wish to ask a new question.

Spotfire lets you filter your data interactively, and gives you answers instantly. It also lets you rapidly create clear and concise, yet sleek and colorful visualizations in the form of bar charts, cross tables, scatter plots and many more valuable tools that will help you respond to events that affect your business.

And finally, Spotfire lets you share your results. Static reports can be limiting to good business in this fast-paced world of data, and Spotfire allows you to create dynamic reports that help you to ask new questions, as well as be able to quickly turn your reports into instant presentations to show to your colleagues and customers.

Documentation available for Spotfire:

1530 questions
4
votes
1 answer

Spotfire connection to mysql?

I am trying to find a way to connect to mysql database with spotfire but I can only find the connector for sql server and oracle. I am using spotfire cloud. If someone can help thanks.
Jonathan
  • 43
  • 6
4
votes
1 answer

Opening other reports from a report (Working in webplayer)

Is there a way to open other dashboards/Reports ( saved in same server) from a report in web player. I tried some python scripts which is used to access webpages but none of them is working in webplayer. My client want this to happen using buttons.…
J K
  • 165
  • 2
  • 14
4
votes
2 answers

Spotfire: How to reload/refresh a text area html through Javascript

I have an HTML page which auto refreshes itself every 5 sec. This page contains 3 image from 3 different server which i want to show side by side and and refresh every 5 second.
S4nd33p
  • 431
  • 2
  • 7
  • 17
4
votes
1 answer

Delete all rows on spotfire Data Table Iron python

I was looking for a way to delete rows in my Data table on SPOTFIRE and I didn't find a proper way to do it. I tried to code a script to do it, but It's too slow and I have more the 20k rows to be deleted. Does someone have an idea why it's too slow…
Ayyoub
  • 1,315
  • 1
  • 16
  • 37
4
votes
1 answer

How to access a Calculated Value from python?

I need to access a Text Area Calculated Value from python WITHOUT first using JS or R-script (we're not using a stats server) to transfer the value to a Document Property. Is this possible? Before I begin: I would ask that any respondent that feels…
Kaorie
  • 183
  • 2
  • 10
4
votes
2 answers

How to run an IronPython Script on Spotfire Dashboard load

I want to run an IronPython Code automatically whenever the Spotfire Dashboard is loaded . I have come across some blogs but they are not very detailed as i am a newbee to Spotfire.
Drake
  • 97
  • 4
  • 8
4
votes
3 answers

Which IronPython editor I can use to develop scripts for Tibco Spotfire controls

Can we use any IRONPython editor to develop scripts for Tibco Spotfire controls. Can we use IDLE editor to develop IRONPython scripts for Tibco Spotfire? If yes then how to integrate the tibco module with IDLE editor, Can anyone help on this??
Rax
  • 406
  • 5
  • 18
4
votes
1 answer

Spotfire Scripts not trusted

I am creating some Spotfire files where I use IronPython scripts to be able to export and import values from text files, on user demand. However when I relocate the Spotfire to someone else, the scripts cannot be executed. When going to the action…
Freddy
  • 419
  • 8
  • 16
4
votes
2 answers

R - check if string contains dates within specific date range

I have the following requirement in R script (to write a Expression function in Spotfire): dateString <- "04/30/2015 03/21/2015 06/28/2015 12/19/2015" startDate <- "04/01/2015" endDate <- "07/01/2015" Note: dateString could contain any number of…
ashetty
  • 55
  • 5
4
votes
2 answers

Spotfire IronPython Script to Scroll through a Filter and Update a Visualization Each Step (Play Button through Date Ranges)

Morning Everyone, I've been working on this issue for a couple of days and I can't figure out a fix. I've researched and googled to no avail. Any help/insight would be greatly appreciated. I am trying to create a button that when clicked will…
MLH13
  • 41
  • 1
  • 2
4
votes
1 answer

spotfire: How to add a datapoint to the scatterplot which represents the average of displayed points

With the Tibco software Spotfire is there a way to easily add a point to the current displayed scatter point which is the average of the other points on the plot? NOTE for my case there will be filtering, ie I have 3 columns of data myCategory …
shelbypereira
  • 2,097
  • 3
  • 27
  • 50
4
votes
1 answer

Need IronPython Code to output Filtering Scheme in Spotfire

I want to print the "name" of the filtering scheme that is specific for each page of my dashboard. For instance, page 1 of the dashboard may have a filtering scheme named "Filter Scheme 1" and page 2 has "Filter Scheme 2". I have code that…
user3224847
  • 55
  • 2
  • 5
3
votes
0 answers

How to create a vertical line on a certain date at x axis in Spotfire

Hi guys, How to create a vertical line to a certain date on X axis? I found out that we will need to set x axis as continuous scale to enable vertical line option...But this is not what I want. For example, I have attached a screenshot. I manually…
Golden Sun
  • 63
  • 6
3
votes
2 answers

How to safely use a tempfile in a Spotfire IronPython script for web use?

I am trying to export a Spotfire visualization to xlsx file. In order to export the data, I need to be able to write the visualization's data to a tempfile. The IronPython(2.7.7) script works when running as Spotfire Desktop App, since it is using…
David C
  • 1,898
  • 2
  • 16
  • 31
3
votes
0 answers

Best way to collaborate on working on 1 analysis file without losing changes?

my team and I have to do work on 1 analysis file. To avoid losing changes, we have agreed that only 1 person is allowed to apply changes at a time. To keep track of the changes we decided to use Git. So we put the analysis file in a Git repository.…
Georgi Koemdzhiev
  • 11,421
  • 18
  • 62
  • 126