When configuring the progress bar on the Table Component in Perspective 8.0.7.
I would like to bind the max value property to another value on the same row, but in a different column.
In the attached image I would like to use the BAG value as the max value on the YTD progress bar.
I’m assuming a lookup() expression, but not sure how to dynamically bind the row.
Hey @jreynolds, did you ever figure out how to do this? Mind sharing the solution?
I don’t think you can do this… Cells which display Views pass only the value of the column to the View. This could easily be done if you’re rendering subviews for each row, as subviews receive all of the row’s data in an object.
Cells have always been meant to just receive one value - the value of the column.
1 Like