Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is there a way to prevent QlikView ListBox to update elements after its values are set using ListBox.SelectTexts ?
We have an extension where users set a value 'A'
and
then the ListBox 'A' record will be selected programmatically using ListBox.SelectTexts, but we don't want the ListBox to do anything else.
(At the moment it refreshes our extensions and this causes issues).
Thanks