Create!Form Designer 3.2.

Metz

Member
In Condition Builder I can't seem to add the 'Group' around my statement at all. It's always dithered/greyed out. Does anyone have any ideas?
Here's my logic. Where I need the 'group' is indicated by parenthesis.
(Status < 280
and Order Type = 'OS')
OR
(Status < 214
and Order Type = 'OB')
Thanks!
 
After you get the first part of the condition built: Status < "280"
Then click on the very end of the line (after the last quote)
You will then be able to choose AND or OR

Repeat the process until the entire condition is built.

Mark
 
Thanks Mark but I'm able to create the entire condition, I just can't seem to add the parens. where I need them. The icon for the 'group' function (after the 'A') stays dithered out.
 
Have you tested the condition without the Group?

I've created many conditions similar to what your doing without the Group and they work fine.

Its pretty rare Group is required . . . but if you need to use it:

Create the first half of the condition:

Status < 280
and Order Type = 'OS'

Then simply scroll across the entire condition and the Group Icon will be available.
OR
click in front of the S in status, hold down the shift key, use your right arrow key to scroll through
entire expression, the Group Icon will then be available.

Mark
 
Back
Top