system
December 7, 2009, 9:22pm
#1
I have a variable that works fine like this:
PendCount=0+Count( , <Param List ID(Personnel Monitoring Data)>) Where (= βYβ)
however when I change the criteria after the where clause to
<> βYβ I get a syntax error.
why do I get an error when I change β=β to β<>β?
I only want it to count when the FinalReleaseFlag is NOT equal to Y
any help would be appreciated
vendus (BOB member since 2009-10-09)
system
December 7, 2009, 11:08pm
#2
Try this:
PendCount=0+Count(<Sample ID> , <Param List ID(Personnel Monitoring Data)>) Where (Not(<Finalreleaseflag>)= "Y")
I am however picking that this is not the full formula, if this doesnβt work, it might pay to paste the entire formula.
plessiusa (BOB member since 2004-03-22)
system
December 7, 2009, 11:15pm
#3
thanks for the suggestion, but I still get a Syntax Error (DMB0007) when I try it with βNotβ
vendus (BOB member since 2009-10-09)
system
December 8, 2009, 3:27am
#4
Do you want to paste your entire variable so that I can have a better look.
Thanks,
plessiusa (BOB member since 2004-03-22)
system
December 8, 2009, 5:13am
#5
The where clause can only work with = and a constant value. If you need something more flexible, please see this entry in the FAQ . Thanks.
Dave Rathbun (BOB member since 2002-06-06)
system
December 10, 2009, 12:05am
#6
Thanks Dave.
I am fairly new at Desktop Int. this restriction on the where clause seems so retarded (for lack of better term)
thanks again!
vendus (BOB member since 2009-10-09)
system
December 10, 2009, 12:41am
#7
This is only one of the little quirks that you will experience with the tool. Regardless, it is still very good at what it does so long as you work within its limits.
plessiusa (BOB member since 2004-03-22)