Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Get result of a formula or Textbox

Hi guys,

simple problem:

How can I access the result of a formurla with JavaScript?

How can I get the content of a Textbox?  (The result of the formurla is in a Textbox)

I tried this three things:

1. I put the formula in a variable and read the variable in JavaScript-> gives me the formular but not the result

2. I tried to get the the content of the Textbox  -> no success (but works with Listboxes)

3. I tried to access the html directly with "document.getElementsByTagName("td")" and then get the value -> no success

can someone help me please?

11 Replies
tresesco
MVP
MVP

Front-end variable should work. Could you share your extension?

Not applicable
Author

I summarize my extension here is the qvw and the extension folder:

The Extension gives all variable to the console