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

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