Applying row level security for in db connectors (Pre 6.5) for 6.5 onwards check this articles http://spotfiretipsntricks.blogspot.com/2014/12/personalized-in-db-connectors-for.html In 6.5 this is part of out of the box functionality to pass in username, group and domain By default InDB Connectors can ask for username password from the user and that cna be used to apply row level security. However certain times, you would want to keep using the service account to query the database, but still apply row level security while using IN-DB queries Though InDB connectors directly do not support passing in %CURRENT_USER% parameter, we can still apply row level security using a simple personalized information link and loading the in-db connector as a ondemand table. This article will walk thru the steps needed to do so. Lets assume each spotfire user has access to some states data and we have a lookup table which maps ...
Unofficial tips and tricks for various analytics tools