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

As the input sum inicilizar after use.

Querido,

Tengo la siguiente pregunta, sí puedo cera de Como do imputsum ya utilizar, EJEMPLO POR, debido a la selección de Una CANTIDAD de Ingresos produtco Pero despues de Que el valor simulado en sí registro, Pero quiero del Que El Tiempo, párr volver a abrir la Aplicación De nuevo un 0, Lo Que Pueda Ayudar estafa ESO

1 Solution

Accepted Solutions
Alejandro_Hernández
Former Employee
Former Employee

según entiendo quieres resetear tu inputfield. la única manera de hacerlo es por macro, y sería algo tipo

Sub ResetValores()

  dim x(1)

  x(0) = 0

  ActiveDocument.Fields("vMonto1").ResetInputFieldValues 0, x

end Sub

View solution in original post

5 Replies
alexandros17
Partner - Champion III
Partner - Champion III

Provide an example

Not applicable
Author

Dear,

Example and uploaded, thanks for your help

alexandros17
Partner - Champion III
Partner - Champion III

Unfortunately I can't see anything, check your version

Alejandro_Hernández
Former Employee
Former Employee

según entiendo quieres resetear tu inputfield. la única manera de hacerlo es por macro, y sería algo tipo

Sub ResetValores()

  dim x(1)

  x(0) = 0

  ActiveDocument.Fields("vMonto1").ResetInputFieldValues 0, x

end Sub

Not applicable
Author

Thanks Alejandro