Is there an easy way to create a new field that shows me the % of column for an existing variable. What I'm trying to do seems simple enough - take a variable value and divide by the total for that variable and show as a %age.
Eg:
Col-1, Col-2, Col-3 Name, Value, "% of Value" A, 40, 20% B, 100, 50% C, 20, 10% D, 40, 20%
Can't figure out how to do this.. must be missing something!