Hi,
I would like to add a user name that will be reflected in the dashboard.
The idea each user that will use the dashboard will see the following: " Hi ‘user name’ ,welcome to my dashboard"
I have tried the below code in lookml:
dimension: attribute_test {
type: string
sql: {{ _user_attributes.[‘name’] }} ;;
# html: {{ _user_attributes.[‘name’] }} ;;
}
Tried with sql or html ,with no success.
What i’m missing here?
Thanks in advance,
Yossi.