Export File Using Parameters for File Name and Path

Hi Dmitry,

I’m trying to export csv files using parameters as file names and location path. Not sure how to do this:

For example, I try to save a file at K:\MyFiles\DailyFiles with a file name “Counterparty_yyyy_mm_dd”. yyyy_mm_dd will be yesterday’s date.

Would appreciate to have your thoughts on this.

Thank you.

1 Like

Hi Lianne,

use a calculated parameter to define the output file name. In a calculated parameter you can use expressions to calculate the parameter value.

In the example below parameter C will have value foobar:

1 Like