Skip to content

Instantly share code, notes, and snippets.

@lekker-solutions
Created May 19, 2022 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lekker-solutions/36524f61e4dc38635c1e17425be25d8a to your computer and use it in GitHub Desktop.
Save lekker-solutions/36524f61e4dc38635c1e17425be25d8a to your computer and use it in GitHub Desktop.
Fancy FBQL Features
// IsIn<>
Where<GLTran.module.IsIn<BatchModule.moduleGL, BatchModule.moduleAR> // moduleGl, ModuleAR are string constants
// IsInSubSelect<>
Where<GLTran.accountID.
IsInSubselect<SelectFrom<ARTranPost>
.Where<ARTranPost.tranType.IsEqual<GLTran.tranType>
.And<ARTranPost.tranRefNbr.IsEqual<GLTran.refNbr>>>
.SearchFor<ARTranPost.accountID>>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment