Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear All,
How can I calculate Slope for the table in the "sample.qvw"?
My alternative way is:
- I extract the data from the table "Extraction" from "sample.qvw"
- Then calculate the slope in the "Trendline.qvw"
However, I don't want to do that, I want to do it in "sample.qvw". Is it possible?
Thanks,
Dong
Perhaps you're looking for this:
LINEST_M(aggr( sum(#Cust.),Month,Provinces) ,match(Month,'Jan','Feb','Mar','Apr','May','Jun'))
Yeah, you can create the same line chart in the Sample.qvw document.
If you want to calculate the slope then you can use
=LINEST_M(aggr(sum(#Cust.),Month) ,match(Month,'Jan','Feb','Mar','Apr','May','Jun'))
Your formula only works when specific province is chosen. When in the clearance mode, there is no data shown.
Could you please check again?
Works fine here.
Hi,
Can you please send me your file?
My file cannot show as below picture
Perhaps you're looking for this:
LINEST_M(aggr( sum(#Cust.),Month,Provinces) ,match(Month,'Jan','Feb','Mar','Apr','May','Jun'))
That's what i am looking for.
If your question is now answered, please flag the Correct Answer (via the big "Correct Answer" button near every post).
If not, please make clear what part of this topic you still need help with .