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

User Input

Hi All,

Please let me know how to add user input into qlikview ,

example i have two field Title and Region, user inputs / Updates some value into this 2 field ,

Title , Region

A, ASIA

B,EUROPE

C,ASIA

D,EUROPE

E,ASIA

F,NAMR

H,LAMR

If user inputs the above value , 2 field should have the value what user has entered

NOTE:  I cannot use Macro

2 Replies
dhasharadh
Creator III
Creator III

Hi ,

This can be achived using variables and Input Box. my self achived similar kind of requirement earlier.

balabhaskarqlik

Input fields behave somewhat differently from regular fields. The most important difference is their ability to accept changes in field values, interactively or programmatically, without running the script. Field values must be loaded into the field via LOAD or SELECT statements.

Check these links:

https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ScriptPrefixes/Inputfi...

https://community.qlik.com/docs/DOC-2784

https://community.qlik.com/docs/DOC-3054