finally got some time to test this. I do not get where I'm going wrong.... I'll post the expressions I'm using, and perhaps some of you can spot where I've messed up. I'm also adding a screen shot as an attachment, so you see where I've done the editing.
Expression for Complete Season field:
regex(1;2;3;4;5;6;7;8;9;10;11;12;13;14;15;16;17;18;19;20;21;22;23;24;25;26;27;28;29;30;31;32;33;34;35;36;37;38;39;40;, ^removecharacters(listsort(load(v_compseason[series]_[season])), 0;, 1))
Rules for file Display for Not Watched Test series view:
[=save(,v_compseason[series]_[season])1]=1
[=save(load(v_compseason[series]_[season]); [episode], v_compseason[series]_[season])1]=1
Rules for the Test1 field (under description in the TV Show template):
if(isequal([Complete Season],1,1),Complete Season,SEASON NOT COMPLETE!)
Rules for the Test2 field (under the Test1 field in the TV show template):
if(Compare([Complete Season],=,1),Complete Season,<font color="ff0000">SEASON NOT COMPLETE!<//font>)
Expanded Caption field contains:
if(Compare([Complete Season],=1),Complete Season,<font color="ff0000">SEASON NOT COMPLETE!<//font>)
As you can see in the Theater view example, the second line caption contains an error. The Test 1 field (in the file info panel) shows the correct outcome without text formating. But the Test 2 field has the error again when I try to add the font color code. I'm scratching my head here. Don't know what I'm doing wrong. No matter what I try, it fails to out put the actual font formating.