• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Song title + Custom field
#1
But Hello,

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.
Reply
#2
I think the format string you are looking for is this:

%TITLE% %CUSTOM:- ${VALUE}%

Mike
Reply
#3
That works.
Thank you.
Reply




Users browsing this thread:
1 Guest(s)


  Theme © 2014 iAndrew  
Powered By MyBB, © 2002-2024 MyBB Group.