Using nested logical expressions while using a!queryEntity in SAIL

I need to execute nested logical expressions while using a!queryEntity in SAIL for one of the report. I tried many options but getting multiple errors for duplicate Indices or duplicate keywords. Has anyone used nested logical expression and if yes could you please share the sample to refer. The scenario is: I want to do a OR check on two set of data which has AND conditions in their WHERE Clause [(AND) OR (AND)]

OriginalPostID-198510

OriginalPostID-198510

  Discussion posts and replies are publicly visible

Parents
  • @jaishankarj Added to what has been specified above, if you haven't gone through the syntax of a!queryLogicalExpression(), I would like to suggest you to do so by going through the content at https://forum.appian.com/suite/help/16.1/System_Functions.html#a!queryLogicalExpression.28.29, because nesting is nothing but configuring the 'logicalExpressions' argument of a!queryLogicalExpression() with an array of LogicalExpression objects.
Reply
  • @jaishankarj Added to what has been specified above, if you haven't gone through the syntax of a!queryLogicalExpression(), I would like to suggest you to do so by going through the content at https://forum.appian.com/suite/help/16.1/System_Functions.html#a!queryLogicalExpression.28.29, because nesting is nothing but configuring the 'logicalExpressions' argument of a!queryLogicalExpression() with an array of LogicalExpression objects.
Children
No Data