Filter lookup drop downs are cached

Let’s assume there are two same screens based on the same data, but with different filter sets.
The first screen shows such data that lookup column field contains only values A, B. Enabling filter and opening drop down will show values A and B.
The second shows such data that lookup column field contains full range of values from A to Z. But if we previously opened drop down on the first screen, the filter drop down on this screen will show only values A and B.

1 Like

Filter dropdowns should never be cached. Not even in the same screen - the only exception could be a non-lazy loaded screen between refreshes. There the data are static.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.