Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: simon.wilbyHi Srinivasa,
You can achieve this by using the following Brainscript in a Filter node:
emit Col1,Col2,(Col3+Col4) as "Col3"
Note - the fields you're adding together cannot be of type string otherwise it will concatenate the two fields - i.e. your results would look something like this:
Col1 Col2 Col3
A E 15
B F 26
C G 37
D H 48
Regards
Simon