Skip to main content
Nintex Community Menu Bar

Grouping In Line Rules

  • August 7, 2009
  • 1 reply
  • 7 views

Forum|alt.badge.img+1

Hi All,


 I would like to know the exact syntax for performing grouping of conditions within the line rules


 The following is what i am working with a boolean variable (IS_APPROVED) and a string (FLOW_ID)


IS_APPROVED = True 


AND


( FLOW_ID = DEACTIVATE


OR


FLOW_ID = RE_ACTIVATE )


I am greateful for your help


 


Thanks and Regards,


Aakanksh

1 reply

Forum|alt.badge.img+9
  • Nintex Partner
  • August 7, 2009

What you should be able to do is to create the three seperate clauses in the line rule editor:


1.  IS_APPROVED = True


2.  And FLOW_ID = DEACTIVATE


3.  Or FLOW_ID = RE_ACTIVATE


Then in the line rule dialog, select the 'Or' line and then click 'Indent Right' button above the list box.  Then end result should look like (notice the 'Or' group has been moved over to the right, as compared to the first clause):


 


15315i21F57E27CAAD5596.jpg