Products | Versions |
---|---|
Spotfire Analyst | All |
When you create a Cross Table with a date column on an axis, you will notice that the dates are in ascending order and there is no way to change the sort order. This is because date columns only have one natural sort order in Spotfire which is ascending, and so dates will always be in the order oldest to newest.
There are two existing existing enhancement requests that are related to this:
<[Date]>Edit the axis expression by adding in a rank expression, like:
DenseRank([Date],"desc") as [Index]resulting in:
<DenseRank([Date],"desc") as [Index] NEST [Date]>See the attached sample dxp file page 1 for an example.