Can we give the users to choose from a list of combinations for a view, while providing them with an option to export the view from a dashboard.
Regards,
Kunal
Not directly
If there are specific different views that you want the users to use, then you can set up different export buttons using the different views
Otherwise, you could set up a generic filter (and export) using parameters that are driven by the users
I hope that helps
David
Filtering Entries During Import or Export
You can customize your snapshot by filtering entries during the import or export of a region or a cache.
For example, use filters to limit the export of data to a certain date range. If you set up a filter on the import or export of a cache, the filter is applied to every single region in the cache.
The following example filters snapshot data by even numbered keys.
File mySnapshot = ...Region<Integer, MyObject> region = ...SnapshotFilter<Integer, MyObject> even = new SnapshotFilter<Integer, MyObject>() {@Override public boolean accept(Entry<Integer, MyObject> entry) { return entry.getKey() % 2 == 0; }};RegionSnapshotService<Integer, MyObject> snapsrv = region.getSnapshotService();SnapshotOptions<Integer, MyObject> options = snapsrv.createOptions().setFilter(even);// only save cache entries with an even keysnapsrv.save(mySnapshot, SnapshotFormat.GEMFIRE, options);learn more https://onlineitguru.com/tableau-online-training-placement.html
A quick reminder of the Bulk Copy functionality. Bulk Copy allows you copy large volumes of data from one slice of a model to another in a single, optimised operation, instead of using formulas or imports. Use case: copy a version (RF1) into a prior year version (PY RF1) using a versions list to allow for year-on-year…
We are looking for Anaplan end-users to provide feedback on their experiences with the Excel add-in. Interested individuals will respond to this 5-minute survey to help us understand personal needs and behavior when using the add-in. The feedback provided by survey takers is essential to the roadmap of Anaplan's products.…
Anaplan Champions! The Community team just posted this announcement that certification badges may not be showing up on your profile probably until next year. Rest assured, you will get credit once you complete and pass the exams. https://community.anaplan.com/t5/Blog/Badges-Back-Soon/ba-p/123385