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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Collect two fields

How can I make one textfield from two different fields?

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

a new line in your script:

Load

Field1 &'/' &Field2 as NewField,

and so on ...

Good luck!

Rainer

View solution in original post

3 Replies
Not applicable
Author

Hi,

a new line in your script:

Load

Field1 &'/' &Field2 as NewField,

and so on ...

Good luck!

Rainer

Not applicable
Author

Thank you.

Could you also ask me how I can make a date field with this infomations:

Year

Month

Day

This are tree different field.

Not applicable
Author

Yes,

see the example and QlikView help for more information.

Rainer