How to give an alias to an aggregation on a column?
Hi all, I am using the Domo Api, and I need to group by the request on the sum of a column, just like below: stringQuery= '/data/v1/dataSetAlias?fields=alias1,alias2&sum=alias3' + '&groupby=alias1,alias2,"sum=alias3" + '&orderby="sum=alias3" descending'; domo.get(stringQuery) ... For now, i dont know a way to give an alias…