Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello qlik sense family
i wondering how to calculate the YTD growth ?, please help me with this case
1-(Column(1)/above(column(1)) may be
the logic is to access the previous value using above() function.
(Sum(Sales)/Above(Sum({<Year>}Sales)) - 1) * Avg(1)
try
thanks a lot, it works