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: 
Not applicable

Include .txt Only value

Hej

Got this sequence in the script:

tbl_T:

Load

     Today() as Today

Autogerenate(1);

Store * From tbl_T Into TheToday.txt (txt);

Problem is that I only want the txt to contain the value, not the field name.

Any ideas?


Labels (1)
1 Solution

Accepted Solutions
tresB
Champion III
Champion III

Would variable be an option? Like:

Let vToday=Today();

View solution in original post

1 Reply
tresB
Champion III
Champion III

Would variable be an option? Like:

Let vToday=Today();