tmas73 Posted July 10, 2008 Posted July 10, 2008 What would be the calculation to display only the first letter in each word? ?? Left ( order_quantities::orders_name; 1 ) ?? Thanks
David Jondreau Posted July 10, 2008 Posted July 10, 2008 When dealing with having to perform a function on an unknown number of entities, in this case, Left() on an unknown number of words, a recursive custom function is usually needed.
tmas73 Posted July 10, 2008 Author Posted July 10, 2008 When dealing with having to perform a function on an unknown number of entities, in this case, Left() on an unknown number of words, a recursive custom function is usually needed. Thanks DJ What would a custom function like this look like?
comment Posted July 10, 2008 Posted July 10, 2008 When dealing with having to perform a function on an unknown number of entities, in this case, Left() on an unknown number of words, a recursive custom function is usually needed. Usually, yes - but not in this case: http://www.fmforums.com/forum/showpost.php?post/288567/
David Jondreau Posted July 11, 2008 Posted July 11, 2008 You know what's funny (well to me)...I actually cut this line from my original response: "But I'm sure comment will have a clever way of accomplishing this with a simple calculation." That's verbatim from a sticky I use to compose my forum posts. I didn't want to seem pandering. :(
comment Posted July 11, 2008 Posted July 11, 2008 Well, this one is Daniele's, not mine. I'm surprised you didn't remember it, since you helped to simplify it in the original thread: http://www.fmforums.com/forum/showtopic.php?tid/192288/ I didn't want to seem pandering. Pandering to what?
David Jondreau Posted July 11, 2008 Posted July 11, 2008 Maybe I'm not using the word right, doesn't it have the sense of "providing excess flattery?"
comment Posted July 11, 2008 Posted July 11, 2008 Ahm, no. BTW, you're welcome to provide excess flattery at any time. Actually, I don't mind if you pander to my wicked desires either - I'd just like to be clear on which one is it. :(
Vaughan Posted July 11, 2008 Posted July 11, 2008 OK I'm getting a mental picture of you guys sitting around in black and white furry bear suits chewing on bamboo... am I warm?
Recommended Posts
This topic is 6039 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now