Jump to content

This topic is 7783 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

GetField( "Field" & GetField( "Field4" ) )

Even I am impressed that it works. grin.gif

Posted

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

Posted

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

Posted

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

Posted

Yes, it's in 5.5 My attachment works, but yours doesn't. Maybe try attaching it again?

Posted

Choose( Field4 - 1, Field1, Field2, Field3 ), since zero is the first condition result.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.