Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
ppmc
Partner - Contributor II
Partner - Contributor II

Inputfield - more lines

I need an Inputfield with larger text-parts and more lines.

How can i do this?

2 Replies
Not applicable

Hi, I have the same problem with Inputfield . I want to collect text with several lines .

Any suggestion please or any extension to solve this error ?

Thanks

marcus_sommer

It is not an error it worked as designed. An inputfield can have and show more as one line, but editing isn't really practical. You could use for this a variable in an inputbox with an OnChange-Trigger which writes this value in the desirable inputfield - see for examples like this the APIGuide.qvw.

set fld = ActiveDocument.Fields("Budget")

fld.SetInputFieldValue 0, "999"

- Marcus