Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
ildarv90
Contributor
Contributor

Regular Expressions in Qlik Sense

Hello colleagues . I need to use regular expressions in the qlik sense script, but using the web connector is forbidden by security policy. What other use cases are there? need to have a universal template, for example, i  need to be able to find data of the type zlg-551, abbs-11987 among many rows, so there is no clear search template.

Labels (2)
2 Replies
fosuzuki
Partner - Specialist III
Partner - Specialist III

This may be trickier to setup, but one option is to use @rwunderlich 's Server Side Extension with Javascript: https://github.com/RobWunderlich/qcb-qlik-sse. There is a function for regex comparison.

ildarv90
Contributor
Contributor
Author

Hello, and how i can use this function? here is my real example of a row in a table - 'http://asfgdfgljh,aaa-4567fjsgsdgh' or 'asdgasdg,,dbs-908, ff', then i need only aaa-4567 or dbbs-908 and etc. thank for help.