We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c434d0 commit bcab5e3Copy full SHA for bcab5e3
Server-Side Components/Server Side/Remove HTML Tags/script.js
@@ -1,5 +1,6 @@
1
//Create a new string field called 'Fix Notes(u_fix_notes)' in the problem table.
2
//Select the 'calculated' checkbox in the field dictionary, and add the code to the script section.
3
+//This would be helpful if you want to export HTML fields in a report.
4
(function calculatedFieldValue(current) {
5
var htmlText = current.fix_notes; // Getting the value of the current fix notes (HTML field)
6
var decodedText = htmlText.replace(/&#(\d+);/g, function(match, dec) {
0 commit comments