Conditioning Format Question

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

--
If [RacingGear] has any data in it.....................
Seems so easy but i cant work it out............Thanks Bob






..........Jenny Vance
 
Expression is [RacingGear]="IsNotNull"
hmmm not working............Help..Bob
Bob said:
Ooops I knew had nothing was Null ,Man I was close :) Thanks Justin
JustinP said:
IS NOT NULL

--
If [RacingGear] has any data in it.....................
Seems so easy but i cant work it out............Thanks Bob

.........Jenny Vance
 
Funny that it works when I use say Expression is [RacingGear]="Saddle"
and I type is saddle conditioning works but ="Null" & ="IsNotNull" does
nothing
Thanks for any help..........Bob

Bob said:
Expression is [RacingGear]="IsNotNull"
hmmm not working............Help..Bob
Bob said:
Ooops I knew had nothing was Null ,Man I was close :) Thanks Justin
JustinP said:
IS NOT NULL

--
If [RacingGear] has any data in it.....................
Seems so easy but i cant work it out............Thanks Bob

.........Jenny Vance
 
Got Expression is [RacingGear] Is Not Null ******* Not ISNOTNULL
Bob said:
Funny that it works when I use say Expression is [RacingGear]="Saddle"
and I type is saddle conditioning works but ="Null" & ="IsNotNull" does
nothing
Thanks for any help..........Bob

Bob said:
Expression is [RacingGear]="IsNotNull"
hmmm not working............Help..Bob
Bob said:
Ooops I knew had nothing was Null ,Man I was close :) Thanks Justin
IS NOT NULL

--
If [RacingGear] has any data in it.....................
Seems so easy but i cant work it out............Thanks Bob

.........Jenny Vance
 
Bob said:
--
If [RacingGear] has any data in it.....................
Seems so easy but i cant work it out............Thanks Bob






.........Jenny Vance

Try.... Not IsNull([RacingGear])
 
Back
Top