Question
3
Replies
1409
Views
Stratosphere Technical Consulting
Posted: October 18, 2016
Last activity: November 2, 2016
Closed
Solved
Group By and Proposition Properties
I use a group by component with Interaction History to get a count of a specific outcome by propositon, grouping by pyname. while the count gets computed correctly , values are not populated for properties such as pyName. How do I access the value for pyName after the group by? It is blank along with other properties after the aggregating.
Hello Bellerophon,
If you group by .pyName, then .pyName should be part of the results. In addition the results contain the property that you map the aggregations to as well as any of the other properties (depending on how you chose to get them from the groups, e.g. the first one).
Which version are you on? And does your strategy look like this, with an explicit IH import?
Thanks
Otto