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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

inputsum

Hello all,

Is there a way to highlight the rows (or to change the cell color) where the user enters a value in a inputsum(inputfield) expression and presses enter?

1.jpg

Thank you,

Silviu

3 Replies
Not applicable
Author

Can you share that thing of "Reset input field" ?

Not applicable
Author

Sub ResetInputFeild

  set fld = ActiveDocument.Fields("GWP2")

  fld.ResetInputFieldValues 0, 999

  set fld = ActiveDocument.Fields("GWP2")

  fld.ResetInputFieldValues 0, 999

End SUB

Not applicable
Author

Thanks!