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

fld.ResetInputFieldValues failed

Hi,

We have upgraded QlikView 10 from SR2 to SR3 recently, but since the upgrade, the following code failed.

sub ClearOrderPcs
dim x(1)
x(0)=0
set fld = ActiveDocument.Fields("OrderPcs")
fld.ResetInputFieldValues 0, x
set fld = Nothing
end sub

When opening the document, it runs this Macro to clear the order pieces field.  But it fails at fld.ResetInputFieldValues 0, x

Please help.

Thanks,

Joseph

0 Replies