duxbuse / ninthage-data-analytics

A better way for the project to ingest tournament results
GNU General Public License v3.0
1 stars 0 forks source link

List_as_string without playername #109

Closed SanderND closed 1 year ago

SanderND commented 2 years ago

Id like to use to List_as_string field in the dashboard. In many case the playername is in that field too. Can it be deleted so we don't publish the name in the dashboard?

duxbuse commented 2 years ago

I kinda want that field for more debugging purposes which requires all the data as is. Is it easy for you to simply ignore the first line of the field?

SanderND commented 2 years ago

i think so. First line must be always the playername then. Is that so?

Op 17 mrt. 2022 om 02:02 heeft Sean @.***> het volgende geschreven:

 I kinda want that field for more debugging purposes which requires all the data as is. Is it easy for you to simply ignore the first line of the field?

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you authored the thread.

duxbuse commented 2 years ago

Yes

SanderND commented 2 years ago

I will start fixing this in Tableau by splitting the field by a formula and then keeping the field out of the publication of the dashboard to Tableau's public server

SanderND commented 2 years ago

After some tries in Tableau I simply think that solving this either in the formatter or backend is better. Sometimes the field comes with playername, sometimes without. So I have to unassign myself on this one.