What is the function to calculate the column percentile of a specific number?
Hi,As an example, I have a data table with column "X" with values "1,2,3,....13, 14, 15". I understand it is easy to calculate the 20% quantile using function: Col Quantile(:X, 0.2) = 3.2.Is there a function to calculate the percentile of a number in this column "X", for example 3?If so, is there a way to calculate it in the "Table Summary" for multiple columns?Thank you!