I have an issue with Perspective checkboxes not refreshing correctly after the underlying data is modified through Python scripting. In my application, I’m trying to create run Pareto analysis on the report data. I want to resort the data when the user checks / unchecks an item, sending the unchecked items to the bottom of the list. I’m using a Flex Repeater and am manipulating the instances property to display the sorted data. The problem occurs when I uncheck and option. The underlying data is resorted, with the unchecked item moving to the bottom, but the new item at that position displays as unchecked as well. The checkbox is bound to the Select property.
Before:
After:
Underlying data: