Module to Module Import

I am building a module to module import, loading data from one module to another. However to make sure my import run optimally. I want to filter the data (essentially a boolean line item) to control # of rows.

My Modules has 5 dimension, so not possible to nest them all in the rows. I have added filter but when I run the import, 0 rows are processed. I do see data on the UX.

Any ideas on how to make it work?

AnaplanEXP01FIlterview.png
Tagged:

Comments

  • Another behavior I observed, when we select Current page as context on the filter. Looks like it is a static filter when the import is run. It just takes the current values and generate view vs being dynamically for all pages.


    Is this is how it suppose to work?