Hi,
Is there a function in mydbr that calculates the difference between 2 columns.
P.ex when using mydbr.compare it would by nice to have an extra column that calculates the diffence between 2 or more columns
Johan
Hi,
Is there a function in mydbr that calculates the difference between 2 columns.
P.ex when using mydbr.compare it would by nice to have an extra column that calculates the diffence between 2 or more columns
Johan
Johan,
you can use dbr.calc to do that.
select 'dbr.calc', 'result_column', '[col1]-[col2]';
--
myDBR Team
Ok thanks for your help.
Johan
You must log in to post.