Create a function to copy already built lines of criteria code in the query to speed up building similar groups with multiple filter variations. .

For example, lets say basic idea of the query would be the

(Gift Amount equals A
And date range equals A)

(Gift Amount equals A
And date range equals B)

Instead of re-selecting each section or merging several queries, we could just copy (Gift Amount equals A) again and modify within the same query.

  • Guest
  • Mar 12 2019
  • Attach files