Things That Once Were
Existence elsewhere
Digg
JPG
Twitter
del.icio.us
Flickr

AIM
Skype
Twitter status:
Worthwhile linkage
Categories
Recent Entires
Flickr
Search

RSS
&c
Built with BBEdit
XHTML 1.1
CSS 2.1
Creative Commons License
This weblog is licensed under a Creative Commons License.
«Decision Making Made Easy | Main | links for 2008-12-04 »
Battery Recall FileMaker Calculation -
I’ve come up with a quick FileMaker calculation to determine whether or not a 15” PowerBook battery is affected by the recent recall:

Let([batBegin = Left(Battery Serial;2); batMiddle = GetAsNumber(Middle(Battery Serial;3;3)); batEnd = Right(Battery Serial; 4)]; If((Battery Model = "A1078") or (Battery Model = "A1148"); If((batBegin = "3K") and ((batMiddle ≤ 601) and (batMiddle ≥ 425)); "affected"; If((batBegin = "6N"); If((((BatEnd = "THTA") or (batEnd = "THTB") or (batEnd = "THTC")) and ((batMiddle ≤ 551) and (batMiddle ≥ 530)));"affected";If((batMiddle = 601) and (batEnd = "THTC");"affected";"")); ""))) )

If the battery is affected, this will display “affected” in the field. All you need are two fields: Battery Serial and Battery Model.

Post a comment

(If you haven’t left a comment here before, your comment won’t appear until I approve it. Thanks for waiting, and blame the spammers.)