Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
JSadasivam1614976104
Contributor
Contributor

Context Variable of Type Long and a default value of 1000 returning null in tjava.

I have a context variable named recordLimit with a default value of 1000. When i try to print this value in tjava i get a null value. Is this expected ? If I set a value for this variable in the same tjava component then it prints fine,

Labels (2)
2 Replies
Anonymous
Not applicable

Can you show your complete contexts tab and your run tab? There may be something not right there. Also, are you changing the value in code anywhere?

JSadasivam1614976104
Contributor
Contributor
Author

Hello,

Thank you for your reply. Deleting and readding tjava seems to have fixed it.