Is it possible to use query aggregation with content returned from a query rule?

Is it possible to use query aggregation with content returned from a query rule against an entity instead of a record type? Thanks James

OriginalPostID-148827

OriginalPostID-148827

  Discussion posts and replies are publicly visible

Parents
  • You can create a stored proc and execute it in appian by using execute stored proc smart service and get all the result set. Stored proc is meant to handle complex aggregation of data and lot of things. I created stored proc for one of my use case which had complex query selection and aggregation and i am happy with performance of smart service as well.
Reply
  • You can create a stored proc and execute it in appian by using execute stored proc smart service and get all the result set. Stored proc is meant to handle complex aggregation of data and lot of things. I created stored proc for one of my use case which had complex query selection and aggregation and i am happy with performance of smart service as well.
Children
No Data