Hi,
I am trying to create a process for export on a dashboard, facing few challenges in the data.
1. I created a saved view in a module where time is a dimension (time in Months)
2. Build an export action to run the export where Time is a selector and saved that export action and created a process from that and published to the dashboard
3. End user will be extracting Monthly data from that dashboard through the process. User will select the month from the selector on dashboard and accordingly the data will be refreshed, and if all looks good, user will run the process and have the data in excel.
Challenge:
When I created the export action from the saved view, lets say the time was selected as Jan'19. and completed other part of creating the process and publishing it to the dashboard. Now if I go to the dashboard and select March'19 and click the process the file again gets export for the month of Jan'19 and not for March'19. while the saved view is in sync and displays March'19. Where do I miss that the action gets in sync with saved view and should give the data per the month selected by the user.
Thanks.