Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
nikhilgarg
Specialist II
Specialist II

How Input field is used ?? Can anyone tell me with an example ??

Hey,

How Input field is used ?? Can anyone tell me with an example ??

And when we should use input field ??

Thanks

1 Solution

Accepted Solutions
Not applicable

end user can able to modify or change the data

inputfield sales

load * inline

[

name,sales

apple,100

banana,200

]

if use input field above then u can change the data in ui level when u put mouse on the sales listbox u will get arrow mark symbol to edit

View solution in original post

3 Replies
MK_QSL
MVP
MVP

Not applicable

end user can able to modify or change the data

inputfield sales

load * inline

[

name,sales

apple,100

banana,200

]

if use input field above then u can change the data in ui level when u put mouse on the sales listbox u will get arrow mark symbol to edit