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 »
This has limited use – the code below will only work with a table containing 1 dimension & 1 measureWhen a user clicks a cell in the table, the clicked value will be displayed in a text box. The Script below is placed in the ‘onSelect’ event of a table
Display the selected Dimension Member or Measure value in a text box Read More »
This code will take the clicked (selected) dimension member description from a table in much the same way as we did for measure values. However – it’s only really suitable for a table containing 1 dimension,the reason being if there were multiple dimensions we have no way of knowing which dimension member cell a user
Retrieve a Dimension Member Description from a table Read More »
This script is useful for capturing the measure value clicked by an end user in a table.I typically use this logic to capture a value and pass it as a filter elsewhere. The Script below is placed in the  ‘onSelect’ event of a table Extra line of code to write the value to a text
Retrieve a single measure value selected by a user in a table Read More »