Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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...;