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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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