I'm guessing the answer is NO and NO but I thought I would try.
In my contact sheet labels I'm utilizing the {gps} variable to indicate which photos have GPS coordinates. But just seeing a 0 or 1 leaves a bit to be desired.
I found the translate function and have come up with this:
{gps:0:tr:1/[GPS]}
So now the label has [GPS] appended if the data exists but if not I see a 0 appended. Ideally, I would like to translate the 0 into something else - either 'blank' or maybe dashes ---.
Is there a way to nest two translations - have a second translate act upon the results of the first translate? I did try a lot of things with no success but I was just guessing on the possible syntax for such a thing.
If that is not possible, is there any other work around to achieve this?
Thanks,