Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am using this expression to find the distinct count :
" count(distinct[Invoice Number]) "
Where Invoice Number is the Field Name .
Help Me out .
Please use count(distinct([Invoice Number]))
bracket after distinct
Thanks
Please use count(distinct([Invoice Number]))
bracket after distinct
Thanks
Hi,
in first, look at the space between distinct and [
count(distinct [Invoice Number])
Then ensure that [Invoice Number] really have I and N uppercase.
Let us know.
S.
Ankit: I see you are a Novice.
I remember you to mark correct an answer if it provide you a solution to your issue.
Thanks
S.
Try,
count(distinct [Invoice Number])
Thanks a Lot This worked
Then mark as "correct answer" the answer. It might help others in the future 🙂
S.