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

Variable to Store/Hold the InputField values entered - How?

Hi All,

I have an InputField Inline Table in Script, like this below -

InfuptField Start, End, Duration;

Table:

Load * Inline [

Start, End, Duration

0, 0, 0

0, 0, 0

0, 0, 0

0, 0, 0

0, 0, 0

0, 0, 0

];


User will open the report in Browser and can enter their desired values in the Table.


Requirement - How to capture/export/hold those values in a Variable, so that we can read that into QVW?


Or, if we can export the values into any other Inline Table?


Please suggest.

3 Replies
sunny_talwar

May be using a Macro which triggers using a button action?

dmohanty
Partner - Specialist
Partner - Specialist
Author

Hi stalwar1

Thanks.

Yeah, Macro always comes in mind in such scenarios and am already on it.

Just have to check if that works on AJAX mode of browsers.

johnca
Specialist
Specialist

Maybe with this? Please look at attached.

Use GetFieldSelections()...