atriumai

Multiple Toggle Selection Binding:6

Sep 1st, 2020 (edited)
1,103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.25 KB | None | 0 0
  1. q = load \"opportunities\";\nq = filter q by 'ForecastCategory' in {{flatten(column(static_1.selection, [\"filter\"])).asString()}};\nq = group q by 'Type';\nq = foreach q generate 'Type' as 'Type', sum('Amount') as 'sum_Amount';\nq = order q by 'Type' asc;
Add Comment
Please, Sign In to add comment