The material provided is for informational purposes only, and should not be relied on in making any purchasing or investment decision. The information is not a commitment, promise or legal obligation to deliver any material, code, or functionality. The development, release, and timing of any features or functionality described for our products remains at our sole discretion. © 2026 Cloud Software Group, Inc. All rights reserved
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