Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
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