Generate a Dynamic file name for CSV Writer (2 replies)
Browndog, yes this is possible. To do this:
- Enable script evaluation.
- Enter a value into the field name such as "Export-" & %FieldName & ".csv" - Replacing FieldName with the actual field name. Note that you can only use fields from the topmost level of the dataset.
Thanks
Great, thanks for your help;)
Hi,
I would like to know if it is possible to generate a dynamic filename for the CSV writer based on something like a field in the export or date stamp, is this possible? I can see 'evaluate script filename' but see no documentation on how this can be implemented?
Thanks