KrewData Features > Commands > Edit Data |
Edit Data command edits data in a field and stores the result in an existing or new field. You can select the records that you want to edit using the search criteria. The Edit Data command allows you to perform following editing operations:
Setting | Description | ||
---|---|---|---|
1. Choose to create a new field or replace existing field |
Create a new field or select an existing field to save the edits.
|
||
2. Editing Method |
Select the editing method.
|
||
3. Replace found item with |
Value of this setting depends on the editing method selected in setting#2.
|
||
4. Enter a term to search for |
Specify the search criteria for the record to edit.
|
This example demonstrates how to add a Fiscal Year field to an expense management app and set the text "2018" in that field for the records which have value between April 1, 2018 to March 31, 2019 in Date field.
1. Choose to create a new field or replace existing field | 2. Editing Method | 3. Replace found item with | 4. Enter a term to search for |
---|---|---|---|
・Select Create new field ・Input new field name: Fiscal Year |
Set Value | 2018 |
Set the following condition in filter
|
This example demonstrates how to add Actuals field with blank data in an expense management app.
1. Choose to create a new field or replace existing field | 2. Editing Method | 3. Replace found item with | 4. Enter a term to search for |
---|---|---|---|
・Select Create new field ・Input new field name: Actuals |
Blank | (Blank) | Select All Records |
This example demonstrates how to a replace "(Co.)" with "Co. Ltd." in Company Name field using SUBSTITUTE function in customer master app.
1. Choose to create a new field or replace existing field | 2. Editing Method | 3. Replace found item with | 4. Enter a term to search for |
---|---|---|---|
・Select Replace existing field ・Select field: Company Name |
Formula | SUBSTITUTE(Company Name,"(Co.)","Co. Ltd.") | Select All Records |
This example demonstrates how to copy the value of Department Name field to a new field named Old Department Name of a department master app.
1. Choose to create a new field or replace existing field | 2. Editing Method | 3. Replace found item with | 4. Enter a term to search for |
---|---|---|---|
・Select Create new field ・Input new field name: Old Department Name |
Copy Field | Department Name | Select All Records |
This example demonstrates how to extract month from a Date field of expense management app and save it in a new Month field.
1. Choose to create a new field or replace existing field | 2. Editing Method | 3. Replace found item with | 4. Enter a term to search for |
---|---|---|---|
・Select Create new field ・Input new field name: Month |
Date Edit | ・Select Month of Date ・Field:Date |
Select All Records |