Text output in a Calculated field
-
Hi, Thanks for a great plugin.
How do I make a calculated field return text?I have this function, and i can make the plugin return values, if I use 1 & 2 instead of the texts.
(function(){
if(fieldname7*fieldname5*fieldname8==0) return “Indtast dato”;
if(fieldname7*fieldname5*fieldname8>0) return “Datoen er ledig”;
})();
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Text output in a Calculated field’ is closed to new replies.