Export module data specific to a page selected using an action

Hi Team,

I want to create an action event through which I want to export specific page data to a CSV file. I have a page selector which has 3 pages. (version 1, version 2, and version 3) I want to export specific version data by passing the version number as input. Refer to the attached screens. How can I achieve it Any guidance or useful reference link is highly appreciated.

Thanks

Baskar

Answers

  • Rajat26
    edited February 11

    Hi @Baskar,

    You can try adding a filter to your version list based on the input number and then export the module.

  • Hi @Baskar ,
    Create a line item to select the version you wish to export.



    Create a filter in a System module, formula for the same will be item(version) = line item created above.




    Apply this filter in the export view & export, it'll always filter the member selected in the dropdown.

    Hope this helps!😊

  • If it's just about exporting data as a file (and not necessarily an explicit action button on UX), you may also use Anaplan's default 'Export this view' feature:

    Cheers!

  • @Stacey_Gibbens explains how to create dynamic saved views in this video.