INTERACT FORUM

More => Old Versions => JRiver Media Center 18 for Windows => Topic started by: Flavio61 on December 14, 2012, 12:53:21 pm

Title: Move field only if is not empty
Post by: Flavio61 on December 14, 2012, 12:53:21 pm
Hi,
On my library I would like to move the contents of one field to another, but only if the first field is not empty. How can I do?
thanks
Title: Re: Move field only if is not empty
Post by: MrC on December 14, 2012, 01:41:52 pm
Select your files, and edit the tag you want changed and enter:

   =if(!isempty([first field]),[first field],[second field])

where first field is replaced with the field name you want to grab from, and second field is the one you are changing.