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

Re: How to show top5 records in text box instead of crosstab(design studio1.5)

$
0
0

Hi Mathivanan,

 

You have to retrieve the top 5 dimension product into arraylist and bind it one by one to textbox.

 

It will be something like this..

 

var getMembersArray=DS_1.getMembers("ZR_CUST", 100000);

getMembersArray.forEach(function(element, index)

{

   if( index==0){

    top1_text.setText(element.text);

    

   }

else if (index==1)

{

 

}

 

.

.

.

 

 

})

 

 

 

Regards,

KitKat


Viewing all articles
Browse latest Browse all 3585

Trending Articles



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