How to access columns from a formula that returns a row?

I did figure it out. To get the column from the active_admin formula I needed to extract the value first, so what I needed to do was active_admin.value.someColumn.

Created a gif of my solution. The problem was with the second formula where I first didn’t realize I needed to use Value after active row.

com-video-to-gif

5 Likes