Hi there
I'm using the ssc command -distinct- to count the number of distinct values of "type", but my number of distinct values is so high that it is displayed with scientific notation (i.e. 3.66e+08).
Does anyone know if there is a way to display the exact value?
My current command is:
Thanks
I'm using the ssc command -distinct- to count the number of distinct values of "type", but my number of distinct values is so high that it is displayed with scientific notation (i.e. 3.66e+08).
Does anyone know if there is a way to display the exact value?
My current command is:
Code:
distinct type
Comment