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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
RP1629548713
Contributor II
Contributor II

Parameterized Composite Key

Hi ,

I​ Would like to pass a composite key to my job through a single context variable.

I don't wish anyone to go in the job and make changes within the component..

My target is thbaseoutput and I would like to pass only one context parameter within the custom row key which will pick its value whether single or composite through context only .

Can you all please assist?​

Labels (3)
3 Replies
Anonymous
Not applicable

Hi

To use context variable, simply input expression context.varName in the custom row key field. Can you try and let me know whether the component supports context variable or not.

 

Regards

Shong

RP1629548713
Contributor II
Contributor II
Author

Hi Shong,

When I passed just context.varname it gives an error of row length is 0 .

And when I pass it as row1+"."+context.varname it is taking all the rows as keys.

Anonymous
Not applicable

You could simply create a json formatted string in the context variable and read the various information within the child job.