Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Concatinating two fields..

Hello,

Which is the best way to concatenate two fields from a same table. For ex. I have two FName and LName in the table of the database MS Access, I want to load it and display it as the FullName field in QV report.

Thanks N Regards..

Ravi

1 Reply
Not applicable
Author


Load FName , LName , FName & ' ' & Lname as FullName
from yourtable


jj