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

How can I convert talbe in qv script?

Hi, I want to conert table 1 to 2 in qv script? can this be done in qv?

table1

ARED|BLUE|GREEN


table2

ARED
ABLUE
AGREEN


1 Solution

Accepted Solutions
Not applicable
Author

I get the function . Thanks!

MyTab:
Load MeetingID, Start, Stop,
subfield(Participants, ';') as People
from Tab1.csv;

View solution in original post

1 Reply
Not applicable
Author

I get the function . Thanks!

MyTab:
Load MeetingID, Start, Stop,
subfield(Participants, ';') as People
from Tab1.csv;