Use value of Derived Column in another Derived Column
greetings,
i have ssis package derived columns.
one of derived columns, "term_in_days" performs datediff , outputs integer.
now need derived column, time_balanace multiply existing column, current balance derived column,"term in days."
here have far, i'm not sure if it's possible use values derived column "term in days" in time_balance.
[current_balance] * [t_term_in_days]
i'm not sure if it's derived column can't used in derived column or if maybe casting issue.
feedback appreciated.
[current_balance] * [t_term_in_days]
SQL Server > SQL Server Integration Services
Comments
Post a Comment