Skip to main content

Hi -

 

I have some '***' values in my data. When I try to apply a filter, tableau is throwing an RLIKE error on a CONTAINS() function.

 

The query it's trying to run is

 

select '' RLIKE CONCAT('.*', '***', '.*') from test_table;

 

which is failing in impala.

 

I haven't had any success trying to solve this...

 

Thanks in advance for any help.

0/9000