Hi guys,
Relatively new with Alteryx Designer.
I'm trying to solve a problem translating a SQL Server query to an Alteryx Workflow and I'm having a issue with a mathematical expression.
SELECT field1,
sum(field2 * field3)/ sum(field4) as Percentage
FROM table
GROUP BY field1
Any ideas how do I translate the second line of this code using in-DB formula tool?
Cheers,