Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QV 10 - Can't Reset INPUTFIELD value by Macro Code

Hi All,

This is my script to create INPUTFIELD.

Script:

INPUTFIELD A;

LOAD

     RecNo() as SNO,

     ''&''& RecNo() as A

     AutoGenerate 999;

In Macro I'm just tring to get "Report Name" from Input Box and Store them into field A(INPUTFIELD).

But even this simple function itself not working. The same function is working well in Qlikview 8.5 & 9.

Sub ReSetINField

Set fld= ActiveDocument.Fields("A")

fld.ResetInputFieldValue "Report1"

End Sub

Please give me some solutions on this . Thanks!!!

Regards

Gangadharan M

0 Replies