Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9069

Re: Need to print Net Weight and Unit adjacently for internal table contents

$
0
0

Hello Abilash,


     To add two or more string variables together, use the "+" operator.


For example if you want to show net weight and unit (which are in individual columns) adjacently in a single column, write the below Javascript in Initialize event on the column where u want to show concatenated value.


this.rawvalue = this.parent.weight.rawvalue + this.parent.unit.rawvalue;


This will compute for each record in the Internal table because the code is directly on the column in the design level.


Viewing all articles
Browse latest Browse all 9069

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>