Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.
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.