snatkins Posted May 6, 2005 Posted May 6, 2005 I have a calculation that has some sort of problem - perhaps I have not set it up right. I have a value list of Address Type (Museum, Gallery, Studio, etc...). If the type is Museum - I want the calculation result to be "Collection" and if it is Gallery - I want it to be "Inventory" and if it is any of the others I don't want it to say anything. Can Anyone tell me what is wrong with the following (and also how to have the default result = " " (nothing). For some reason, when I try to create it, it says that it cannot define the field (highlight the " { " right in front of the second "Address Type" Case ( Address Type = "Museum"; "COLLECTION" {; Address Type = "Gallery" ; "INVENTORY"; } ) Thanks! Help me please!!! Sarah
snatkins Posted May 6, 2005 Author Posted May 6, 2005 I just fixed it myself! Yeah! if anyone was wondering: Case ( Address Type = "Museum"; "COLLECTION" ; Address Type = "Gallery" ; "INVENTORY"; ) Thanks anyway - sarah
Recommended Posts
This topic is 7232 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