GROUP BY Clause for Complex TCC Projections with Substring/Switch-Case — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

GROUP BY Clause for Complex TCC Projections with Substring/Switch-Case

edited May 4, 2017 3:41PM in Taleo Enterprise 2 comments

Summary

GROUP BY Clause for Complex TCC Projections with Substring/Switch-Case

Content

Hi

I would like to know what is the equivalent SQ-XML for the below SQL statement.

SELECT

SUBSTRING([group], 1, 3) AS [group]

FROM table

GROUP BY

SUBSTRING([group], 1, 3)

I know how to create projections and use groupings in TCC. But there is no documentation available on how to group a projection which has a complex projection like above or with a switch-case statement in it.

Please assist.

 

Kind Regards

 

 

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!