Hello,<br><br>I have an app where I use a trellis.Set to hold some records, a trellis.SortedSet to keep them in order but now I need to filter the records based on some criteria. <br><br>records = trellis.Set()<br>filtered_records = trellis.???<br>
sorted_records = trellis.SortedSet(data=filtered_records)<br><br>How can I do this?<br><br>Also, if I have an observer that watches over sorted_records, shouldn&#39;t it be triggered if a change in the&nbsp; underlying set is made? <br>
<br>Peter<br clear="all"> <br>-- <br>There is NO FATE, we are the creators.