Publish Date filter

This feature helps in configuring multiple date filters for extracting the transaction Insight objects from all the Configuration Insight.

Extractions using this feature are faster because data is more accurately filtered, based on additional dates.

Use this XML to configure multiple date filters for data extraction from Transaction Insights objects. All the date filters will be published by the Insight in this file. The date filter is identified by the attribute "filter=datefilter" and the default date filter is identified by the additional attribute default="true.

When changes are made to the object extraction date fields in this XML, the modified information must be published to the IRC database, so that the updated extraction dates can be used in analysis scoping, deletion of extracted data and the extracted data report.

Note: 

A backup of this xml file is automatically created when:

  • Rule based extraction scoping is applied.
  • Date filter changes are made to this xml file

The backup file is located at [InstallPath]\Adapters\TMonitor\ProcessModules \IMGInsight\Settings\OriginalSettings. If date filter changes are made to this XML file, the copy of the file must also be manually modified.

Path [InstallPath]\Adapters\TMonitor \ProcessModules\<Insight Folder>\Settings \DEEConfig.xml
Tag
<Where JoinText="" TableName="KONH" TableAlias="ZKONH"
				  FieldName="ERDAT" NotOperator="" Operator="BT" Low="" High="" type="create"
				  datatype="date" filter="datefilter" default="true" CompOperator="OR" />
				  </Where> <Where JoinText="" TableName="KONH" TableAlias="ZKONH"
				  FieldName="DATAB" NotOperator="" Operator="BT" Low="" High="" type="create"
				  datatype="date" filter="datefilter" CompOperator="END" /> </Where>
Parameter: default Specify 'true' to identify the default 'datefilter'.