Genx Posted January 12, 2006 Posted January 12, 2006 ... righto just a small problem / query... i have a table set up with an id and a global store field.. when you execute a script, the id is added to the global... now ive made a self-join relationship between the global field and the id... basically, how do you check if the id is already in the global returning a 0 if its not in the list or 1 if it is..?... lol work around but hey... cheers, genx
comment Posted January 12, 2006 Posted January 12, 2006 Try: Position ( ¶ & list & ¶ ; ¶ & item & ¶ ; 1 ; 1 ) or: not IsEmpty ( FilterValues ( list ; item ) )
Recommended Posts
This topic is 6948 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now