Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Linear trendline expression

Do anyone know what the underlying expression for the linear trendline is?

1 Solution

Accepted Solutions
Karthik3
Creator III
Creator III

linest_m(total aggr(Y,X), X)*X + linest_b(total aggr(Y,X),X)

View solution in original post

2 Replies
MarcoWedel

Search for linest_b and linest_m in both QV help and the community

hope this helps

regards

Marco

Karthik3
Creator III
Creator III

linest_m(total aggr(Y,X), X)*X + linest_b(total aggr(Y,X),X)