Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Input Text in my dashboard

I'm looking for a way to enter text (multiline) in my dashboard

This text has to be saved in a database.

What is the best way to achieve this?

I looked at the inputbox but this give me just one line of text (a like a box where i can enter text, multilined)

thnx

7 Replies
Not applicable
Author

Jochem,

How are you planning to write these values back to a database? Can you attach a qvw example to let us know what you're trying to achieve?

Not applicable
Author

hi, id be interested to see how this was achieved? Particularly i would like to know how to use a large (multiline) input box that allows the user to input text. It currently very awkard as the input box is only 1 line.

Im doing a similar thing but writing to an excel spreadsheet.

Any examples would be great

Thanks

Jason

Not applicable
Author

You can use the InputBoxEx (API) from a macro, it gives the possibility for multiple lines.

Var = Application.InputBoxEx("Type your comment:")



brenner_martina
Partner - Specialist II
Partner - Specialist II

Hi,

look at the attached example.

Not applicable
Author

Maybe this example can help you?

Lee_Matthews
Former Employee
Former Employee

This is quite an old post. But in case anyone stumbles across it looking for a solution I thought I would highlight an extension object I created that could assist. It is available here http://community.qlik.com/docs/DOC-3521

Not applicable
Author

Brilliant post and QVW. Very helpful!