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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

List Index No in Listbox

Hi,

Is there any way to get the position no (list nidex no) of an item in a list box. I tried using Match function but its not working as there are repeat entries. The field on which the list box is generated its primary key for 2 tables also, which restricts using match and index functions. Is there any other way for this. Kindly help.

15 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

    Then you can try like this.

    Type below expression in your textbox.

  

    ='Serial No. = ' & FieldValue('KeyID',num(month))

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Anonymous
Not applicable
Author

Thank you Kaushik, I tried the same, but Its not working.

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

    

    Ok can you tell me in what format your month field look like.

    Is it coming as a field from your database..?

Regards,

Kaushik Solanki   

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Anonymous
Not applicable
Author

Yes, but its in text format like January and Feb. But I have nothing to do with Month field in the report. I cant consider because in the report section I wont be using the month as the loop, it should be KEYID

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

    OK try this then

   

    ='Serial No =' & Concat(KeyID,',')

    Also have a look at the attached file.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Anonymous
Not applicable
Author

Kaushik,

Thank you for your assistance. But Along with the KeyID, Iw ill be needing the serial no of the KeyID in the list also. Attached is a word document, which says how it should look like.