What do you mean? It's a built in function that returns a value dpending on the probability of extreme values in the data compared to a normal Gauss graph.
From Qlikview help-file:
Load Month, kurtosis(Sales) as SalesKurtosis from abc.csv group by Month;