https://learninghub.kx.com/forums/topic/update-text-field-in-dashboard-once-button-is-clicked
Good day KX Dashboard guru,
Still new to do dev work in KX Dashboard. A simple question, Say I have a Text Field (map to a value that would pick up data from Q service) and a Text Box, after enter the value in Text Box, I would click on the submit button, the button would have 2 type of action
- View State mapping - where I believe it would store the value
- Data source - that would do operation code snipplet would looks something like following
{[newDict;oldDict] / newDict: Contains list of items that I want to update / oldDict; Contains list of items that exists in the Dashboard t:cols[someTbl]#enlist oldRFDict^newRFDict; dosomething[] }Everything is working as expected, however the text field remains unchange until I refresh the page, is it something that t I need to add to the code snipplet above to force the Text Field to pick up the new value?
Cheers
Tat