cancel
Showing results for 
Search instead for 
Did you mean: 

Syntax for a Formula in VC 7.0

Former Member
0 Kudos

Hi

Could you please help me with the Syntax for the formula for a

Field Default value.

In VC 7.0 for my model i created a Global List for Products.

In the Variables form i had a Combo Box

Now my requirment is to include a Formula for Default Value from the entry list

Could you please update me with the syntax i can use

The Default Value i need is (Product1 and Product 2 ) from the created Global product list

I am trying from Entry list

'Product1' ; 'Product2'

It is showing syntax error

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

You have to use the following expression "Product1;Product2" (Expression which you said is wrong). You have to enter 'Technical Name' for product 1 & 2 in that expression. Also make sure the variable which you are using for this combo box, accepts multiple values. The variable should be of 'Interval' or 'Multiple single options' type.

If still you are getting error, then tell the exact error message you are getting.

Regards

Sandeep

Former Member
0 Kudos

Thanks for the update

where can i make this setteing or how to check

which you are using for this combo box, accepts multiple values. The variable should be of 'Interval' or 'Multiple single options' type.

Former Member
0 Kudos

Hi

Right click on the 'Combo Box' you will get Properties. In the Combo Box Properties -> General -> Default Value (Last Field in the 'General tab'). There you have to specify the values.

Regards

Sandeep

Answers (0)