Hello, I have a problem using aggregate function in ACS.
When I add an additionnal data wich is based on the SUM() function in a simple query activity, I get a PostgreSQL Error : column "n1.irecipientid" must appear in the GROUP BY clause or be used in an aggregate function.
I can't do any aggregate, could you help me please.
Thanks
Solved! Go to Solution.
Thanks for sharing the screenshots! Here are my comments:
Views
Replies
Total Likes
did you select group by enabled in the output cololums as well as enable the following options under advanced parameters.
Views
Replies
Total Likes
Hello,
I dont have such options, I working on Adobe Campaign Standard (ACS) and the only option avaliable is to remove duplicate rows :
(The screenshot is from a french version)
Views
Replies
Total Likes
Post the query which you are trying
Views
Replies
Total Likes
Hello,
The query in on profiles for example, see below.
- Profile : Has children = Yes
And in additionnal Data :
- Average(age)
This cause an error in the query :
I hope my post is detailed enough.
Thanks in advance
Views
Replies
Total Likes
Can you please share the Screenshot of your Properties & General tab. It may occur if your targeting dimension is not Profile.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Thanks for sharing the screenshots! Here are my comments:
Views
Replies
Total Likes
Salut Pierre-Yves,
Pour un besoin similaire, j'ai configuré la même Query que toi. ça semble logique, mais j'ai pris le temps de comprendre pourquoi ça ne fonctionne pas, avant de trouver une solution de contournement que je partage volontiers en anglais :
The aggregate functions don't work with simple fields, only with collections :
The average profile age can be calculated by creating a Profile collection using Additional data in the main query and the Enrichment activity :
Confirm all and run workflow. The field Avg(Age) should be added to Profile Collection.
I've been coming back to this post many times but it hasn't been before now that I really understood and could make us of that solution. In my use case I wanted to aggregate and SUM on a specific contactID so I used that as the "GROUP BY" in the enrichment activity followed by a dedup activity.
Views
Replies
Total Likes
OK Thanks to both of you for your answers.
asish kumarp59945245 : I'll find a way to perform the calculation I need without using the agregate functions on the advanced expression editor then.
anasso21228396 : I could effectively use the collections to perform agregate calculations (but i'll have to adapt my workflow before)
Views
Replies
Total Likes
Hi,
You can perform aggregate in Query, as shown below:
Add Group by line and you will be able to execute query without error.
Thanks.