You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
smth = DATA INTEGER (Item);
first = DATA INTEGER (Category);
firstSmth(Category ct) = GROUP SUM smth(Item i) IF level(category(i), ct) ORDER DESC smth(i) TOP first(ct);
EXTEND FORM items
PROPERTIES (c) first, firstSmth
PROPERTIES (i) smth
;
The text was updated successfully, but these errors were encountered:
Example for GROUP (in MyCompany) :
The text was updated successfully, but these errors were encountered: