Good day everyone,
I am having trouble finding a way to solve this.
I am trying to use tabulate,summarize . The categories for tab have very long labels attached to them, and as a result they are getting truncated.
How would I go about not having them be truncated?
Example of code:
tab (industry), sum(sales)
Thanks in advance.
I am having trouble finding a way to solve this.
I am trying to use tabulate,summarize . The categories for tab have very long labels attached to them, and as a result they are getting truncated.
How would I go about not having them be truncated?
Example of code:
tab (industry), sum(sales)
Thanks in advance.
Comment