Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to reset the edited values of input field

hello everyone!!

can any one guide through this.

I have an input field in pivot table which i can edit to my choice.. but after editing it i want to reset the values to its original value .

I have learnt from the posts that it is possible to reset it through reload option by setting some macro in the API but not very clear about the macro code for this.

any solution to this???

2 Replies
Not applicable
Author

thanks anywayz .......the problem is solved .. 🙂

khadeer
Specialist
Specialist

Macro:

----------

Sub reset

activedocument.fields("Ur_FieldName").

ResetInputFieldValues 0

End sub