Quote:
Originally Posted by ElMiko
I'm embarrassed to admit it, but it looks like I'm in way over my head. I really appreciate all your input, but I don't know where I am adding these programs or how I am referring to them within the custom column. And that's just for starters!
|
Eschwartz's template or my first template are used in a custom "column built from other columns, behaves like tags". You can add/edit the template when you define the column or by pressing F2 in any cell in that column after you define it.
My second template goes into an advanced coloring rule.
Quote:
@chaley: with the commas inside the display value, does that mean that if only #cola was positive, the displayed value would be "ColA,"?
|
No. The list_union eliminates empty list items, which is what a trailing comma would produce. In other words, "ColA,,,ColB," would become "ColA, ColB". That is also why eschwartz used list_union, to eliminate extra commas that his template generates when any of the "part?" variables are empty.