Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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;
i fix this issue here https://youtu.be/jA9TCP6Y7uU