• handkot (10/26/2016)


    I think the answer is 5, can also be considered correct

    or am i wrong?

    You're wrong!

    CONCATENATE concatenates only two string. CONCATENATE(<text1>,<text2>)

    CONCATENATEX concatenates ALL values of a table. See the parameter list:

    CONCATENATEX(<table>,<expression>,[separator])

    That's very simple!

    🙂