Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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