Passing a variable from one column to another
Passing a variable from one column to another
jrowan20
Posts: 13Questions: 7Answers: 0
Hi All,
I asked a similar question recently. But is there anyway to declare a variable inside one column and use the same variable in another column without having to rewrite it.
I have a variable performing a small calculation in one column, that I want to use in another and cant figure out if its possible to pass variables around
Answers
As far as I know you can only do this using a global variable that you don't have to pass.