Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how do i clear value in inputsum field

Dear Sir

I have some problm. I use INPUTSUM (Field) for accept data from user when my processs ready I cannot clear data from that. How do i in this case

thank you so much

sumrit

1 Reply
Not applicable
Author

Hi!

Normally I would do this with a macro. Assign a button to the macro and use it to restore the input data to its original value.

sub reset

fld = ActiveDocument.Fields("Field")

fld.ResetInputFieldValues 0

end sub

Kind regards

Lars

Brait AB