We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ATR-559
The BQL Use and @p constructs are not supported by Acuminator coloring. Use is a static class which can be used as following
SelectFrom<Document>. InnerJoin<Detail>.On< Use<Document.documentID>.AsString.IsEqual<Detail.documentID>. And<Use<Document.docType>.AsInt.IsEqual<Detail.docType>>. And<Use<Detail.completed>.AsBool.IsEqual<False>>>. Where<Use<Document.date>.AsDateTime.IsLessEqual<AccessInfo.businessDate>>. AggregateTo<Count, GroupBy<Document.docType>, GroupBy<Document.documentID>, Sum<Detail.cost>>. OrderBy<Detail.qty.Desc, Document.date.Asc>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ATR-559
The BQL Use and @p constructs are not supported by Acuminator coloring. Use is a static class which can be used as following
The text was updated successfully, but these errors were encountered: