tableau / community-tableau-server-insights

Community-built data sources for answering questions about Tableau Server
MIT License
127 stars 52 forks source link

Error in [user filter] calculation in [ts_content_02.02.twb] #51

Closed harrismcgehee closed 2 years ago

harrismcgehee commented 3 years ago

ELSEIF USERNAME() = [Owner Role] // If the user is the owner of the content for this row, let them see it

should be

ELSEIF USERNAME() = [Owner Sysname] // If the user is the owner of the content for this row, let them see it

mcoles commented 2 years ago

Fixed in 03.01