I have created one sales cube which has country wise sales table and country table and security group table like below.
SALES TABLE:
country sales_amount
India 50000
UK 50000
NULL 50000
COUNTRY NAME:
country security_group_id
India S1
UK S2
SECURITY TABLE:
User_name security_group_id
ABC S1
XYZ S2
I am trying to restrict the data country wise,Here I got some issue what if country column has null value and how to handle row level security.
Here,Two users are unable to access data which has gl_country NULL.
How to handle in such that cases.