Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
sbxr
Contributor III
Contributor III

When Sum is greater than 4 move the remaining data to new file

Hi,

I have a excel file which I need to take using tfilelist, in that file I have data as below

FILE-1

Equip | Qty

PH,     1

PH,     2

PH,     1

AQ,     2

AQ,     1

Now what I need to do is groupby Equip and Sum the value of Qty like below:

Equip | Qty

PH,     4

AQ,     3

and after this we need to check if the PH sum is greater than 4 move the reaming Data to new file?

How to perform this Job please help me with this.

Labels (2)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

tAggregate to sum values by Equip then tFilterRow to decide if PH row must go to output file 1 or 2.

Is that what you expect?

View solution in original post

2 Replies
TRF
Champion II
Champion II

tAggregate to sum values by Equip then tFilterRow to decide if PH row must go to output file 1 or 2.

Is that what you expect?

Anonymous
Not applicable

I would suggest adding  a tfilterRow component where you can put the required condition.

 

Now you'll get two outputs. One meeting the condition and the one not meeting it.

 

For the 2 outputs configure two different files.

 

Hope it should help.