Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
digichap28
Creator
Creator

Qlikview: Inputfield not working in web view mode

Hi,

I'm testing the inputfield property in Qlikview to allow the user to insert some values in a table column in order to do some calculations on the fly, but I have encountered an issue when opening my document in web view mode. Whenever I try to input something in the column, it lets me edit it but doesnt keep the value. Im running the Qlikview desktop version 12.0.20200.0.

Do you know why is it happening ? I also try it from the accesspoint but with different browsers but didnt work. It just works in desktop mode.

This is my test script:

INPUTFIELD BDG;

Test:

LOAD *,

ROWNO() AS ID,

BDGA AS BDG;

LOAD * INLINE [

    Test, Value, BDGA, Month

    A, 2,0, JAN

    A, 3,0, JAN

    A, 1,0, FEB

    A, 7,0, MAR

    B, 3,0, JAN

    C, 7,0, JAN

    C, 2,0, FEB

    C, 6,0, JAN

    C, 4,0, MAR

];

EXIT SCRIPT;

10 Replies
ahmed_aniss
Contributor
Contributor

i fix this issue here https://youtu.be/jA9TCP6Y7uU