courtney.youngblutt's avatar
courtney.youngblutt
Icon for Iress Contributor rankIress Contributor
2 months ago

🤓Xplan Hint: Controlling the name of your xmerge outputs

Did you know you can control the filename of your xmerge outputs? 

Are you all too familiar with opening attachment after attachment with the default ‘reportout-5583-4567’ generic filename when trying to locate a specific document?

If so, then you are doing things the hard way.  

By adding a simple line of code to your template you can control the file name that merges from Xplan.

Statement of Advice = <:=$flags('output_by_syntax', value=[str('Statement of Advice')]):> 

Statement of Advice - Joe Bloggs = <:=$flags('output_by_syntax', value=[str('Statement of Advice'), ’ - ’,$client.getField(‘first_name’), ’ ’,$client.getField(‘last_name’)]):>

Statement of Advice - Joe Bloggs - 27 May 2025 = <:=$flags('output_by_syntax', value=[str('Statement of Advice'), ’ - ’,$client.getField(‘first_name’), ’ ’,$client.getField(‘last_name’), ’ - ’,datetime_merge.format('%d %B %Y')]):>

zita.white​ takes you through it all in this Community Article: Controlling the filename of Xmerge outputs

 

2 Replies

  • Aah yes, the classic "reportout-5583-4567" — the xmerge equivalent of “Document_Final_V23_RealFinal_USE_THIS_ONE.pdf” 

    Such a great tip courtney.youngblutt​, especially for those sick of playing document roulette on their desktop 😅

Welcome to the Advisely forums!

This is where financial advice professionals from all walks of life come together to share knowledge, swap ideas, solve problems, and talk all things growth and efficiency.

Here are some tips when posting in the forums:

  • Be respectful and courteous to fellow members
  • If a reply helped you, mark it as a solution so other users can find it easily
  • Take a moment to read through our Community Guidelines
  • For Xplan support issues, it's best to raise a ticket in Iress Connect first. You can also search the discussions for posts about the same issue first before starting a new thread.
  • Keep an eye out for our 'Ask me anything (AMA)' threads – these are live text-based Q&As with industry and Xplan experts during a set period of time. Find out when the next one is happening here.
  • Don’t be shy! You don’t need to be an expert to help someone out. Many users are looking for practical advice, shared experiences, or just a fresh perspective
  • Introduce yourself and meet other members here!

We’re glad you’re here – see you around! 😁

Related Content