How does Spotfire name the columns in an information link?
book
Article ID: KB0083149
calendar_today
Updated On:
Description
How does Spotfire name the columns in an information link?
Resolution
A Spotfire information link's columns are named using the names of the Spotfire Information Services column elements that were used in creating that information link. When a column element is created from a column in a data source, it is named using the column name from the data source. But the user can manually rename a column element, using the Information Designer.
The following characters are forbidden in column element names: / \ * " ? : < > |
If the user has renamed the column element, then the information link's auto-generated SQL query will have an AS clause that uses both the data source's name for the column and the name of the column element, such as the following.
SELECT
DataSourceColumnName AS NameOfTheColumnElement
Issue/Introduction
How does Spotfire name the columns in an information link?
Feedback
thumb_up
Yes
thumb_down
No