Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

multiply with the qty value.

$
0
0

Hi Gurus,

I have  a requirement to calculate "Result" column as below: Here, we are multiplying by taking the Item# by an integer. lets take ex:  for (1,1.1,1.2) the qty is 5 for Item# 1. So, for each qty in like 1.1,1.2 we multiply by 5  so we get 10,5 resp.  in the result column. How can I do this in SSIS . Please help me with this.

Item# qty     Result
1          5           5 
1.1       2         10
1.2       1           5
2          3           3
2.1       1           3
2.2       2           6
2.3       2           6


Viewing all articles
Browse latest Browse all 24688

Trending Articles