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

Announcements
We are aware of an issue with the Product Downloads page and looking into it.
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:

Labels (1)
3 Replies
sunny_talwar
MVP
MVP

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.