Where are records of keystrokes recorded within KTA
Article # 3039421 - Page views: 41
Issue
Where are records of keystrokes recorded within Kofax TotalAgility (KTA)?
Solution
This is covered in the Kofax TotalAgility Reporting Tables guide. Each version of KTA that is released will contain this guide as part of the Documentation package. Keystrokes will record every keyboard action included spaces and backspaces.
Here is an example query that will tell you the TOTAL number of keystrokes for fields and showing the original and changed value:
select key_strok_num, field_value, original_value
from field_accum_fact
Table - batch_sess_snapshot_fact
Name | Data Type | Max Length (Bytes) | Description |
key_stroke_num | int | 4 | Number of keystrokes reported in this session. Summarizes keystroke information from each document provided in the IBatchSession.Close calls. If a document contains field-level keystroke information (IField.KeyStrokes), the document level keystrokes (IDocumentPerformance.KeyStrokes) are ignored. It is assumed that keystrokes are reported either per field or per document, but not on both levels. |
Table - doc_sess_snapshot_fact
Name | Data Type | Max Length (Bytes) | Description |
key_stroke_num | int | 4 | Number of keystrokes reported for this document either per field or per document (not on both levels). If a document contains fieldlevel keystroke information (IField.KeyStrokes), the document level keystrokes (IDocumentPerformance. |
Table - field_accum_fact
Name | Data Type | Max Length (Bytes) | Description |
key_stroke_num | int | 4 | Total keystrokes into this field Sum of IField.KeyStrokes for this field |
Level of Complexity
Easy
Applies to
Product | Version | Build | Environment | Hardware |
---|---|---|---|---|
KTA | All |
References
Add any references to other internal or external articles