0

I am trying to figure out how to apply different filtering schemas for each page in an Analysis file in Spotfire Web Player/Consumer.

I have found that the Spotfire Analyst supports that (see image below) and I can create different Filtering schemas and apply them for each page: enter image description here However, the Spotfire Web Player does not seem to have such an option. I have checked the JavaScript API (link) but I cannot seem to find if there is such an option supported in the web player. Could anyone please share their experience if you know how that can be achieved

enter image description here

Georgi Koemdzhiev
  • 11,421
  • 18
  • 62
  • 126

1 Answers1

2

Have you tried putting the desired filters in a text area? Is there a reason the user has to use the filter panel?

In a text area filter you can specify your filtering scheme. Note I'm in 7.13 not X.

enter image description here

A. Korinda
  • 139
  • 6
  • Hi! Thank you for your answer. I haven't tried putting the filters in a text area (I am not sure what you mean by that - I am new to the Spotfire Framework, could you be more specific). As for the reason why I need the filter panel, I would like to enable our users so they can switch filtering schemas on each page in the analysis file (in the Web Player). – Georgi Koemdzhiev Jun 20 '19 at 07:43
  • When the user is on a specific page will there be a reason to change filtering schemes while on that page? Because filters duplicate the tables in memory consider using limiting data by marking instead. Have you heard of this? – A. Korinda Jun 20 '19 at 14:28
  • My client wants to have a defined set of filtering schemas on a specific page (ideally be able to create filtering schemas but that is not possible on the Web Player from what I've found). I have not heard of limiting data by marking, unfortunately. – Georgi Koemdzhiev Jun 21 '19 at 07:53