cancel
Showing results for 
Search instead for 
Did you mean: 

Calculated attribute: Concatenated String not possible ?

former_member560074
Participant
0 Kudos

Hi,

whats the syntax to make a concatenated String view in a calculated attribute of an analytical view ?

For Example in metasyntax:

<CONST> = 'EDF'

CHANNEL_DESCRIPTION = 'Internet'

<CONST> || CHANNEL_DESCRIPTION = 'EDF Internet'

Is this possible ?

How ?

ThanXs

Martin

Accepted Solutions (1)

Accepted Solutions (1)

hai_murali_here
Advisor
Advisor
0 Kudos

Hi,

You can use the "+" operator to concat two strings.This will call the CONCAT function of NewDB Engine to concatenate the strings.

(String1 + String2 in a Calc Attribute)

Rgds,

Murali

Answers (0)