Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
haymarketpaul
Creator III
Creator III

Filter Out Records Containing Russian In Certain Fields

QV12 SR4

One of the data sources into one of our dashboards is pulling in a lot of records that have Russian in certain fields - it appears to be spam related junk and i would like to filter them out if possible.

Ideally i would ask them to remove at source but they are unable to help.

The Russian appears to be in a number of free text fields such as Job Title.

Does anyone have any ideas how best to identify the records ?

1 Solution

Accepted Solutions
haymarketpaul
Creator III
Creator III
Author

This seems to do a reasonable job of identifying the culprits...

If(Len(KeepChar(Lower(JobTitle),'ёъяшыиющэдфгчйльжзцб'))>0,'Yes')   as [MX User Job Title Russian?],

View solution in original post

1 Reply
haymarketpaul
Creator III
Creator III
Author

This seems to do a reasonable job of identifying the culprits...

If(Len(KeepChar(Lower(JobTitle),'ёъяшыиющэдфгчйльжзцб'))>0,'Yes')   as [MX User Job Title Russian?],