Book a Demo

Author Topic: Using Counters in Names during DDL Transformation  (Read 3460 times)

voice_ca

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Using Counters in Names during DDL Transformation
« on: June 17, 2009, 12:18:11 am »
I am to modify the name of the FK that is created during the DDL transofrmation.  The standard for naming FK where I work is:
<<alias>>_FK# where # is a counter based on the number of FK's on the table.  So the first FK would be _FK1, the second _FK2, and so on.  I can get the general format of <<alias>>_FK but I can't figure out how to get the # part to work.  Does anyone have any ideas?  I've tried the Auto Name Coutner functionality, but it either doesn't work in transformations or I'm doing something wrong.
Thanks for any help.

SamSepi0l

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Re: Using Counters in Names during DDL Transformation
« Reply #1 on: July 21, 2018, 02:05:02 am »
Hi,

Were you able to figure out how to do this?

I'll appreciate any feedback.