RET Posted October 10, 2003 Posted October 10, 2003 Ok I need a little help to figure out how I would set this calc
Lee Smith Posted October 10, 2003 Posted October 10, 2003 Hi Ret, Here is a simple file for you to look at. Lee
RET Posted October 10, 2003 Author Posted October 10, 2003 Somthing seem to be wrong with the server, I was unalbe to review your attachment. RET
-Queue- Posted October 10, 2003 Posted October 10, 2003 GetField( "Field" & GetField( "Field4" ) ) Even I am impressed that it works.
-Queue- Posted October 10, 2003 Posted October 10, 2003 GetField( "name" ) pulls the contents from the field specified in name. So GetField("Field4") retrieves whatever number is in Field4. Then you concatentate "Field" and this number to produce Field1, Field2, or Field3, depending upon what number was in Field4. Then you use GetField() again to retrieve the value from this resulting field. See attachment for example. Calc.zip
Lee Smith Posted October 10, 2003 Posted October 10, 2003 Hi Queue, Isn't Get Field a new feature found in Version 6 only? I have version 5.x, and it isn't there, not sure of as I didn't upgrade to 5.5. Lee
Lee Smith Posted October 10, 2003 Posted October 10, 2003 Hi Rit, You are correct, there is something wrong with the server. I can send it to you direct if you want, just let me know what address. Lee
-Queue- Posted October 10, 2003 Posted October 10, 2003 Yes, it's in 5.5 My attachment works, but yours doesn't. Maybe try attaching it again?
BobWeaver Posted October 10, 2003 Posted October 10, 2003 Or simply: Field5 = Choose(Field4,Field1,Field2,Field3)
-Queue- Posted October 10, 2003 Posted October 10, 2003 Choose( Field4 - 1, Field1, Field2, Field3 ), since zero is the first condition result.
Lee Smith Posted October 12, 2003 Posted October 12, 2003 I was able to finally get the file to upload. Click Here It is the enclosure in my 2nd to last posts. Lee
Recommended Posts
This topic is 7783 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