Skip to Main Content
Spotfire Ideas Portal
Status Future Consideration
Product Spotfire
Categories Custom Expressions
Created by Guest
Created on Oct 3, 2016

Support date functions in OVER context

We need to summarize data in expression by Month(Date) ... but unfortunatly we currently cannot use MONTH function inside OVER context.

  • Attach files
  • Guest
    Reply
    |
    Oct 3, 2016

    We are trying to implement Normal Quantile Plots using expression as follows:

     

    NormInv (1 - (Rank(${Axis.X.Expression},"asc","ties.method=first",Minth([START_TIME])) / (Count(${Axis.X.Expression}) OVER (MONTH([START_TIME]))+ 1))) As [Quantile]

    But this breaks if we use MONTH inside OVER