> Hey Quentin,
>
> Thanks for your suggestions. You have some great ideas here and we will add
> them to the future features list.
>
> You're absolutely right, we do not explicitly support what you are looking
> to do with dates in our base solution. That being said, I have a suggestion
> that just might do the trick...
>
> How about creating a new column in your spreadsheet that derives the age of
> each lead? This can be done by using the following formula assuming the
> date of the lead is in cell A1:
>
> =Today() - A1
>
> For example, let's say you got a lead on 1/1/09 and that date is sitting in
> cell A1 of you spreadsheet If you put the formula above in cell B1 the
> result would be the number 39 (as we are currently 39 days into the year).
> Therefore, you lead is 39 days old.
>
> Since you are now working with a number rather than a date you should have
> no problem using the greater than and less than operators in the base
> MapAList solution.
>
> You could even take things a step further in your spreadsheet and write
> another simple formula that takes the number of days and calculates a value.
> For example, you could say:
>
> =if(A2, >30, "Cold", if(a2,<=30,"hot",0))
>
> This basically says that if the lead is greater than 30 days old then label
> it "Cold" whereas if it is 30 or fewer days old than label it as "Hot". You
> can use more nested "if" statements if you like to derive additional values.
>
> You could then create your map based on the attribute you have derived
> (Cold/Hot) in MapAList. This would eliminate the huge number of different
> markers.
>
> Hope this is helpful...
>
> ________________________________
> This email is a reply to your post @
>
http://n2.nabble.com/Have-a-MapAList-Feature-Suggestions---Post-it-Here%21-tp2098841p2299990.html> You can reply by email or by visting the link above.
>
>