Write dimension descriptions to a text box â one per line
Using a chart, button and text box – when you click the button the result should be as per below
Write dimension descriptions to a text box â one per line Read More »
Using a chart, button and text box – when you click the button the result should be as per below
Write dimension descriptions to a text box â one per line Read More »
Writes the filter value applied to a dimension to a text boxThis code will display either the included or excluded dimension value in a text box.
Write Single Dimension Filter value to a text box Read More »
Script (measure description only) Script (full measure name)
Take a measure description or full name from a chart and write it to a text box Read More »
Useful if you want to add some contextual information to a story when values meet certain conditions
Take a measure value from a numeric point chart and dynamically write it to a text box Read More »
This script was used when there was a requirement to allow users to apply a ranking to a chart,we wanted a text box to dynamically display âTop 5â or âTop whatever number the user selectedâ You could place this in the onSelect event for a chart
Count dimension members in a chart and write the count to a text box 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 »
Write text on different lines in a text box (carriage return) This is the first lineThis is the second line
Apply text with carriage return Read More »