Jump to content

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

Recommended Posts

Posted

I have Text textfield where i want to put any formula and get the valuue of this expression. Can i do it? In the formula i want to use any global fileds.

Posted

I have Text textfield where i want to put any formula and get the valuue of this expression. Can i do it? In the formula i want to use any global fileds.

Posted

I have Text textfield where i want to put any formula and get the valuue of this expression. Can i do it? In the formula i want to use any global fileds.

Posted

The helpfile of v7 says:

Examples

Evaluate(TextField) returns 4 when TextField contains 2 + 2.

Evaluate("textfield") returns 2 + 2 when textfield contains 2 + 2.

Evaluate(GetField("textfield")) returns 4 when textfield contains 2 + 2.

Evaluate(TextField;[Amount]) returns .80 when TextField contains .08 * Amount and the Amount field contains 10.00.

...

Posted

The helpfile of v7 says:

Examples

Evaluate(TextField) returns 4 when TextField contains 2 + 2.

Evaluate("textfield") returns 2 + 2 when textfield contains 2 + 2.

Evaluate(GetField("textfield")) returns 4 when textfield contains 2 + 2.

Evaluate(TextField;[Amount]) returns .80 when TextField contains .08 * Amount and the Amount field contains 10.00.

...

Posted

The helpfile of v7 says:

Examples

Evaluate(TextField) returns 4 when TextField contains 2 + 2.

Evaluate("textfield") returns 2 + 2 when textfield contains 2 + 2.

Evaluate(GetField("textfield")) returns 4 when textfield contains 2 + 2.

Evaluate(TextField;[Amount]) returns .80 when TextField contains .08 * Amount and the Amount field contains 10.00.

...

Posted

There has been some great discussion on this topic, do a search on "Evaluate" going back about four months. I've seen some incredible examples!!

Posted

There has been some great discussion on this topic, do a search on "Evaluate" going back about four months. I've seen some incredible examples!!

Posted

There has been some great discussion on this topic, do a search on "Evaluate" going back about four months. I've seen some incredible examples!!

This topic is 7288 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.