Filter with entity from secondary datasource

When i try to filter based on entity from secondary datasource i get OutOfMemoryError since secondary datasource entity is too big. Is there any way to limit or just possibility to filter based on instance name?

It will be best if in entity filter i can get LookupPickerField Component exept of PickerField since picker field try to load all data from datasource.

image

Hi @igor.sovcik,

Take a look at Entity Statistics. If you update the entity statistics for your entity, cuba will use a PickerField instead of the default Lookup for this entity in the generic filter.

Regards,
Peterson.

2 Likes