Developer Features: Server Script: view.FilterNegative
## Overview
This is "FilterNegative" of "view object". It is used when filtering items with negative conditions in "[Server Script](/en/manual/table-management-server-script)".
## Prerequisites
The "[Use Negative Filters](/en/manual/table-management-filter-use-negative-filter)" check box must be checked.
## Example of Use
In the following example, ClassA is filtered with a negative condition.
##### JavaScript
```
view.Filters.ClassA = 'Nakano-ku, Tokyo';
view.FilterNegative('ClassA');
```
### Before Use
![image](https://pleasanter.org/binaries/b649d2d78d8f40d4bddbf020b3c6a8c3)
### After Use
The filter is automatically set on the list screen, and records are displayed with a negative condition.
![image](https://pleasanter.org/binaries/457033c241ab4370bf9b1edb2cd44783)
## Supported Versions
|Supported Versions|Body|
|:--|:--|
|1.3.21.0 and later|Added features|
## Related Information
<div id="ManualList"><ul><li><a href="/en/manual/table-management-filter-use-negative-filter">Manage Table: Filter: Use Negative Filters</a><span>10.03.2024 up</span></li></ul></article>
<ul><li><a href="/en/manual/table-management-server-script">Table Management: Server Script</a><span>08.13.2024 up</span></li></ul></article></div><input id="SearchTextHidden" type="hidden" value="" />