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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
priyarane
Specialist
Specialist

Creatin Column

Hi Experts,

How to create a new column with 2 Fieds like below.

Tab:

Name,

Dept

From

C:Tab\Tab.qvd;

I want the new column needs to add with 2 fields

Like -

RegApproach(New Column)

US

PRA

I tried like below

Tab:

Name,

Dept,

'US' as RegApproach

From

C:Tab\Tab.qvd;

But I can't add PRA field

Labels (1)
22 Replies
Not applicable

you can use by using space or comma between two value... like

'US, PRA' AS ....

priyarane
Specialist
Specialist
Author

It will come like

Column_ Name

US, PRA

I want like

Coulum_Name

US

PRA

Not applicable

TRY THIS

'Text1'&Chr(10)&'Text2' as new,