1. Go to Edit > Document Properties > General
2. Set Navigation Mode to History Arrows.
3. Add a text area to be used as Navigation Bar.
4. Edit Text Area
5. Insert Action Control.
6. Set Control type to "Link" (or based on your preference), and add Action Pages and Visualization >...
Read Table Visualization data in a string using IronPython
Read Table Visualization data in a string using IronPython
textarea {
width: 100%;
height: 100%;
color:white;
background-color: black;
font-size: 12px;
font-family: Consolas;
border: 1px solid blue;
}
Read Table Visualization data in a string using IronPython
...
Apply User based security using IronPython
Apply User based security using IronPython
textarea {
width: 100%;
height: 100%;
color:white;
background-color: black;
font-size: 12px;
font-family: Consolas;
border: 1px solid blue;
}
Apply User based security using IronPython
Script
Information
...
Apply Filter from text input using IronPython
Apply Filter from text input using IronPython
textarea {
width: 100%;
height: 100%;
color:white;
background-color: black;
font-size: 12px;
font-family: Consolas;
border: 1px solid blue;
}
Apply Filter from text input using IronPython
Script
...
Toggle stack mode of Bars in BarChart visualization from python
Toggle stack mode of Bars in BarChart visualization from python
textarea {
width: 100%;
height: 100%;
color:white;
background-color: black;
font-size: 12px;
font-family: Consolas;
border: 1px solid blue;
}
Toggle stack mode of Bars in BarChart visualization from python...
Set BarChart Visualization Transparency from python
Set BarChart Visualization Transparency from python
textarea {
width: 100%;
height: 100%;
color:white;
background-color: black;
font-size: 12px;
font-family: Consolas;
border: 1px solid blue;
}
Set BarChart Visualization Transparency from python
Script...
Update Manual trellis layout of Visualization
Update Manual trellis layout of Visualization
textarea {
width: 100%;
height: 100%;
color:white;
background-color: black;
font-size: 12px;
font-family: Consolas;
border: 1px solid blue;
}
Update Manual trellis layout of Visualization
Script
Information
...
Update Color By Expression of Visualization
Update Color By Expression of Visualization
textarea {
width: 100%;
height: 100%;
color:white;
background-color: black;
font-size: 12px;
font-family: Consolas;
border: 1px solid blue;
}
Update Color By Expression of Visualization
Script
Information
...
Row count for the occurrences of a cell value in a column
Row count for the occurrences of a cell value in a column
textarea {
width: 100%;
height: 100%;
color:white;
background-color: black;
font-size: 12px;
font-family: Consolas;
border: 1px solid blue;
}
Row count for the occurrences of a cell value in a column
...
Hide all but Color by in Legend
Hide all but Color by in legend
textarea {
width: 100%;
height: 100%;
color:white;
background-color: black;
font-size: 12px;
font-family: Consolas;
border: 1px solid blue;
}
Hide all but Color by in legend
Script
Information
#This...
Build Information Links for a complex SQL Query
Build Information Links for a complex SQL Query
textarea {
width: 100%;
height: 100%;
color:white;
background-color: black;
font-size: 12px;
font-family: Consolas;
border: 1px solid blue;
}
Build Information Links for a complex SQL Query
Steps
1. Run Query and get the details of result set column names with data type.
2. Pick a table from...
Extract unique values in Data Table Column
Extract unique values in Data Table Column
textarea {
width: 100%;
height: 100%;
color:white;
background-color: black;
font-size: 12px;
font-family: Consolas;
border: 1px solid blue;
}
Extract unique values in Data Table Column
Script
Information
...
Extract All Script from Spotfire Analysis in in Plain Text
Extract All Script from Spotfire Analysis in in Plain Text
textarea {
width: 100%;
height: 100%;
color:white;
background-color: black;
font-size: 12px;
font-family: Consolas;
border: 1px solid blue;
}
Script
for sc in Document.ScriptManager.GetScripts():
print "Script Name : ",sc.Name
print "Code :"
print sc.ScriptCode
Information
The...
Toggle Marking Behavior
Toggle Marking Behavior
textarea {
width: 100%;
height: 100%;
color:white;
background-color: black;
font-size: 12px;
font-family: Consolas;
border: 1px solid blue;
}
Toggle Marking Behavior from Show Empty to Show All
Script
Information
...
Convert Cross Table to Data Table
Convert Cross Table to Data Table
textarea {
width: 100%;
height: 100%;
background-color: #858585;
font-size: 12px;
font-family: Consolas;
border: 1px solid blue;
}
Convert Cross Table to Data Table
Script
Information
import clr
clr.AddReference('System.Data')
import...