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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Multiple Fields in Excel Sheet Columns (Attachment)

Dealing with some tricky excel sheets.. As seen in the attachment, there are 2-3 rows of headers in each column. Notice also that there can be 3 lines given for style number - and I need to collect and concatenate them.

If I was able to get the full style number in the right place, I could probably do something like:

      if(mod(RowNo(),3) +1 = 3, <Field>)

to see the remainder /3...

Regardless, I am stumped.. Any help would be much appreciated.

0 Replies