Filter won't work in embedded frames

I am using a frame named Formula which is contained by a tab. In this Frame i have another frame named Catalog. Catalog Frame has a browse table which has a filter. Filter won’t work in this case. I also have the Catalog Frame used in a separate Window which i enter from menu. In this case the filter will work. Somehow when i use the embedded Formula frame to embed the Catalog Frame the filter won’t work.

image

In this case it doesn’t work…

image

In this case the filter works…

I verified and the datasource has in query filter the conditions that should pe appiled.

1 Like

Hi,

Please ensure that your <frame> component has ID, it is required for Filter.

Hi, I found the problem, but it’s very odd… For the filter to work i should have unique id’s for all ui components and for all strings too so id collision would not be possible…