HomeForum
Welcome, Guest

Dynamic file names
(1 viewing) (1) Guest
Data Warehousing and Data integration
  • Page:
  • 1

TOPIC: Dynamic file names

Dynamic file names 9 months, 4 weeks ago #3410

  • Andrew
  • OFFLINE
  • Junior Boarder
  • Posts: 32
  • Karma: 0
Hi

I’m trying to create the date format CampaignResponses_20100111T095000.xls in a file name.

The way I am doing this is CampaignResponses_{GetSystemDate('YYYYMMDD')}T{GetSystemDate('HHNNSS')}.xls"

It throws up an error – can you not use more than 1 GetSystemDate in a file name?

Kind regards,
Andrew

Re: Dynamic file names 9 months, 4 weeks ago #3411

  • admin
  • OFFLINE
  • Moderator
  • Posts: 2183
  • Karma: 12
Try this one

CampaignResponses_{GetSystemDate('YYYYMMDD')+'T'+GetSystemDate('HHNNSS')}.xls"

Mike

Re: Dynamic file names 9 months, 4 weeks ago #3412

  • Andrew
  • OFFLINE
  • Junior Boarder
  • Posts: 32
  • Karma: 0
Thank you for the prompt reply

It works now

Andrew
  • Page:
  • 1
Time to create page: 0.15 seconds

Testimonials

"DBSL software is important part of core business processes and has enabled us to scale up our capacity."

Tim Matter
CRM Team manager,

User Login

You only need to log in or register to use our support forum



Our customers

BP

BBC

HSBC


Databases we work with

Go to top