Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
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!