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

Re: Add Measure in DEsign studio using script

$
0
0

You can do it, but the filter panel or the navigation area is here to take care of it.

 

OnStartup:

var arrayDims = DS_1.getDimensions();

 

arrayDims.forEach(function(element, index) {

  if (!element.isMeasuresDimension) {

  LISTBOX_1.addItem(element.name, element.name);

  }

});

 

Initial View:

initial_view.PNG

See, only 0D_NW_BP and some measures are used.

 

Application and the Dropdown contains all of the available dimensions:

application.PNG


Viewing all articles
Browse latest Browse all 3576

Trending Articles



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