# Data explorer query code om een lijst met onderwerpnamen en wie ze heeft geselecteerd sinds de aanmelding te tonen?

**URL:** https://meta.discourse.org/t/data-explorer-query-code-to-show-list-of-topic-names-and-who-has-selected-them-since-joining/203598
**Category:** Data & reporting
**Tags:** sql-query
**Created:** [15 september 2021 om 04:27 UTC](https://meta.discourse.org/t/data-explorer-query-code-to-show-list-of-topic-names-and-who-has-selected-them-since-joining/203598 "2021-09-15T04:27:34Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Solly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/solly/32/198781_2.png) [@Solly](https://meta.discourse.org/u/Solly)
#### Post date: [15 september 2021 om 04:27 UTC](https://meta.discourse.org/t/data-explorer-query-code-to-show-list-of-topic-names-and-who-has-selected-them-since-joining/203598/1 "2021-09-15T04:27:35Z")

</div>

does any one have a [Data explorer](https://meta.discourse.org/t/32566?silent=true) query code that I can use to see the number of people selected what tags when they joint the forum and what those tags were ?

eg when exported to Excel

list of tags ( what the tags are…not the number of tags)  
then a list next to it that shows the number of people that selected that tag when creating a log in ?

---

<div class="post-metadata">

### Author: ![IAmGav](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/iamgav/32/235598_2.png) [@IAmGav](https://meta.discourse.org/u/IAmGav)
#### Post date: [16 september 2021 om 12:03 UTC](https://meta.discourse.org/t/data-explorer-query-code-to-show-list-of-topic-names-and-who-has-selected-them-since-joining/203598/2 "2021-09-16T12:03:20Z")

</div>

I got no idea what you want to achieve.

When creating a new account, there is no way to select tags.

You can have additional fields, but not tags.

---

<div class="post-metadata">

### Author: ![4ong](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/4ong/32/186618_2.png) [@4ong](https://meta.discourse.org/u/4ong)
#### Post date: [16 september 2021 om 13:21 UTC](https://meta.discourse.org/t/data-explorer-query-code-to-show-list-of-topic-names-and-who-has-selected-them-since-joining/203598/3 "2021-09-16T13:21:49Z")

</div>

There is one way to archive this with a Custom Wizard plugin - you can set it to open a wizard for every new user where they will select tags of their interest. And there can be a custom action at the end of wizard that will post selected tags to user account or in topic or in PM to admin.

---

<div class="post-metadata">

### Author: ![Solly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/solly/32/198781_2.png) [@Solly](https://meta.discourse.org/u/Solly)
#### Post date: [22 september 2021 om 05:00 UTC](https://meta.discourse.org/t/data-explorer-query-code-to-show-list-of-topic-names-and-who-has-selected-them-since-joining/203598/4 "2021-09-22T05:00:06Z")

</div>

thank you @4ong . we currently have the option for users to select tags of their interest i’m trying to view what tags users have selected.
