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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
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