Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Patrizia
Contributor II
Contributor II

Partial Reload and ApplyMap

Hi Everyone!

I'm approaching Partial Reload for the first time.. my goal is simple, I would to use it to save some time while developing huge dashboards and reload only what I need.

For some reason a LOAD statement with no Replace/Add keyword using an ApplyMap will always be invoked (tested?) and it they will throw "ApplyMap error: map_id not found" error since the Mapping are actually not present.

Looks like that I've to always load all the Mapping used by all LOAD statements even if those LOAD statement should not be invoked during a Partial Reload i.e. not preceded by Replace/Add keyword.

Hope this make sense, am i doing something wrong?

 

Any advice are welcome ! 🙂

Thanks!

Labels (4)
1 Reply
Marcos_rv
Creator II
Creator II

try this:
if IsPartialReload() then
***** aqui declaras los mappings
y las tablas
*****
endif;

regards!!!