Good morning everyone. I need to build a module export with some specific requirements: users can select a currency type (USD/Local), Salary Type (1 or 2), Nomina Type (1 or 2), and Version (Forecast, TS, Plan).
Currently, each of these filters is driven by an independent system module published in the NUX, each dimensioned by its corresponding list (Currency List, Salary Type List, Nomina Type List, and Version List).
The issue is that when the export runs, it pulls everything into Excel — ignoring the user's selections entirely. For example, if the user selected "Forecast," all three versions are exported anyway.
Has anyone built a user-filtered export like this? How did you handle it?