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

Input Field Assignment

Hello,

I'm looking to update inputfield Automatically and not manually.The input field should take up the values of some other field using expressions or macros.Is this possible?

Thanks.

3 Replies
biester
Specialist
Specialist

Hi,

if the value of the inputfield can be calculated and does not have to be updated manually, why do you use an inputfield? I don't quite understand the purpose of your scenario. Could you perhaps post an example.

Rgds,
Joachim

tabletuner
Creator III
Creator III

Hi,

It sounds like you want to use a variable instead of an input field. Use the LET statement to declare your variable in

Settings --> Variable Overview.

Add your variabel here. Does this help?

Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

If you need to modify inputfield values in the runtime, based on user selection or any other user action, you can do it using macros - search the API guide for the API calls related to the Inputfields. Here is a partial list of possible functions:

ApplyInputFieldValues
DistributeInputFieldValue
InputFieldItems
IsInputField
ResetInputFieldValues
SetInputFieldCell
SetInputFieldValue
SetRawInputFieldVector

cheers,

Oleg