B
Reaction score
0

Profile posts Latest activity Postings About

  • Hi All,

    Can you please guide me how to concatenate two fields in a collection.
    EX :
    I have a Employee collection with two fields.
    column A. F Name
    column B. S Name

    I want results in
    column C : F Name S Name.

    Thanks !!!
    A
    Amarender
    Hi Birabrata

    If no space required in between them, then in Calc Stage use this function [F Name]&[S Name]
    If Space required in between them, then in Calc stage use this function [F Name] &" "& [S Name]
  • Loading…
  • Loading…
  • Loading…
Top