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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
lmit
Creator II
Creator II

CDC

Hi all,
I have 2 input files as below
1st file:
S.no~community_code~amount
1~12~45.0
1~13~45.0
1~14~45.0
Second file
S.no~community _code~amount
1~13~45.0
1~14~45.0
1~15~45.0

My output should be
S.no~community_code~amount
1~12|13|14~45.0
1~12~-45.0
1~13|14|15~45.0

My second file is previous month file and I need to compare it with current file to check whether the community code have any changes
In both the files the commodity _code column will have data with | separator like how I shown in my output

Please suggest any good logic to implement it, because before comparing I have to normalise and again after comparing and getting values I have to denormalise

Thanks in advance,
Lmit
Labels (2)
5 Replies
fdenis
Master
Master

your question is not clear can you explaine?
lmit
Creator II
Creator II
Author

Hi fdenis,

Thanks for your reply

No I have showed only the matching records. Ids will be different but amount can be same or may not be

Thanks,
Lmit
Anonymous
Not applicable

Can you clearly describe the result in My output?

lmit
Creator II
Creator II
Author

@ksingh
What do you mean by my output?

Thanks,
Lmit
lmit
Creator II
Creator II
Author

Hi all,

Any suggestions or help would appreciate

Thanks
Lmit