Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Initiator on field in TT with wildcards

Status
Not open for further replies.

MrStiffler

Programmer
Jan 7, 2004
25
CH
Hi
In a TypeTree i have fields that always starts with a different number of 3 digits followed by 2 digits that are always be the same:
So it looks like this

444_j04
333_j05
567_j04

To recognize the fiels (s) i have to set an initiator. But it needs 3 wildcards at the begining.
What alphanumeric sign can i use for that ?
It doesn't work with a * !
Thanks
stiffler
 
Hello

You cant do this with initiators ( as it's not a initiator )
You have to specify a field containing the values and place a I (dentifier on it) and create a component rule to verify it.
Ie

MID($,4,2)="j0"

Or whatever it becomes to identify the record ;)

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top