Filter Based AND operation Issue

When I add multiple AND operation in filter,the AND Operation get added more items in screen.

I have attached screenshotveeworklog1

Can you please explain what is the problem more details?

If I add More AND Operation,the screen is not scrolled and Table is not shown

That’s because you probably expand the table. If you need a scrollbox to appear, you’ll have to to the following:

  1. Add a scrollbox component to the layout
  2. Put the filter and the table inside the scrollbox
  3. Assign absolute height to the table

A good explanation of screen layout rules is here: High productivity application development platform