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: 
nkare_nts
Contributor
Contributor

Source Lookup with a special character: #

Hi,

I am using source_lookup on iSeries database to fetch data from other table. However, the columns contain special characters such as #. The following is a simple source_lookup that is failing to execute:

source_lookup(10000,'SCHEMA','TABLE','COLUMN_NAME','RQMEM#=?',$EMLMEM#)

The Parse expression fails to recognize the # character as a string. I have tried the below as well:

source_lookup(10000,'SCHEMA','TABLE','COLUMN_NAME','RQMEM#=?',$EMLMEM AND CHR(35)) and get this error "no such function CHR". 

Kindly advise.

0 Replies