Smart Select
បង្កើត query គុណលក្ខណៈពហុលក្ខខណ្ឌជាមួយតក្កវិជ្ជា And/Or រួចជ្រើសលក្ខណៈដែលត្រូវគ្នា ឬនាំចេញវាទៅ feature class ឬតារាងថ្មី។
- រកឃើញនៅឯណា
- KGA Toolbox ▸ Data Management ▸ VectorIQ ▸ Select ▸ Smart Select
ទិដ្ឋភាពទូទៅ
The condition builder compares a field against a typed value or against another field — a comparison the standard Select By Attributes dialog cannot express without hand-written SQL.
ការប្រើប្រាស់
- Conditions are added with Add Condition and combined with the And/Or column, so several tests can be chained.
- Each condition has four parts:
| Part | Explanation |
|---|---|
| Field | The field being tested |
| Operator | The comparison to apply |
| Compare To | Whether the right-hand side is a typed Value or another Compare Field |
| Value / Compare Field | The value to compare against, or the field to compare against |
- The Compare To switch is what makes this tool worth using: setting it to Compare Field compares two fields on the same feature — finding rows where a recorded area disagrees with a calculated one, for instance.
- Available operators:
Equals,Not Equals,Greater Than,Greater Or Equal,Less Than,Less Or Equal,Contains,Starts With,Ends With,Is Null,Is Not Null Is NullandIs Not Nulltake no value. They are the reliable way to find missing data — an equality test against an empty string does not find true nulls.- Selection Mode controls how the result combines with any existing selection — a new selection, or added to the current one.
- Results can be selected in the map or exported. Output offers three destinations:
- Project default geodatabase
- Same source location — beside the source data
- Specify output — a path you browse to
- Export Selected Features writes a feature class; Export Selected Table writes a table without geometry.
- Select applies the query without exporting, which is the quick way to confirm the conditions match what you expect before writing anything.
ប៉ារ៉ាម៉ែត្រ
| ផ្ទាំងគ្រប់គ្រង | ការពិពណ៌នា |
|---|---|
| Layer | The layer to query. |
| Selection Mode | How the result combines with the existing selection. |
| Conditions | The list of query conditions, combined with And/Or. |
| Add Condition | Adds a condition row. |
| Field | The field tested by the condition. |
| Operator | The comparison — |
| Compare To | Whether to compare against a typed Value or another Compare Field. |
| Value | The literal value to compare against. |
| Compare Field | The field to compare against, for field-to-field comparison. |
| Output | The export destination — Project default geodatabase, Same source location, or Specify output. |
| Output Name | The name of the exported dataset. |
| Select | Applies the query as a map selection without exporting. |
| Export Selected Features | Writes the matching features to a new feature class. |
| Export Selected Table | Writes the matching rows to a new table, without geometry. |
របៀបប្រើ
- On the KGA Toolbox tab, in the Data Management group, open the VectorIQ menu, point to Select, and click Smart Select.
- Set Layer and Selection Mode.
- Click Add Condition, then choose the Field and Operator.
- Set Compare To to Value and type the value, or to Compare Field and choose the field to compare against.
- Add further conditions and set each And/Or as needed.
- Click Select and check the selection on the map.
- If the result is right, choose an Output destination, set Output Name, and click Export Selected Features or Export Selected Table.
ព័ត៌មានអាជ្ញាបណ្ណ
Requires an active KGA Toolbox license. The tool validates the license before running.