How do I download a spreadsheet which was earlier possible?
@awesomerobot any reason we can’t put it back?
Export is available from the admin page (admin > users) here @snehbaxi (more info: Export users to a CSV file)
I don’t recall it being on the public users page, but admin seems like the appropriate place for it.
Is er een manier om gebruikers in staat te stellen csv’s van een set van andere gebruikers met hun e-mails te downloaden? Ik weet dat dit een heel nichegeval is, maar een klant wil dat zijn medewerkers bijvoorbeeld “al deze afdelingsmedewerkers” met telefoonnummers kunnen downloaden om af te drukken…
Maybe a data explorer query that provides this data, which you allow a group to run, would work ![]()
I guess, but it would probably need to be as simple as a button
Can’t expect them to be able to use the data explorer…
For the users, it’s almost a simple button. (Though it’s a little difficult to find because usually you don’t visit group pages. You could probably reverse engineer the API and create a component with a button that does the same at a different place).
But the user can only select a query and run it:
Ah ok that seems more like it. I will probably find someone on Marketplace, that can do this for me in a more professional manner than I could? ![]()
Sure.
What I’d do first is make the SQL query in data explorer and allow people in whatever group (e.g., department-members) and see that it does what you want. After that (and it’s really just a couple of clicks there, and you could also make the query so that they could, say, enter the department that they want people to be members of or whatever), I think a theme component could insert a button somewhere that would initiate the download.
