Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[qlik sense 3.0] Question about receiving data from field programmatically

Hello, I'm new in qlik and i'm trying to work with qlik programmatically.

var field = app.field("my-field-name");

var fieldData = field.getData();

console.log("fieldData");

console.log(fieldData);

console.log(fieldData.rows.length);

h_1474967068_8493816_de075fd395.png



As result i have array with length 0.

And of course i can't work with him.

And my question is:

What should i do to receive 12.


Thanks.



0 Replies