Set the value of the Data within a Row
#1
Posted 07 April 2012 - 10:27 PM
#2
Posted 09 April 2012 - 09:06 AM
You can do this with a simple Javascript expression in your data element for that column. Here is an example that replaces all semicolons with a newline:
str = "a;b;c"; str.replace(/;/g, "\n");
#4
Posted 11 April 2012 - 09:06 AM





MultiQuote




