I have a BAQDataView in a 10.2.700 Job Receipt to Inventory customization. On this dataview I have a filter that goes from showing all lines to only exceptions. I also have a row rule that when the Calculated_Exception field = ‘Y’, the line is yellow.
The filter works great. However, the Row Rule seems to lose it’s mind after flipping back and forth several times. Have you ever seen this behavior with filters and row rules before?
I have it defaulting to exceptions only and it shows great.
Then I switch back to Exceptions Only and it shows great. So far so good.
The 2nd time I go to All, the row rule is out of it’s mind. It does color the exceptions Yellow but it also colors 5 at the top yellow where exception is not Y.
Julie you may need to trigger a oTrans.NotifyAll() or a specific baqDataViewName.Notify(...) event. To tell the Row Rules to re-paint themselves after your Filter Action.