Registered User Joined: 9/12/2008 Posts: 9
|
I cannot get a PCF to work in TC 2000 I receive an error mesaage indicating that I have a missing argument by a + sign. Here is the PCF:
((O + H +L +C) /4 + (XAVG03 + XAVGH3 + XAVGL3 + XAVGC3) / 4 + (H + (XAVGO3 + XAVGH3 + XAVGHL3 + XAVGC3) / 4 + ABS(H -(XAVG03 + XAVGH3 +XAVGL3 +XAVGC3) /4 )) / 2 +(L +(XAVG03 +XAVGH3 +XAVGL3 + XAVGC3) /4 - ABS(L - (XAVG03 +XAVGH3 + XAVGL3 +XAVGC3) / 4)) / 2) /4 >=(XAVG03 +XAVGH3 +XAVGL3 +XAVGC3) / 4
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following instead (it fixes some spaces, replaces every instance of the number 0 with the letter O and replaces one instance of XAVGHL3 with XAVGH3):
((O + H + L + C) / 4 + (XAVGO3 + XAVGH3 + XAVGL3 + XAVGC3) / 4 + (H + (XAVGO3 + XAVGH3 + XAVGL3 + XAVGC3) / 4 + ABS(H - (XAVGO3 + XAVGH3 + XAVGL3 + XAVGC3) / 4)) / 2 + (L + (XAVGO3 + XAVGH3 + XAVGL3 + XAVGC3) / 4 - ABS(L - (XAVGO3 + XAVGH3 + XAVGL3 + XAVGC3) / 4)) / 2) / 4 >= (XAVGO3 + XAVGH3 + XAVGL3 + XAVGC3) / 4
You can't right-click and select paste, but you can paste into TC2000 version 12 using ctrl-v.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|