mysql - How to limit the query pattern in Tableau -
all,
i using tableau 9.0 data analysis , want other users run permitted pattern of queries. how configure tableau run special pattern of queries? use template regex or custom sql query that?
e.g. have 1 table named 't1', fields '_id', 'name', 'age','grade'.. want other users run queries contains field '_id', such 'select name t1 id=1;', 'select count(*) t1 group _id;', 'select grade t1 _id in (1, 2, 3)...'
thanks in advance.
the filtering capabilities in tableau focused on contents of data, rather query (indeed, tableau modeled you're abstracted away underlying queries in cases). can used data source filters define permitted records users can use, enforcing security restrictions on data retrieval. being said, i've found it's easier/more robust provide filtering within upstream data repository (rbac in ms-sql, instance).
here's section on data source filtering. http://onlinehelp.tableau.com/current/pro/online/mac/en-us/help.htm#filtering_datasource.html
Comments
Post a Comment