Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I would like to get a count distinct customer based on the rank of the family, only where the rank= 1. The objective is to obtain a histogram counting the distinct clients according to the preferred family
thanks you
What sort of error does it display? can you share the error message or a snapshot of the error message?
On the right report I would like it also counts clients rank equal 1 on other families as the "KITCHEN"
regards
hello,
here is the error
thanks
You are using this as a dimension? What is the final output you are looking to get? I thought that this was an expression....
no sorry
I am looking to get a discount from customers on preferred families
thanks
I assume, You require nested aggregation over here, Would it possible to share sample application
What would be the output in a table form that you want to see? What are the dimensions?
here is table, I would like this report
!
thanks
an example
Thanks
I opened your machine, You are calculating only for first rank, That is how it return only for that
And, i used this? and i got it as below
If(Rank(Sum(DISTINCT customer_code))<=4, Sum(DISTINCT customer_code))