Member since 
    
	
		
		
		02-23-2018
	
	
	
	
	
	
	
	
	
	
	
	
	
	
			
      
                1
            
            
                Post
            
        
                0
            
            
                Kudos Received
            
        
                0
            
            
                Solutions
            
        
			
    
	
		
		
		02-23-2018
	
		
		11:58 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 I having problem masking fields in views.  I create a view of the table employee:  create view employee_v as select * from employee;  Then I tag the field ssn as PII in the view. When selecting from the view employee_v  the ssn field is not get masked. (Masking in the table works.)  Is this a known issue or am I doing something wrong?  I running HDP 2.6.2. 
						
					
					... View more