Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
dnowebdn
Contributor
Contributor

connection

Test the connection

2 Replies
sunny_talwar

Try this

Table:
LOAD ID, 
     Type, 
     Concat(Jobtype, ' & ') as Jobtype, 
     Concat(Ration, ' & ') as Ration
FROM
[..\..\Downloads\TestFlow.xlsx]
(ooxml, embedded labels, table is Sheet2)
Group By ID, Type;
dnowebdn
Contributor
Contributor
Author

Any help