Community
This field is required.
Only these extensions are allowed(.jpg, .JPG, .jpeg, .JPEG, .gif, .GIF, .png, .PNG)
Tags cannot contain the characters ' /, \\, #, ?, or ; >,< '
Only these extensions are allowed(.zip,.ZIP,.pdf,.PDF,.qvf,.QVF,.qvw,.QVW)
Discussions about Insight Advisor in Qlik Sense®
Hi,
I am trying to find the R2 values for each customer in form of straight table. I am using this expression currently
=LINEST_R2(TOTAL AGGR(SUM(Amount),Month),Month)
to get R2 value for each customer where the x-axis is total amount and y-axis is Month.
However the straight table shows the same R2 for all customers.
How can I calculate R2 values for each customers?