Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikconsultant
Creator III
Creator III

Question to Search Object

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.

5 Replies
mato32188
Specialist
Specialist

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

ECG line chart is the most important visualization in your life.
Gysbert_Wassenaar

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)


talk is cheap, supply exceeds demand
qlikconsultant
Creator III
Creator III
Author

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.

qlikconsultant
Creator III
Creator III
Author

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?

Gysbert_Wassenaar

Not as far as I know. That's what you'd use a Search Object for.


talk is cheap, supply exceeds demand