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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Loading part of data in LOAD-script

Hello,

I have some data in one tabel that i load from excel looks like:

bat-12345-sat

ch-1254-gat

12-sat-dat

I need to load everything before the first "-". Every row is one field.

Every row is in one field.

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

see

subfield(YourField, '-' ,1 )

Good luck!

Rainer

View solution in original post

1 Reply
Not applicable
Author

Hi,

see

subfield(YourField, '-' ,1 )

Good luck!

Rainer