Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
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