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

Using Inputfield to add a new field

Hello to all,

I am working on a table that I loaded from Excel. I want to add a row to this table using inputfield. Can anyone tell me how to do so?


Thank you for your responses.

1 Reply
Not applicable
Author

HI,

Here's my solution:

Create a straight table, add a calculated dimension with the follow expression:

=ValueList('$(=concat(if(aggr(sum(VALUE),HEAD),HEAD),chr(39)&','&chr(39)))',vNewRow)

I created this table in excel.

HEADVALUE
A100
B200