Multiple Accessor Keys
I am trying to combine the results of accessor keys. But I would like to do this in a single column without having to create an additional column that I don't need.
For instance, I have column 1 and column 2. If I keep column 2 I can 'access' the value through the row.getValue function and referencing column 2's accessor key. However, if I remove column 2 and it's accessor key I can no longer reference that value. How might I reference the additional value without the additional column?
0 Replies