Hi ,
Below is my query.
INPUT1:
AAAA,-000050
CCCC,-000100
INPUT2:
AAAA,-000050
CCCC,+000100
OUTPUT (For matching records on the first four columns, subtract (Input1-input2))
AAAA,000000
CCCC,-000200
I could successfully SUM for the above inputs with the help of EDIT MASKS, SIGNS operator. But for subtraction, i need ur help.