Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
We have upgraded QlikView 10 from SR2 to SR3 recently, but since the upgrade, the following code failed.
sub ClearOrderPcsdim x(1)x(0)=0set fld = ActiveDocument.Fields("OrderPcs")fld.ResetInputFieldValues 0, xset fld = Nothingend 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