Page 1 of 1

Dealing with punctuation in Formats Manager

Posted: Thu Feb 08, 2018 1:49 pm
by joseph_anton
I have added a couple of extra fields for books, such as "Translated by" and "Other Contributors". I am trouble figuring out how to suppress the punctuation around these fields if they are empty. From my reading of the manual, it looks like a tilde around the punctuation should be enough to suppress it, but this doesn't seem to be working for me. Here's what my Field Order looks like at present:

Code: Select all

a. t., $translated by $u3~,~ u4~,~ l: u, d, u20`.`

Re: Dealing with punctuation in Formats Manager

Posted: Thu Feb 08, 2018 2:02 pm
by Jon
Better off avoiding the tilde (which is there for backward compatability). I'd stick with the $ quote and/or conditional groups, both of which are easier to understand. Off the top of my head (you can modify as needed):

a. t., $translated by $u3, u4, l: u, d, u20`.`

Jon
Sonny Software