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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
hami1
Creator
Creator

How to pass the context variables inside the user defined routines

Hi Team,

I have written one user routine which perform some cleansing operation on the filed based on the provided input value. I will be calling this routine from the Expression of tMap by passing context variable and one more field, but routine runs successfully without fail but its returning the same value without performing any action defined in the routine.

 

The following is the action on the routine by passing the context value and another field.

 

etlCleanDesc.CleanDesc(row3.desc,context.Id);

 

Thanks,

Hami.

0 Replies