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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How applymap to a concatenated table in script?

I have concatenated about a dozen files into a table called "data" in my script.

I want to apply a map to the total concatenated table without having to applymap to each individual table. Is there a way to do this?

Thanks in advance.

1 Solution

Accepted Solutions
Not applicable
Author

After concatenated table.......use load resident with aply map!!!!

View solution in original post

2 Replies
Not applicable
Author

After concatenated table.......use load resident with aply map!!!!

Not applicable
Author

Thanks.....