blob: d8267aecfa23d65ecf87ba12e7980e508738c107 [file] [log] [blame] [edit]
include: "/views/revenue/gcc_revenue_partitioned.view.lkml"
explore: gcc_revenue_partitioned {
sql_always_where: true
and ${access_key_hierarchy} like concat('%', replace('{{ _user_attributes['email']}}', '@google.com', ''), '%')
and ${product_line} = '{{ _user_attributes['product_line'] }}';;
}