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

InputSUM will change after reload?

Dear Community,

May I know why inputSUM will not change back to original value after reload document?

How can I change it back to original value after reload document?

Thanks and best regards,

Chanel

1 Solution

Accepted Solutions
whiteline
Master II
Master II

Hi.

It's a feature of input fields.

You can use macro to reset.

sub resetvalues

  set f = ActiveDocument.Fields("field")

  f.ResetInputFieldValues 0, x

end sub

There are a lot of threads here about input fields.

View solution in original post

1 Reply
whiteline
Master II
Master II

Hi.

It's a feature of input fields.

You can use macro to reset.

sub resetvalues

  set f = ActiveDocument.Fields("field")

  f.ResetInputFieldValues 0, x

end sub

There are a lot of threads here about input fields.