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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
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