Hi
im trying to set up a security police on on "DimensionFinancialTag" table.
In SQL the result would / should Display something like
select * from Dimensionfinacialtag where (description like '%XXX%' and financialcategorytag in ( 1,2,3) ) or financialcategorytag = 4
Did follow :
https://technet.microsoft.com/en-us/library/hh272121.aspx
and manage to get the results for :
select * from Dimensionfinacialtag where (description like '%XXX%' )
but how can i add the additional criterias?
The idea of this is:
Users are allowed to see some values for some financialdimensions and for one Dimension all values
Any hints?
Thanks
Pirmin
*This post is locked for comments