Skip to main content
IMPLEMENTED

Supporting STRING_AGG in aggregations

Related products:TimeXtender Data Integration
  • March 30, 2023
  • 4 replies
  • 41 views

rogier.helmus
Problem Solver
Forum|alt.badge.img+1

I would like to have the option to aggregate strings in the TimeXtender Aggregate functionality as can be done in SQL via a STRING_AGG() function. I’m currently doing this with views.

4 replies

hugo.winkelhorst
Participant
Forum|alt.badge.img+1

Hi Rogier,

 

This is already supported as long as the SQL on the VM where TX is running is on is in a version which is supporting this function. I'm already using this function at a few clients.

 

Kind regards,

 

Hugo


Christian Hauggaard
Community Manager
Forum|alt.badge.img+5

Hi @rogier.helmus 

We have implemented this feature in:

 


Christian Hauggaard
Community Manager
Forum|alt.badge.img+5
SUBMITTEDIMPLEMENTED

rogier.helmus
Problem Solver
Forum|alt.badge.img+1
  • Author
  • Problem Solver
  • September 24, 2024

Thanks! @Christian Hauggaard