Is there a way to do this in Spotfire? I want to be able to create a scatter plot from a cross table view of a data table. The way that I set up the cross table would result in 2 columns of data that I'd like to plot against each other. I have been looking for a while to no avail.
Example data would be like:
var1 var2 values
A1 B1 x
A1 B2 y
A2 B1 z
A2 B2 a
The cross table view is set up like this:
B1 B2
A1 x y
A2 z a
I would like to now make a scatter plot of B1 vs B2. Somehow this is far more difficult in Spotfire than I thought it would be, as Spotfire does not treat the cross table as another data table but a view (if I understand this correctly).
Best,
Ken
you're correct that a cross table is a "virtual" view of an existing table, not an actual copy/new table.
you can create a new table as a cross table by...
[var1]
, Column Titles [var2]
, and Values will be [values]
. if you don't need any aggregation for [values]
, choose the First() aggregation method