You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a distinct_id field in my data warehouse table but this field is not used in order to prefill "Distinct ID field".
"Distinct ID field" is prefilled with "id" field. However, "id" doesn't corrspond to a user unique identifier, it corresponds to a row unique identifier, and so I really don't want "id" to be used for "Distinct ID field".
So each time I need to change "Distinct ID field" to use the field "distinct_id" of my table. This is very cumbersome and error prone. I have maybe 20 different insights where I need to change each time the "Distinct ID field".
The text was updated successfully, but these errors were encountered:
lcswillems
changed the title
When creating trend from datawarehouse table, only "timestamp" is prefilled
"Distinct ID field" prefilled with "id" filed
Dec 4, 2024
lcswillems
changed the title
"Distinct ID field" prefilled with "id" filed
"Distinct ID field" prefilled with "id" field
Dec 4, 2024
Bug description
I have a
distinct_id
field in my data warehouse table but this field is not used in order to prefill "Distinct ID field"."Distinct ID field" is prefilled with "id" field. However, "id" doesn't corrspond to a user unique identifier, it corresponds to a row unique identifier, and so I really don't want "id" to be used for "Distinct ID field".
So each time I need to change "Distinct ID field" to use the field "distinct_id" of my table. This is very cumbersome and error prone. I have maybe 20 different insights where I need to change each time the "Distinct ID field".
The text was updated successfully, but these errors were encountered: