Questions tagged [spotfire-webplayer]

Spotfire Web Player enables web-based consumption of pre-defined analytic applications and dashboards authored in TIBCO Spotfire® Analyst or TIBCO Spotfire® Business Author. Users can navigate, filter, mark, change parameters, and export.

52 questions
0
votes
1 answer

How to Export Cross Table ( ! without value formatting ! ) to Excel in SPotfire ( IronPython Script )

Good morning, I can extract a report in CSV format and put it in my directory with the following code underneath. The only problem is that I want to extract it without value formatting. enter from System.IO import Path, File, StreamWriter from…
0
votes
1 answer

Hiding IL name and column count from spotfire

How to hide the highlighted one (IL name & Column count) from the web player link? Edit: This is the DOM i found out from the Developer tools:
Teju MB
  • 1,333
  • 5
  • 20
  • 37
0
votes
1 answer

WebPlayer throwing error when one of the IL added in spotfire

I have total of 12 IL in a report which are added as rows to each other. But due to the one IL:" DD_D30-C6" , the web player URL is not working. Even though its working fine in Spotfire Editor but not in the web player URL. There is no such logs or…
Teju MB
  • 1,333
  • 5
  • 20
  • 37
0
votes
1 answer

Information Link parameters to be displayed on Text area in spotfire

I have an IL with 2 parameter ?Mindate & ?Maxdate , those parameters i want to display on the header's text area. How to add them? As they are not the part of any tables or IL's. I am passing these parameters through webplayer's ConfigBlock. My IL…
Teju MB
  • 1,333
  • 5
  • 20
  • 37
0
votes
1 answer

Create Document Property from data table in spotfire

I have the below table in spotfire. And I need to create 2 document properties for baseline_month and monitoring_month. I cannot have a drop_down menu to select the values for document_properties. But I need to create the properties from table…
kumar
  • 33
  • 6
0
votes
1 answer

Drill down when a single cell is clicked on a cross table

I currently have a cross table that I have built that contains quite a few aggregations (using custom expressions) broken down by names on the vertical. Upon clicking on a cell I would like to show the details behind that data point. However,…
Teju MB
  • 1,333
  • 5
  • 20
  • 37
0
votes
1 answer

Spotfire Web reports as a slide show?

I have a dashboard of reports that is built with Spotfire on Prem and published to a web url. The dashboard contains 8 pages. I want to be able to cast this to a TV mounted in our department and have it continually transition between each page for…
0
votes
1 answer

Cannot access Spotfire server - no Web interface (only SSH works)

Recently one of our Spotfire environments got down out of a sudden (not sure what happened). When I try to open the server's web interface (i.e. access "Notes & Services") I get that: When I SSHed to it and ran ps -ef | grep tomcat it listed only…
Georgi Koemdzhiev
  • 11,421
  • 18
  • 62
  • 126
0
votes
1 answer

How to change the Data panel properties hover over information?

I am trying to find out if it's possible to customise what gets shown when I hover over any of the properties inside the Data Panel (inside the Spotfire Analyst). The current behaviour is to show the name of the property itself but I would like to…
Georgi Koemdzhiev
  • 11,421
  • 18
  • 62
  • 126
0
votes
1 answer

How to remove FilteringScheme using C# API?

I am trying to figure out how to remove a FilteringScheme from the API. I was looking at the C# API but couldn't find a delete or remove method. The code below adds one but I am having trouble how to delete one after I add it. Does anyone have any…
Georgi Koemdzhiev
  • 11,421
  • 18
  • 62
  • 126
0
votes
0 answers

How to populate a Drop-down property control with a list of existing Filtering Schemes?

I am trying to investigate if it's possible to build logic into the Web Player so that is able to Create and Change Filtering Schemes using property controls in a Text Area. Currently, this functionality is limited to the Spotfire Analyst only. At…
Georgi Koemdzhiev
  • 11,421
  • 18
  • 62
  • 126
0
votes
1 answer

How to create a filtering scheme using Iron Python

Is it possible to create a new Filtering Scheme and set it to a page only using Iron Python? The reason why I am looking into that is because the Web Player currently does not allow us to create Filtering Schemes. I hope to achieve that by executing…
Georgi Koemdzhiev
  • 11,421
  • 18
  • 62
  • 126
0
votes
1 answer

Can I paste a list of values into a Filter's search box?

I am wondering if there is a way to paste a list of values (e.g. well ids) into the Spotfire Analyst's (and Web Player's) filter search box? I am new to Spotfire so not sure if that can be achieved through a custom extension or script. Basically…
Georgi Koemdzhiev
  • 11,421
  • 18
  • 62
  • 126
0
votes
1 answer

Library items are not protected from the Administrator users

Currently, in the Spotfire Library, our clients store their Analysis files in a folder which is not visible to other clients (i.e. users) because their account is set as the owner of the folder. However, if I, as a developer, log in with…
Georgi Koemdzhiev
  • 11,421
  • 18
  • 62
  • 126
0
votes
1 answer

How can I add Heat maps in the Web Player?

I am trying to find out if it's possible to add a heat map only using Web Player? I know that the Spotfire platform is capable of showing Heat Maps (link). However, there is no such option when I expand the Visualisation types panel: has anyone…
Georgi Koemdzhiev
  • 11,421
  • 18
  • 62
  • 126