Hi. I'm trying to make a table visualization where business accounts are the rows, custom field (labeled default fields in the screen recording) names are the column headers, and the values are the actual string values for the custom field on each account. As you can see in the screen recording, when I drag in the value attribute it switches it to the count of the value rather than the text of the value. How can I make it show the text for the value?
The way the model is set up, it could technically have more than one value since it is a one to many relationship between the accounts table and the default field values table (i.e. custom field values). However, in practice there will only ever be one default field value record per default field (i.e. custom field).
Thanks.