* You have an input field in a text area (colname document property) * You can pass multiple values (space separated) to the filter from the...
Read More
Filtering Schemes (current, all, add, set and other tricks)
from Spotfire.Dxp.Application.Filters import FilterPanel #Show (or hide) the filter panel Document.ActivePageReference.FilterPanel.Visible =...
Read More
How to use Stored Procedures in Infolinks (Data on demand)
This approach is good when you deal with a lot of data that you don't want to load everything in memory, but instead, load the data by c...
Read More
Level 1 smart card support on GNU/Linux
As I did for Mac OS X in " Level 1 smart card support on Mac OS X " I propose to present some 1st step actions to check your smart...
Read More
New version of libccid: 1.4.16
I just released a version 1.4.16 of libccid the free software CCID class smart card reader driver. Changes: 1.4.16 - 23 March 2014, Ludovi...
Read More
5 Easy Ways to Improve the SEO of a blog & Boost Traffic
5 easy ways to improve the SEO of a blog A blogger needs to know at least the minimum on SEO. For it, you don't need to be an SEO exper...
Read More
What is the difference between padding and margins?
For those who would like to know more about HTML and CSS, today we will see about the difference between margin and padding CSS properties w...
Read More
Level 1 smart card support on Mac OS X
It may not be easy to check if a smart card stack works or not. I will explain what you can do as a first step to check your smart card stac...
Read More
Change filters programatically
from Spotfire.Dxp.Application.Filters import CheckBoxFilter #get a reference to a filter as checkbox filt=Document.FilteringSchemes[0].Item[...
Read More
Change visualization title based on marking (no scripting)
To have the title of a detailed visualization change when marking something Add a Text Area and Calculated Value Dynamic Item (marked as st...
Read More
Comparing change of values from groups (using the OVER function)
Suppose you want to know how much something change from one period to another for each category: Case Indicator Time Value AAA...
Read More
Differences between Apple pcsc-lite and the "official" pcsc-lite
In " Evolution of Apple pcsc-lite (from Jaguar to Mavericks) " I described the evolution of Apple version of pcsc-lite. During the...
Read More
Setting a Property and set it to the max date value
from Spotfire.Dxp.Data import DataPropertyClass #get document property maxDateProperty = Document.Data.Properties.GetProperty(DataPropertyCl...
Read More
First() Second() and Third() unique values
#First unique value First([columnname]) #Second unique value First([columnname]) OVER Next([columnname]) #Third unique value First([column...
Read More
On Demand Data without using information links
#This script finds selected items in a cross table so you can pass them to a stored procedure or something from Spotfire.Dxp.Application.Vis...
Read More
Toogles zoom sliders visibility on LineCharts or BarCharts from current page
# Toogles zoom sliders visibility on LineCharts or BarCharts from current page. from Spotfire.Dxp.Application.Visuals import VisualTypeIden...
Read More
Switching between line or bar in a combination chart
#vc is a script parameter that contains your combination chart. vc = Graph.As[CombinationChart]() # Sets chart to show lines vc.SeriesType ...
Read More
Reset Zoom Sliders by looping through visuals and checking each visual type
#Reset zoom sliders Spotfire.Dxp.Application.Visuals import * #1 Loops through visuals for vis in Application.Document.ActivePageReference....
Read More
Add a Custom jQuery Lightbox To Blogger
If you are not satisfied with the default Lightbox set up by Blogger, here's another amazing way to show off your pictures. If you'v...
Read More
Langganan:
Postingan (Atom)