
Landing - TIBCO Community
We migrated over all the Spotfire discussions and questions. If you're looking for TIBCO-related questions from the old community, please check out the new TIBCO Community, linked above.
How to Build A Reset Button For Resetting All Filter of an Active …
Dec 12, 2020 · Hi, I've a scenario where in the reset button should reset all the filters of a page which has multiple data table filter columns in a filter panel. Can you please provide a solution …
Auotomatically export data in spotfire, and send this data(such as ...
Aug 23, 2023 · We use spotfire as one of way of gathering all data from various applications. Data from various applications are gathered as a form of excel file in spotfire, and these are …
Query on how to filter and count unique values of a column in …
Jun 27, 2023 · 3 filters for columns B, D, and G which take multi-line text input After applying filter, count the unique values in columns G, F, B and K Export the filtered table into a .csv file I am …
Multiple if condition - Integration - TIBCO Community
Feb 26, 2021 · Hwo do I create multiple if conditions in Spotfire
IronPython to Write Cross Table Data to a Data Table
Dec 4, 2019 · from Spotfire.Dxp.Data.Import import * from Spotfire.Dxp.Framework.Library import LibraryManager, LibraryItemRetrievalOption, LibraryItemType, LibraryItem vc=Visuals.As …
i need Spotfire web to write directly to the spreadsheet
Jun 27, 2023 · Hello, what I really need is for the user to be able to input fields (form) through Spotfire Web and the IronPython script code to record this information in an excel spreadsheet.
copying data from existing data table - TIBCO Community
Nov 20, 2021 · The advantage of this method is it only needs to call the information link once (which may help with network/data performance) and it also means that any changes made to …
reading from html input field - Integration - TIBCO Community
Jan 22, 2020 · Thanks yes, you are correct, that is more for script side. Another way I am looking at this issue, if there is a way to capture data from an input field. where the input field is not …
How can separate data into different groups for the Cumulative ...
Jan 26, 2023 · The data function works by creating a separate CDF for each group, then concatenating them into the final table. The resulting table can be displayed via a line chart …