or,
Let( [ y = Text; L = LeftWords (y; 1) ]; Filter( l;
123456789 ))
Let( [ y = Text; m = MiddleWords( Text; 2; 1 ) ]; Filter( m;
123456789 ))
Let( [ y = Text; m = MiddleWords( Text; 3; 1 ) ]; Filter( m;
123456789 ))
Let( [ y = Text; m = MiddleWords( Text; 4; 1 ) ]; Filter( m;
123456789 ))
Since you stated that the field was Text already.
Text = your current field that the string is in now.
HTH
Lee
On Oct 29, 2009, at 10:56 PM, Lorne & Joan Walton wrote:
> Create 3 new fields, and use auto-enter by calculation:
>
> "First" = GetValue ( Substitute ( GetAsText ( Oldfield ) ; "." ;
> "¶" ) ; 1 )
>
> "Second" = GetValue ( Substitute ( GetAsText ( Oldfield ) ; "." ;
> "¶" ) ; 2 )
>
> "Third" = GetValue ( Substitute ( GetAsText ( Oldfield ) ; "." ;
> "¶" ) ; 3 )
>
> The "¶" is the paragraph character. Let me know if you have trouble
> with this.
>
> On Oct 29, 2009, at 10:06 PM, Salman Maidan wrote:
>
>> I have a table with 1000s records, one of the fields holds text
>> values like
>> so:
>> 1.1.1 - 3.12.15 - 5.3.18 - 4.11.29 ... and so on.
>>
>> I want to separate the numbers int three separate fields dropping
>> the point
>> "." between the numbers.
>
> --
> The great advantage about telling the truth is that nobody ever
> believes it. [Dorothy Sayers]
> Lorne & Joan Walton, Maple Ridge, BC, Canada
>
>
>
>
> _______________________________________________
> FMPexperts mailing list
>
[hidden email]
>
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au