Jan 14, 2003 #1 RunnerDan IS-IT--Management Jul 16, 2002 9 US I am trying to write a selection formula that gathers all the items that are not null, or where there is data in a field, any suggestions?
I am trying to write a selection formula that gathers all the items that are not null, or where there is data in a field, any suggestions?
Jan 14, 2003 #2 mbarron Technical User Aug 3, 2001 1,247 US not(isnull({your.field})) fill get you your non-nulls Mike If you're not part of the solution, you're part of the precipitate. Upvote 0 Downvote
not(isnull({your.field})) fill get you your non-nulls Mike If you're not part of the solution, you're part of the precipitate.
Jan 14, 2003 #3 mbarron Technical User Aug 3, 2001 1,247 US not(isnull({your.field})) will get you your non-nulls Mike If you're not part of the solution, you're part of the precipitate. Upvote 0 Downvote
not(isnull({your.field})) will get you your non-nulls Mike If you're not part of the solution, you're part of the precipitate.
Jan 14, 2003 Thread starter #4 RunnerDan IS-IT--Management Jul 16, 2002 9 US Thanks so much, works great, see what happens when you have a manager trying to do the work of a programmer! Upvote 0 Downvote
Thanks so much, works great, see what happens when you have a manager trying to do the work of a programmer!