Filter Rows Not getting explicit value

Hello,

I am trying to get data using filter rows ,when I set 2 condition for both i.e. true as well as false ,I am able to view any one condition is working perfectly and other condition is giving both data from true and even from false ,how can I solve it !?

This issue usually occurs when the Filter Rows conditions are not configured correctly or the logical operator is not applied as expected.

If you are applying two conditions (True and False), please check the following:

  1. Verify the condition logic (AND / OR)

    • If you use OR, the filter may return records that satisfy either condition, which can result in both True and False values appearing.

    • If you want only records that strictly match both criteria, use AND.

Could you please share the screenshot of Filter row condition configuration?