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: 
AmCh
Creator
Creator

conditional import

Hi all,

given the following xls. table as an example:

xabcd
12152
2345 
3571 
18375
2265 
10938
2281 
3555 
4726 

 

1. I want to import the fields a,b,c separately according to the values of the field x:

Always import separately from X=1 to the next X=1 (excluded).

As an example:

a
2
3
5

 

a
8
2

 

a
0
2
5
7

same for b and c.

2. For d I only want to import single values that correspond to X=1.

//FROM [alpha] (ooxml, embedded labels, header is 1 lines, table is beta)

Any help please?
Thanks in advance

Labels (3)
11 Replies
QFabian
MVP
MVP

😊

Greetings!! Fabián Quezada (QFabian)
did it work for you? give like and mark the solution as accepted.
AmCh
Creator
Creator
Author

Nice, it works!
Thank you for your help.