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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
gidon500
Creator II
Creator II

set variable with hexdeximal value

Hi guy

I am creating an table to export to txt file .

I need to add at the end of each line  CR LF , which are  0D hex   and 0A

How do I create a variable with those  values

thanks

gidon

1 Solution

Accepted Solutions
m_woolf
Master II
Master II

When you export a table to a text file, it automatically appends a CR and LF at the end of each record.

View solution in original post

2 Replies
m_woolf
Master II
Master II

When you export a table to a text file, it automatically appends a CR and LF at the end of each record.

gidon500
Creator II
Creator II
Author

thanks m w

gidon