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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
loic_dev
Contributor
Contributor

Sort graph values by sum of count

Hello experts,

I have a problem sorting my graph, i would need some help ^^'

My measure is this little expression: Count({<$(vChoixSA)>} Num_FIF)

I wanted to sort the result by the sum of my count for each customer but nothing is working 😞

loic_dev_0-1649858119641.png

Could anyone help me please ???

Thank you very much guys

Labels (4)
1 Solution

Accepted Solutions
Digvijay_Singh

Other option could be

Aggr(Count({<$(vChoixSA)>} Num_FIF),Customer) in the sort properties under customer dimension. Customer dimension should be the first one in the sort properties.

View solution in original post

7 Replies
Digvijay_Singh

Is Customer the dimension on Y axis? If yes then you need to sort by expression and use something like this

Count(Total<Customer> {<$(vChoixSA)>} Num_FIF)

Use descending or ascending property as you desire.

Digvijay_Singh_0-1649861552850.png

 

Thanks,

loic_dev
Contributor
Contributor
Author

Yes you're right, Customer is the dimension on the Y axis, and I already tried this expression but the result is not what i need...

The add of TOTAL<Customer> don't change anything

Maybe something to make a sum by customer (or Nom_H1 which is my other dimension) of  "Count{<$(vChoixSA)>} Num_FIF)"

 

Thanks,

Loïc

Digvijay_Singh

Can you share the image of location where you tried this, I am still thinking why its not working, I recently used it in one of my chart and it worked.

Digvijay_Singh

Other option could be

Aggr(Count({<$(vChoixSA)>} Num_FIF),Customer) in the sort properties under customer dimension. Customer dimension should be the first one in the sort properties.

loic_dev
Contributor
Contributor
Author

I do not think i am doing something wrong...

I'm getting this problem when i add my second dimension on the chart

loic_dev_0-1649917654158.png

loic_dev_3-1649918142201.png

 

 

 

 

loic_dev
Contributor
Contributor
Author

I have the same result with this expression

loic_dev
Contributor
Contributor
Author

I think this is a data problem here, your expression seems correct

 

Thanks,

Regards