#get list of filtered rows dataTable = Document.ActiveDataTableReference rows = Document.ActiveFilteringSelectionReference.GetSelection(data...
Read More
Get visible rows from active visualization
myTable = Document.ActiveDataTableReference for row in Document.ActiveFilteringSelectionReference.GetSelection(myTable).AsIndexSet(): pri...
Read More
Popup Calendar (WebPlayer compatible)
Ingredients Spotfire 6.0+ TextArea Input Field Property Control Javascript script Preparation Add a TextArea and right click to edit the HTM...
Read More
.NET project on online Source control
Visual Studio 2013 express have a option to add your project to Source Control. It is easy to add project to local repository location. In t...
Read More
Popup Calendar
from System.Windows.Forms import Form, MonthCalendar #create a calendar calendar = MonthCalendar() #define what to do with the selected date...
Read More
FittingModel (SF 6.0+)
# ------------------------------------------------------------------------- # Script to get the model of the logistic curve fitting # and u...
Read More
sending emails with attachments (from gmail or corporation)
# This script gets the unique values from a column and sends an email from Spotfire.Dxp.Application.Filters import CheckBoxFilter from Spot...
Read More
Replace Data Tables from a file
# Replace tables from file from System.Windows.Forms import OpenFileDialog from Spotfire.Dxp.Data import * import clr clr.AddReference(...
Read More
How to Share Blogger Posts or Pages to Google+
When you share Blogger posts/pages to Google+, an entirely new group of people will be able to find and follow you. Right now, if you access...
Read More
Add ASP .NET Empty Web Site to Git Source control
Visual Studio 2013 have feature to add your .NET projects to Git source control. But when you try to add your ASP NET Empty Web Site solutio...
Read More
How to add Static Pages to a Blogger Blog (UPDATED)
A few months ago, Blogger has completely redesigned the section of the Pages, which now, looks very similar to that of the Blogger Posts. No...
Read More
ASP.NET authentication with Facebook, LinkedIn and Google
How to make possible to authenticate with some of social network ID (such as Google authentication, facebook login and LinkedIn) to your ASP...
Read More
Responsive CSS Timeline with 3D Effect for Blogger
Here's another amazing way to display our Blogger posts. By applying the following Responsive CSS Timeline View with 3D Effect on Blogge...
Read More
Get user information, login name, machine version, etc
from System import Environment print "Machine Name:\t", Environment.MachineName print "User:\t\t", Environment.UserName ...
Read More
Alert, Popup, MessageBox
import clr clr.AddReference("System.Windows.Forms") from System.Windows.Forms import MessageBox MessageBox.Show("Foo")
Read More
"Sort axis by" on a combination chart
Assuming you have a combination chart with 'colA' and 'colB; columns, you can sort by 'colA', 'colB' or 'non...
Read More
Control XY Axis zoom scale
Create a document property called 'mySlider' as integer type Add a text area and add a Property Control and link it to 'mySlid...
Read More
How to Enable Google Plus Comments in Blogger
How to Enable Google Plus Comments in Blogger Long time ago, Google proudly announced their new integrated commenting system which is now av...
Read More
Langganan:
Postingan (Atom)