03-14-2018, 10:06 AM
But Hello,
in the song list i want my songs to get listed as
I want to hide the "-" if the custom field (a song number) is empty.
In the subtitle i use something like the following, which works:
I want the number after the title. So i wrote
But this ends in
I wantto do this change to see the song number on the top bar of each sheet.
in the song list i want my songs to get listed as
Code:
song title - custom field
I want to hide the "-" if the custom field (a song number) is empty.
In the subtitle i use something like the following, which works:
Code:
%CUSTOM:${VALUE} - %%COLLECTIONS%
I want the number after the title. So i wrote
Code:
%TITLE% % - CUSTOM:${VALUE}%
But this ends in
Code:
song title % - CUSTOM:${VALUE}%
I wantto do this change to see the song number on the top bar of each sheet.