Using Dataiku
Sort by:
21 - 30 of
5.2k
21 - 30 of
5.2k3
Hi @cretois,
I believe @Turribeach is correct in that what you're asking would be result in invalid SQL.
You can accomplish what you want by using the Group recipe followed by a Join recipe.
1. Use Group to get your aggregations (from your pseudo code, group by "Column1" and calculate max of "Column2")
2. Use Join to combine your aggregations with your non-aggregated columns from the original dataset (join on "Column1" and include "Column2_max" & "Column3")
This website uses cookies. By clicking OK, you consent to the use of cookies. Read our cookie policy.
AcceptReject