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
13
votes
2 answers

spotfire get name of trellis panel

Suppose I have a visualization that's trellissed by panel by some categorical variable, with one panel per page. I would like to loop over the panels and export each image to a file, with the filename matching the categorical variable. The image…
Victor Chubukov
  • 1,345
  • 1
  • 10
  • 18
10
votes
2 answers

matching for group (Expressions) in same column in Spotfire

Regarding the previous question which I have posted: calculation the difference for same column for the specific rows in Spotfire I have a new problem for it, below is the sample: The new function that i want to realize is, searching for the next…
ZAWD
  • 651
  • 7
  • 31
10
votes
2 answers

Is it possible to reverse a column transformation in Spotfire, and if not, what are the alternatives?

I've made the mistake of using the 'Calculate and Replace Column' feature to replace the wrong column, and realized after the fact. The column I replaced corresponds to last names and is important. I would like to retrieve this column but maintain…
jremedy
  • 137
  • 1
  • 6
7
votes
2 answers

Display custom tooltip over the column values in a cross table in Spotfire

When using Spotfire (v7.8.1), how would I display a custom tool tip over a cross table's column values? While there is an option to customize tooltips for pie charts, I can't find one for the cross table visualization. Is there a custom expression…
tripats
  • 71
  • 2
7
votes
1 answer

Spotifre Message dialog Box action

I have a report where, once the user clicks a SAVE button it fires a script. Can I do a dialog box where once the user clicks SAVE, A dialog with "Confirm save ... Yes? No? " pops up and when the user clicks Yes it fires the script? I would like…
Scarlet Knight
  • 139
  • 4
  • 10
7
votes
2 answers

How to create a data table on the fly in Spotfire via python

I need to iterate each row, add items to a dictionary, do some sorting and then spit out the results into a data table I need to create on the fly via…
smackenzie
  • 2,880
  • 7
  • 46
  • 99
6
votes
1 answer

Spotfire IronPython set document property

I'm using an IronPython script to reset all filters and also set some document propertries. The document property below "FUTUREONLY" is a drop-down property control with 3 possible selections based on expressions. When I run the script it reset the…
Chris
  • 495
  • 1
  • 9
  • 26
6
votes
2 answers

How can I get data tables to be refreshed in Spotfire if I am using a data function to import data from Qualtrics?

I am using the package qualtRics in TERR in Spotfire to pull in data directly from specific surveys in Qualtrics. The code I am using is: registerApiKey(API.TOKEN = "xxxx") df <- getSurvey(surveyID = "xxxx", root_url =…
Jen
  • 69
  • 5
5
votes
4 answers

How do i color each cell based on condition in Datatables.js after rendering the table from json data?

var dataset = []; var columns = sfdata.columns sfdata.data.forEach(function (item,index) { var n2 = item.items dataset.push(n2) }); $(document).ready(function() { $('#example').DataTable({ data: dataset, columns: [ …
5
votes
1 answer

Creating ellipses based on coordinates and area with R to plot on map

How can I create, using R, ellipse polygons from a dataframe containing x, y, and z, Orientation, and Ratio columns? What R packages and functions could I look at to accomplish this? I would also like to calculate the overlapping area when ellipses…
sean
  • 98
  • 5
5
votes
1 answer

Icon in Spotfire fades but does not disappear

I have a listbox in Spotfire with countries in it. The listbox includes (None) as a selection option. When a country is selected in the listbox the country's name and a star icon appears in another test panel. After that, if (None) is selected,…
thatsawinner
  • 151
  • 8
5
votes
1 answer

Spotfire calculated column based on filter

I want to create a calculated column that is equal to the percent of the total of the previous column, but only for the rows that are selected. For example, the two columns below show rows where I've filtered for only the rows of interest. The sum…
avgara
  • 51
  • 1
  • 2
4
votes
1 answer

Sequential and Simultaneous data table loading via single IronPython script in Spotfire

I need help achieving the task described in the thread title. Let me provide some background: I am developing a very large dashboard on spotfire that loads a lot of data for visualization. Some of those tables need to be loaded sequentially because…
Mario Reyes
  • 385
  • 1
  • 2
  • 13
4
votes
1 answer

Update/Remove Calculated Column using IronPython

I'm using Spotfire and would like to know if there's a way of updating or removing a calculated column using IronPython code. Ex: Let's pretend I have a table with: | Column 1 | Column 2| Column 3 | Calculated Column | So, every time I run a…
Oliver Drummond
  • 680
  • 1
  • 6
  • 19
4
votes
1 answer

how can I link a CSS stylesheet in a Spotfire analysis?

I can create a Javascript in Spotfire page however I have no idea how to add CSS files. Any suggestion please?
beewest
  • 4,486
  • 7
  • 36
  • 63
1
2 3
99 100