Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Can someone help me with an expression problem. I need to make a count expression to count a value only once, even if it is present in the column several times? Also i would have to do it the other way around, count line items.
Name Orders
Gary 10
Gary 25
Eli 30
Shawn 45
Appreciate the help.. learning slowly.
in dimension select name
and in expression write
count(distinct Name)
count (Distinct name)
see the attched file
Sorry but i am still waiting for my Named Cal license.. Could you post the expression?
Thanks for the help.
in dimension select name
and in expression write
count(distinct Name)