Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Braxton
104
Views
2
Comments
[Logs Management] Error in Advanced Query
Question
Forge
Logs Management (O11)
Forge asset by
Alfaro
Running on MS SQL on Win 2k8 IIS7 Outsystems Version 9.1.0.20.
Error in advanced query GetLogTableTypeColors in Preparation in Dashboard in MainFlow in LogsManagement (SELECT {LogTableType}.[Label], CONCAT('{color: ''', CONCAT({LogTableType}.[Color], '''}')) FROM {LogTableType} ORDER BY {LogTableType}.[Order]): 'CONCAT' is not a recognized built-in function name.
This is a clean fresh install of Logs Management...
Alfaro
MVP
Hello,
Can you tell me the version of your MS SQL Server?
As far as I can tell, the
CONCAT
function is built-in -
CONCAT (Transact-SQL)
.
Thank you.
C. Alfaro
Nuno Reis
MVP
Concat wasn't built in in SQL Server until recently. 2012 mybe.
You can always concatenate with the plus sign.
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...