-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Syntax ColoringItems related to Syntax ColoringItems related to Syntax ColoringbugSomething isn't workingSomething isn't working
Description
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>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Syntax ColoringItems related to Syntax ColoringItems related to Syntax ColoringbugSomething isn't workingSomething isn't working