Jorgitopeter Posted July 9, 2008 Posted July 9, 2008 Hi people... I read some post in this section, but I can't find out the way... Here's the situation: I have the field Customer_ID and the field Order_date . I want to make a calculation field that tells me how many costumers called me. I mean, if, for example, the costumer 1, 3, 10, and 11 called me, I want the calculation tells 4, no matter how may times each customer had called me... I mean, maybe the customers 1 and 10 called me 4 times, and the others 7 times, but I only want to find out how many customers called, not how many calls they made. I hope my English would be understandable enough : Thanks a lot people
Raybaudi Posted July 9, 2008 Posted July 9, 2008 Hi we need to know: 1) where you write the customer's call 2) where you write the date ( or timeStamp ) that call was made 3) which period you want to look for ( from Order_date to today ? )
Jorgitopeter Posted July 9, 2008 Author Posted July 9, 2008 1) where you write the customer's call I have other field called 'Details' 2) where you write the date ( or timeStamp ) that call was made In the Order_date field 3) which period you want to look for ( from Order_date to today ? ) I want to know the customers who called on June (but don't worry about the period, I thik I can manage to set that) Here I attach a sample file. Thanks a lot!!! Base.zip
Jorgitopeter Posted July 19, 2008 Author Posted July 19, 2008 Hi Danielle, I wanted to know if you could understand what I am trying to do... please ask me to specify whatever you do not understand of my explanation... I mean, you Danielle or anyone who could help me... Thanks a lot. Jorge
Jorgitopeter Posted July 26, 2008 Author Posted July 26, 2008 I don't know what happened with the forum, because BruceR answered me and it doesn't show anything... so I paste here BruceR's answer: ' Try this custom function: http://www.briandunning.com/cf/444 ' It's great ... Thanks a lot BruceR... but I have only one more question: the custom function gives me a list of numbers in the field (1¶2¶9)... Is there any way to count how many numbers are there in the CF-field? I mean, which function would tell me that in the CF field are 3 numbers?? Sorry for my beginner's English.
Agnès Posted July 26, 2008 Posted July 26, 2008 Hello, the custom function gives me a list of numbers in the field (1¶2¶9)... Is there any way to count how many numbers are there in the CF-field? certainly with ValueCount () I think is possible [and better?] without custom function 2 examples, one with ValueListItems ( FileName ; ValueList ) an other with key and ID I hope I understood. Agnès Base_t.fp7.zip
Jorgitopeter Posted July 27, 2008 Author Posted July 27, 2008 Hi my friend... It's really really great!!! And much more quicker than de CF. However, I can't realize how the field "Base_ID" works, and with what purpose... Thanks for explaining me. Thanks a lot.
Raybaudi Posted July 27, 2008 Posted July 27, 2008 Hi Agnes those two examples work on all records. What if he have to work with a found set ?
Recommended Posts
This topic is 6023 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