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: 
gf
Creator III
Creator III

Inputfield in Pivot Table

Hello guys!

 

I need an inputfield in my pivot table to add some notes for some rows.

I just need these notes/comments for the excel export.

I tried as an expression column =InputSum(Note) but this gives me only "-" in each cell and i cann't write anything in it.

Maybe someone has a small example or an answer.

 

Thanks an advance!

 

Unfortunately this anserw doesn't help me: 

https://community.qlik.com/t5/QlikView-App-Development/InputField-in-a-pivot-table/td-p/251841

Labels (1)
1 Reply
sergio0592
Specialist III
Specialist III

Hi,

You have to use INPUTFIELD in your load statement, not as expressikon. Eg, sales by contry in table 1.

INPUTFIELD Sales;

Table 1:
LOAD Country,
Sales
FROM...;