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: 
FMDF
Contributor III
Contributor III

Formula Help

I have this lovely code that is charting a trend line.

I have no idea how to decipher this.

 

=LinEst_M(total aggr(if(Count(WOID),count(WOID)),MonthYear), MonthYear)*
only(MonthYear)+LinEst_B(total aggr(if(count(WOID),count(WOID)),MonthYear),MonthYear)

Labels (4)
1 Reply