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: 
jsingh71
Partner - Specialist
Partner - Specialist

Need help for Inserting value

Hi,

I have one column (ID) in this column I want to insert (ABC123).

how to write script to insert this??

1 Solution

Accepted Solutions
IAMDV
Master II
Master II

LOAD

     'ABC123' AS ID

......

     ........

If this is not what you need then please explain in detail.

Also recommend reading this post :

http://community.qlik.com/docs/DOC-3098#comment-4778

Cheers,

DV

www.QlikShare.com

View solution in original post

2 Replies
IAMDV
Master II
Master II

LOAD

     'ABC123' AS ID

......

     ........

If this is not what you need then please explain in detail.

Also recommend reading this post :

http://community.qlik.com/docs/DOC-3098#comment-4778

Cheers,

DV

www.QlikShare.com

jsingh71
Partner - Specialist
Partner - Specialist
Author

Thanx deepak