Hi, I have a customers list and page URL - i want to create a custom group by recipe where it counts the number of times a customer hit certain pages i.e. where pageurl like '%order%' Having issues cr…
Hello friends, I'm trying to group the dataset as shown below, but I'm not getting it. I think it's possible to use a custom key, but I don't know which SQL Expression to use. Has anyone ever had to d…
Is it possible to use the "Custom aggregations" tab in the Group recipe when using the DSS recipe engine or does the engine need to be "in-database" for that tab to be useful? I've tried using it but …
If I have data like this: A 1 B 2 A 2 B 3 I want to create a third column that would produce either sum, min, max, avg over first column. Example for max: A 1 2 B 2 3 A 2 2 B 3 3 How can I do it in DS…