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: 
Anonymous
Not applicable

"Trendline Linear" Reference line 10% help

Hi,

What is the expression to create two linear trendlines +/- 10%?

X: AVG(Temp)

Y: Sum(kWh)

I want the chart to look like this:

3 Replies
sunny_talwar

May be use Linest function to create a linear line and multiple it with 1.10 and 0.90 to get the two other lines

https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/ChartFunctions/Statistic...

Anonymous
Not applicable
Author

Thanks for reply.

I have tried, but i dont understand how to use that function in my application...

Anonymous
Not applicable
Author

Y: Sum(kWh)

X: AVG(Temp)

Dimension is week.