Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a product key (only nummbers) the key is divided into two columns. The user must be able to search for a key.
Right now I use it two search objects. I try to avoid merging the 2 columns in the script.
Is there a way that after entering the part of the key the cursor jumps to the second search object?
I tried the tabulator key but it seems not to be working.
Hi Markus,
probably not, but I am not sure. It is most common to use a list box of Key1 and make expression of Key2, to have those Keys row by row. But this is not the answer to your question. Just an advice.
BR
M
Not as far as I know. There are no actions/events to move the cursor to an object.
You could use two list boxes and show the second one only when a selection has been made in the first one and also hide the first list box (or disable it by showing a semi-transparent text box on top of it). You can use the Conditional option on the Layout tab to enter an expression that evaluates the number of selections in the first field; something like =if(getselectedcount(KeyPart1)=1,1,0)
I had the same idea and tried it now.
Unfortunately, the solution does not work in my case. My data is too large and thus brings QlikView to a standstill.
With this solution, the user would have to also use the mouse to click the search icon in the list box. So no real benefit for the user. Is it possible to customize the list box so only the search option is available?
Not as far as I know. That's what you'd use a Search Object for.