spotfire Questions
2
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 cro...
2
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(sur...
4
var dataset = [];
var columns = sfdata.columns
sfdata.data.forEach(function (item,index) {
var n2 = item.items
dataset.push(n2)
});
$(document).ready(function() {
$('#example').DataTable...
Matildamatilde asked 13/12, 2018 at 8:20
1
Solved
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...
Internment asked 4/4, 2018 at 16:26
2
Solved
I have a problem about the difference calculation for the rows using calculated column in Spotfire.
I am wondering if it is possible to create a calculated column that will count the difference be...
Loan asked 23/9, 2016 at 13:35
2
Solved
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 funct...
Andromada asked 27/9, 2016 at 12:59
2
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 filen...
Albuminoid asked 13/6, 2016 at 22:56
2
Solved
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 script.
http://spotfirecommunity.tibco.com/co...
Epicenter asked 27/8, 2014 at 17:4
2
Solved
I have a table in spotfire with a couple columns imported from another table as a lookup. As an example, Col2 is used to match for the import of ImportedCol:
+------+------+-------------+
| Col1 |...
Resh asked 17/8, 2015 at 14:22
2
Solved
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....
1
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 u...
Wilkes asked 20/4, 2015 at 19:35
1
© 2022 - 2024 — McMap. All rights reserved.