Skip to main content
Announcements
The way to achieve your own success is the willingness to help somebody else. Go for it!
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 (4)
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...;