Skip to main content

QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Skip the ticket, Chat with Qlik Support instead for instant assistance.
cancel
Showing results for 
Search instead for 
Did you mean: 
lukas_sokol
Contributor II
Contributor II

linest_m always returns zero

Hi i Have a straight table with 4 dimensions Sales Area, Sales Market, Company Country and Company Name.

In expressions i have sum(Sales) and it's ok

for second i want to calculate slope for 3 last months.

I use

linest_m(aggr(

        sum({1<[Created Year Month] = {$(=vCreated_YearMonths)} >}  Sales)

        ,

        MonthsRange,CompanyQL,[Sales Area], [Sales Market],CompanyCountryNameQL)

,MonthsRange)

where Moths Range is (1,2,3)

and I always get 0, which is not true.


Regards

Łukasz

0 Replies