Also is there a way to avoid new users
Also is there a way to avoid new users seeing the "Explore this liveboard" wizard-header? It goes to a thoughtspot video we don't want to expose. is this a setting or should we hide it with CSS?
1 Reply
In embed object you can set
showOnboarding
flag as false, this can be done using additionalFlags
param
Like this
additionalFlags:{
showOnboarding:false
},