nani0907 wrote:...populate top five decimal values...
Could you explain what you mean by that? Is it the rows with the 5 largest values in one column, or 5 decimal columns and getting the highest among them or some other action?
nani0907 wrote:...populate top five decimal values...
Code: Select all
IF TRIM(ln_aibm01_in.col1,'0','A')='' OR TRIM(ln_aibm01_in.col1,'0','A')='.' THEN '' ELSE ln_aibm01_in.col1,'0','A'