Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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