Search & Repair(4.1)
Data Veracity - Search view allows users to perform the following:
Search for Data Veracity records (erroneous UDRs or batch files)
Change the state
Mark Data Veracity records for deletion
Force delete Data Veracity records
Repair Data Veracity records
Searching for UDR Input Type
To perform a search for UDR Input Type in Data Veracity - Search, follow the steps below:
Note!
Unsupported Data Type for Search
Searching or filtering of UDRs with list and map data types are currently not supported by Data Veracity.
Searching by filter with Bit Set Field data type is not supported by Data Veracity as well.
To search for UDR Input Type, you must first select a Data Veracity profile. Click the Filter button to open the Search dialog.
Click Browse to select a Data Veracity profile.
Select UDR for Input type.
When you have selected UDR for Input type, you can configure the following:
UDR types - Select the specific UDR from a list. You can only choose ONE UDR type to access.
Display Fields - Select specific fields (which includes meta data, user defined MIMs and UDR fields) that you would like to display in the query results.
Search Query - Add the filter rules that you want in the query builder by clicking on Add. If more than one rule is defined, you would be able to choose between AND or OR by clicking on either of the buttons. You could also add a new group of rules by clicking on the Add Group button to define a nested set of rules for the query. When you run a query, rows in the table that matches the expression will be displayed in the Query Results.
For more information, see the Search Query section below.
Click OK to execute the query and the results will be displayed.
Query Results Sort Order
Sorting of search results is done from the Data Veracity database via SQL query statement and so the sorting behavior will depend on the behavior of the Data Veracity database(for example, sorting of alphabetical characters in Oracle and SAP HANA is case sensitive, whereas in PostgreSQL it is case insensitive).
Data Veracity State column values is represented as numbers in the Data Veracity database. The State column will be sorted by the order of the numbers assigned to the states where:
NEW
UPDATED
PRE_DELETE
REPROCESSED
DELETE_APPROVED
Searching for Batch Input Type
To perform a search for Batch Input Type in Data Veracity, follow the steps below:
To search for Batch, you must first select a Data Veracity profile. Click the Filter button to open the Search dialog.
Click Browse to select a Data Veracity profile.
Select Batch for Input type.
When you have selected Batch for Input type, you can configure the following:
Display Fields - Select specific fields (which includes meta data and user defined MIMs) that you would like to display in the query results.
Search Query - In the Search Query panel, add the Filter rules that you want in the query builder by clicking on Add. If more than one rule is defined, you would be able to choose between AND or OR by clicking on either of the buttons. You could also add a new group of rules by clicking on the Add Group button to define a nested set of rules for the query. For more information, see the Search Query section below.
Click OK to execute the query and the results will be displayed.
Query Results Sort Order
Sorting of search results is done from the Data Veracity database via SQL query statement and so the sorting behavior will depend on the behavior of the Data Veracity database(for example, sorting of alphabetical characters in Oracle and SAP HANA is case sensitive, whereas in PostgreSQL it is case insensitive).
Searching with Saved Filters
To perform a search by loading a previously saved filter, follow the steps below:
To search with a saved filter, you must select a previously saved filter. Click the Filter button to open the Search dialog.
Search and select a saved filter with the Saved filters drop down and the configured filter values will all be loaded in the Search dialog.
Click OK to execute the query and the results will be displayed.
Search Query
This panel represents an expression based on the columns in the Data Veracity table. When you execute a query, rows in the Data Veracity table that matches the expression will be displayed.
Item | Description |
|---|---|
Click this button to apply AND logic on a set of rules or groups. | |
Click this button to apply OR logic on a set of rules or groups. | |
Field name | This drop-down list contains columns in the selected database table that you can use in your query. The query is carried out based on this selection as a filter rule to populate the result for the Display Field.
|
Operator | This is a comparison operator that is applied to the values of the specified column. The available operators are listed according to the data type of the selected column:
|
Value | This field contains a value that is used for comparison with the selected column. When between and not between is the selected operator, two value fields are displayed. When you click this field and the column is of a date type, a date picker will be displayed. |
Add | Click this button to add a new rule to the expression. |
Click this button to add a group of rules within the expression. The groups can be nested. | |
This button will only appear when a group is added. Click this button to delete a group. When you delete a group, the rules contained within it will be deleted as well. | |
Click this button to delete a rule. |