This selection formula takes the parameters and returns the appropriate records. If I enter the parameters as 0, I get all records returned. If I want to have an option to return all records except ones where {?WornOut} = 29, how do I do it?
Anyone got any ideas? Thanks for any help.
(If {?Config} <> 0
Then {VPerformance.Config ID} = {?Config}
Else
If {?Config} = 0
Then True) and
(If {?WornOut} <> 0
Then {VPerformance.RemovalID} = {?WornOut}
Else
If {?WornOut} = 0
Then True)
Anyone got any ideas? Thanks for any help.
(If {?Config} <> 0
Then {VPerformance.Config ID} = {?Config}
Else
If {?Config} = 0
Then True) and
(If {?WornOut} <> 0
Then {VPerformance.RemovalID} = {?WornOut}
Else
If {?WornOut} = 0
Then True)