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

Re: Mapping tdline at item level

$
0
0

Hi Mahesh,

 

It looks like you want to setup your UDF like this then:

 

for(int i = 0; i < count.length; i++)
{
int num = Integer.parseInt(count[i]);
for(int j = 0; j < num; j++)
{
result.addValue("");
}
result.addContextChange();
}

 

 

Regards,

Ryan Crosby


Viewing all articles
Browse latest Browse all 8808

Trending Articles



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