Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We have existing application on Excel and we have want to migrate into Qlik Sense however Excel has in built Trend Function which are used widely in the assignment. Please suggest whether we can use Trend Function in Qlik Sense. We need to display the Trend Function result as Percentage which is working properly in Excel
Hi!
You can use linest_m and linest_b functions in expression editor to calculate the trend.
For example, if you have a YearValue - field, and SUM(Sales) measure then you should write this expression for trend.
linest_m(total aggr(SUM(Sales),YearValue ),YearValue )*YearValue +linest_b(total aggr(SUM(Sales),YearValue ),YearValue )
More information about these functions you can find in this topic: