| sammyn 81 posts
 msg #145237
 - Ignore sammyn
 | 11/11/2018 3:22:21 PM 
 just painfully, became aware of a filter bug.
 
 SF saves your filters by ordinal index (eg 1, 2, 3,4, etc..)
 
 So, I have a lot of filters, and I decided to do some cleanup.
 
 I had 2 browsers open, so I could compare the source of the filters, and merge ones that were like, and then delete the ones I no longer needed.  I also moved some of the lesser used ones to the bottom, and more popular ones to the top.
 
 Well, because I deleted some filters in 1 window, and reorganized some filters, and then saved filters in another window (simply because I was working in both windows), it was overwriting the filters I meant to keep (because index 3 in 1 window, was no longer index 3 in the other window).
 
 SF:
 These should be saved using a unique id (integer or guid), not ordinal index.
 
 
 
 
 |