Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi friend's this is subbu i have question please tell me any one
i have one table,
in table has employee last and employee first names fields so i want it will display one Employee name(first name+last name) field in qlikview application .
so please tell me any one
add below in your script..
[first name] & ' ' & [last name] as [Employee Name]
Hi,
Try like this
Load
EmpID,
FirstName,
LastName,
FirstName&LastName as FullName,
from Table;
regards
ASHFAQ
Hi,
Try this is in Script.
Load
[First Name],
[Last Name],
[First Name]&' '&[Last Name] as [Employee Name]
.
.
.
.
From
YourTablename;
Thanks,
Muni
thq u sir
tnq u sir
tnq u sir
Hi,
Please close the thread by selecting appropriate answers.
I have seen you are not closing threads.
There are many threads that you didn't closed earlier too.
regards
ASHFAQ