I would like to show a percentage-like bar (a colored box, set to a varying length) to the right of each record line in a report. The box should change size and position based on the values in the row it is on.
I placed a box in the detail section of the form and I can get it to change size and location, but it is repeated in every row to reflect the currently selected row. Is there a way to "bind" the box displayed in each row to the data displayed in that row?