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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

applymap

Hi,

I have created a map in script. Is there any way to access it in macro?

6 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

No, mapping tables are discarded at the end of the reload.


talk is cheap, supply exceeds demand
Not applicable
Author

Oh!

I want to use three tables and then get mapping of a column in first table to a column in third column. Is there any way to do this  in macro?

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Please explain what you're trying to do. Post examples of the tables and what the result should be.


talk is cheap, supply exceeds demand
Not applicable
Author

Basically I want to map columns in multiple tables based on primary key.

I want it to be done in macro because mapping is required in a chart and chart is being configured in a macro.

sujeetsingh
Master III
Master III

It seems that you should go to some other option .Well that really seems complex .

Not applicable
Author

I saw something similar here

How to get data from database using macro and present in table box?

Only thing is I'm not getting how they are establishing database connection.