Discussion Board for collaboration related to QlikView App Development.
Hi,
I would like to have the last 30 rows average froma table, any idea?
thank's
in you straight table chart, try something like
=rangeavg( below( sum(TotalOrders), 1, 30) )
replacing sum(TotalOrders) with your expression.
in you straight table chart, try something like
=rangeavg( below( sum(TotalOrders), 1, 30) )
replacing sum(TotalOrders) with your expression.
Manyyyy thank's