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: 
Not applicable

Assign a value from a single cell of the DB Table to variable in Script Editor

Hi there,

I have another question about the assignment of a value from a cell of a database table. I guess it is feasible just like what I have done in the object (assign a cell value to a variable) but I don't know how to do it in the Script Editor...can anyone teach me, or is there any example on how I can achieve it? Thanks!

2 Replies
Not applicable
Author


Let variable =peek('Field');


Not applicable
Author

Got it, thanks a lot!