You are on page 1of 13

Components Used:

• tUniqRow
• tFilterRow
• tFileRowCount
• tJava
• tMsgBox
• Triggers – OnSubJobOK, RunIf
 We have taken a set of records of a retail store as input.
1. Firstly we will eliminate any duplicates from our records, based on several keys.
2. Then we will filter rows based on some conditions, for example based on type,
quantity of item etc.
3. Then we will count the number of rows we are left with after eliminating
duplicates and filtering rows based on our conditions.
4. Finally, we will display the no. of rows in a pop-up message box.
tUniqRow
tFilterRow
tFileRowCount
tJava
RunIf Trigger
tMsgBox

You might also like