It will only show items whose weight is over 50. The calculated field can be used in the filter, and will result in keeping only items with a weight over 50.
The filter condition is an expression that returns TRUE or FALSE. You can create one or more simple filter conditions. A simple filter condition includes a field name, operator, and value. For example, Sales > 0 retains rows where all sales values are greater than zero. Filter conditions are case sensitive.
To learn more about filter condition, refer
https://brainly.com/question/27909887
#SPJ4