Skip to main content
January 5, 2023
Question

columns combine

  • January 5, 2023
  • 5 replies
  • 0 views

Hii All,

I am working on Audit log using CDT comparsion plugin and tha data comes in grid like that:

Now I want to combine fieldname column and previous value column like that:

Province : NL

Thanks 

    5 replies

    harshitb6843
    January 5, 2023

    concat(fv!row.fieldName," : ",fv!row.previousValue)

    January 6, 2023

    Hii Harshit,

    The above concat function is not working fine.Its gives the output like:

    but I want like that:

    status: In progess

    date_completed:2023-01-03

    comments:xyz

    peter.lewis
    Employee
    January 6, 2023

    I think you'll need to post some of your code so we can see what you're doing here and provide suggestions.