Sep 27
The Chalet Inn [FMPro] Request Help with Case Logical Function
Sep 27, 2016; 20:13
The Chalet Inn
[FMPro] Request Help with Case Logical Function
Using FMP 12 created a Case Logical Function to determine County Sales Tax based on when guest arrived/arrives and departed/departs. Tried two versions:
Case(ARR < Date ( 10 ; 1 ; 2008 ) ; Actual Rm Tot * .025 ; ARR ? Date ( 10 ; 1 ; 2008 ) and DPT < Date ( 10 ; 1 ; 2009 ) ; Actual Rm Tot * .0225 ; (ARR ? Date ( 10 ; 1 ; 2009 ) and DPT < Date ( 10 ; 1 ; 2016) ; Actual Rm Tot * .02; ARR ? Date ( 10 ; 1 ; 2016 ); Actual Rm Tot * .0225 )
Case(ARR < Date ( 10 ; 1 ; 2008 ) ; Actual Rm Tot * .025 ; (ARR ? Date ( 10 ; 1 ; 2008 ) and DPT ? Date ( 9 ; 30 ; 2009 )) ; Actual Rm Tot * .0225 ; (ARR ? Date ( 10 ; 1 ; 2009 ) and DPT ? Date ( 9 ; 30 ; 2016)) ; Actual Rm Tot * .02; ARR ? Date ( 10 ; 1 ; 2016 ); Actual Rm Tot * .0225 )
works well with exception returns no results for either:
- an arrival in Sep 2009 with a departure in Oct 2009
and
- an arrival in Sep 2016 with a departure in Oct 2016
What am I missing?
George Ware
Innkeeper
The Chalet Inn , Inc Visit us Online at: http://www.ChaletInn.com
285 Lone Oak Drive and http://www.ChaletSuites.com
Whittier, NC 28789 and http://www.ChaletStube.com
mailto: ParadiseFound@ChaletInn.com
(828) 586-0251 / (800) 789-8024
GPS: 35 23'23.21"N 83 18'55.62"W
#############################################################
This message is sent to you because you are subscribed to
the mailing list FMPro
FMPro@lists.lassosoft.com
To unsubscribe, E-mail to: <FMPro-unsubscribe@lists.lassosoft.com>
Send administrative queries to <FMPro-request@lists.lassosoft.com>
Sep 27
Mark Geerdes Re: [FMPro] Request Help with Case Logical Function
Sep 27, 2016; 19:25
Mark Geerdes
Re: [FMPro] Request Help with Case Logical Function
Sep 27
Jason DeLooze Re: [FMPro] Request Help with Case Logical Function
Sep 27, 2016; 20:53
Jason DeLooze
Re: [FMPro] Request Help with Case Logical Function
Sep 27
Drew Tenenholz Re: [FMPro] Request Help with Case Logical Function
Sep 27, 2016; 21:10
Drew Tenenholz
Re: [FMPro] Request Help with Case Logical Function
Sep 28
Geoff Graham Re: [FMPro] Request Help with Case Logical Function
Sep 28, 2016; 01:29
Geoff Graham
Re: [FMPro] Request Help with Case Logical Function
Sep 27
Drew Tenenholz Re: [FMPro] Request Help with Case Logical Function
Sep 27, 2016; 22:28
Drew Tenenholz
Re: [FMPro] Request Help with Case Logical Function
Oct 03
The Chalet Inn Re: [FMPro] Request Help with Case Logical Function
Oct 03, 2016; 20:38
The Chalet Inn
Re: [FMPro] Request Help with Case Logical Function
Oct 04
Geoff Graham Re: [FMPro] Request Help with Case Logical Function
Oct 04, 2016; 10:58
Geoff Graham
Re: [FMPro] Request Help with Case Logical Function
Oct 11
Jules Coco Re: [FMPro] Request Help with Case Logical Function
Oct 11, 2016; 14:22
Jules Coco
Re: [FMPro] Request Help with Case Logical Function