Hi guys,

I generated the variable "revenue" in steps of 50 Mio. After that I want to generate the corresponding histogram, but it only shows me positive revenue. Since I have negative an positive revenue, how can I change the code?

So far I got:
Code:
gen revenue = 50 * ceil(WC01001/50e6)