Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
sergeybelov
Contributor III
Contributor III

How to create ABC & XYZ analysis in ClikSense?

I use scatter plot to prepare ABC & XYZ analysis of goods. But scatter plot does not have any sorting of dimension to follow bubbles in  ABC X-axis in correct way unlike of QlikView. What should I do to make visualization correct?

18 Replies
sergeybelov
Contributor III
Contributor III
Author

Thank you for your participation but as I said earlier I know how to do this diagram in QlikView. This is not a problem.

devarasu07
Master II
Master II

the same method used in qlik sense and it's got worked for my case. another link (Henri) solution gave for qliksense.

sergeybelov
Contributor III
Contributor III
Author

Ok, I will watch, thanks.

tomovangel
Partner - Specialist
Partner - Specialist

sergeybelov
Contributor III
Contributor III
Author

Thank you, this link was helped me. I should use RangeSum and Aggr functions.

tomovangel
Partner - Specialist
Partner - Specialist

No worries
I hope you have found your answer

-Angel

sergeybelov
Contributor III
Contributor III
Author

The result is:

Dimension: Client

Measures:

1. ABCD:

max($(Period) 

aggr(

RangeSum(Above(Sum($(Period) [Earn]), 0, RowNo())),

([Client],(=Sum($(Period)  [Earn]), DESCENDING))

)

)

/Sum($(Period) total [Earn])

2. XYZ:

sterr($(Period) aggr(sum($(Period) [Earn]),[Month],[Client]))/

Avg($(Period)aggr(sum($(Period) [Earn]),[Month],[Client]))

3. Earn

Sum($(Period) Earn)

The 'Period' is time-bound analytic set

The sample diagram is:

sample.png

Fran_by
Contributor III
Contributor III

Why are you using sterr() function instead stdev() for calculate XYZ-variation ?