Im trying to represent som values with geostats, when I do this:
| geostats values(OK) by name
geostats present the results in a acceptable way:
But when I put in two values:
| geostats values(OK) values(NOK) by name
geostats presents the results like this:
Why is this? And how can I rename it?
Try as
| stats values(OK) as MyName1 values(NOK) as MyName2 by name