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: 
Not applicable

Add a line to Input Field table

Hi There

Does anyone know a way to add an additional line to Input table from the front end?Maybe via Macro, etc...

I have a way of doing this but it will add '0s' to blank lines and then the user can modify it. it looks rough.

Please help.

Thanks

4 Replies
swuehl
MVP
MVP


I have a way of doing this but it will add '0s' to blank lines and then the user can modify it. it looks rough.

I am just curious: How do you do this?

Not applicable
Author

From the Excel file I used to load the forecast, I added lines with 0s.

E.g.

ID Year Jan Feb

11 2011 3 2

12 2011 56 3

13 0 0 0

14 0 0 0

inputfield: ID, Year, Jan, Feb

This way, the 0s represents blank lines.

Not sure if its the best way of doing this though...

swuehl
MVP
MVP

Ah, I see, you are adding the lines in the script, I misunderstood that you succeeded to add the rows in the front end.

And, I don't know how to do this in the front end, so also waiting for some others to step in...

Not applicable
Author

Interesting to see how it will work.