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
2
votes
1 answer

How to open Windows explorer with ironPython script from Spotfire Webplayer

I use the below IronPython script to open a Windows Explorer to a define path which works perfectly within the client Spotfire. When I run the same script within the Spotfire Webplayer, the Windows explorer don’t open. No error message is displayed,…
1
vote
1 answer

Inserting Document property in an URL for a spotfire dxp

I have an URL where certain attributes can be changed and the corresponding data will be pull when the URL is executed in a browser. The general content of the URL is like…
thentangler
  • 1,048
  • 2
  • 12
  • 38
1
vote
2 answers

how to integrate spotfire analyatic report with common user credentials into angular application?

We are currently trying to integrate spotfire with our angular application and we are stuck. how to integrate spotfire analyatic report with common user credentials? We call the api with url and param and there are some options to show/hide menu…
Jap Evans
  • 1,097
  • 8
  • 22
  • 42
1
vote
0 answers

Multiple Custom Expression with conditions for single bar chart

I have been trying to calculate "Overtime" in a single chart for an analysis. The data table looks like this: Name _Hours _Shift Type Tom___5.5 ____ Long Dick ___6 _____ Long Harry__7.7 _____Short Jon ___4.5 _____Short Tom ___5.6 …
1
vote
1 answer

Spotfire: How to increment variables to build scoring mechanism?

I'm trying to figure out how I could use variables in Spotfire (online version) to build a scoring mechanism and populate a calculated column with the final result. I have a couple of values stored in columns that I would use to evaluate and…
Laurent
  • 1,465
  • 2
  • 18
  • 41
1
vote
1 answer

How to embed the data in the Analysis DXP file?

I am trying to figure out how to embed the data to the DXP file when the user downloads the DXP file by going to the Web Player and presses File -> Download as DXP File option.  Currently, when the user downloads the file locally and opens it, they…
Georgi Koemdzhiev
  • 11,421
  • 18
  • 62
  • 126
1
vote
1 answer

Unable to view dashboards on Spotfire Webplayer if connected from database

I'm new with Spotfire and I'm trying to publish my spotfire dashboards. When I use excel and create the dashboards I'm able to view them on webplayer but when I connect spotfire to a database and create dashboards, I'm not able to view it on…
Shivam Sarin
  • 551
  • 1
  • 7
  • 20
1
vote
1 answer

What does the "Data Panel" licence do in Business Auther?

I am trying to figure out what should the "Data Panel" option (see image below) enable/disable when I am accessing the Web Player (in Edit mode). I've tried enabling/disabling it but nothing seems to change (or at least, I am not seeing it). This…
Georgi Koemdzhiev
  • 11,421
  • 18
  • 62
  • 126
1
vote
0 answers

Is it possible to share an analysis file programmatically?

Can I share an analysis file with another user by using the build in notification system as well as sending an email to the user both done programmatically (e.g. using the JavaScript API or IronPython or C# APIs) and not using the UI interface of…
Georgi Koemdzhiev
  • 11,421
  • 18
  • 62
  • 126
0
votes
0 answers

while retrieving the data from MySQL DB by using oracle connector ion spotfire we are getting below report

Data connection An exception was thrown by the data connection. Exception text: System.InvalidOperationException: The connection has been disabled. ---> System.Data.Odbc.OdbcException: ERROR [08S01] [MySQL][ODBC 8.0(w) Driver][mysqld-5.7.33-log]Lost…
karthik
  • 1
  • 1
0
votes
1 answer

How to get list of user having access to TIBCO Spotfire report?

Kindly suggest a rough idea to implement this : We have close to 40 TIBCO Spotfire reports and all reports have dedicated ACTIVE DIRECTORY(AD GROUP) to restrict the users to access it . Now we want to create a dashboard for listing all the reports…
Teju MB
  • 1,333
  • 5
  • 20
  • 37
0
votes
0 answers

SPOTFIRE- Ironpython script preventing dashboard from opening on web front end

My dashboard that is using ironscript in button is opening fine from Spotfire backend but when it's loading on web it's giving this error. "The task cannot be completed. Unable to open file". Can anyone please let me know why is this happening and…
Elsa
  • 1
  • 2
0
votes
0 answers

Spotfire non-editable button

I am sort of new to Spotfire. There is feedback button in a dashboard I am working on, and I am trying to edit that button, but I can't find the option anywhere. The button also gets created automatically when a new page is created. Is there…
0
votes
0 answers

Modify data table and persist data from Spotfire Web Player

I need to modify an embedded data table by ironpython script and persist the changes in Spotfire Web Player, is this possible? I have the ironpython script to add a new row in a data table and its works. The script is asigned to a buttom (action…
0
votes
0 answers

I want to know how to calculate percentage difference , month against same month for adjacent years in Spotfire

I want to calculate percentage difference ,month against same month for adjacent years in Spotfire. I want to calculate percentage difference ,month against same month for adjacent years in Spotfire. I used different Percentage year over year…
1
2 3 4