Write all measure values from a table to the browser console
This code could be placed in the onSelect event of a button
Write all measure values from a table to the browser console Read More ยป
This code could be placed in the onSelect event of a button
Write all measure values from a table to the browser console Read More ยป
There are many times when it’s useful to be able to see a full list of dimension members (with their ID and Descriptions) You could create a table, add the dimension and set the display properties to ID & Description, or alternatively use a script to write the info to the browser console. The script
Display a list of dimension member id’s & descriptions in the browser console Read More ยป