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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

LIST OBJECT

Hi community,

How do I know that it has selected a row in a List object SIMPLE?

And how to retrieve the value of the selected row?

Thanks

6 Replies
pover
Partner - Master
Partner - Master

If I understood correctly, try somthing like the following:

if(Count(distinct List_Object_Field_Expression)=1,only(List_Object_Field_Expression))

Regards.

Not applicable
Author

If i understood....these functions can help you!!!

getselectedcount ( Your Dimension or List )

getfieldselections ( Your Dimension or List )

look in your help how it works!!!





Not applicable
Author

I have done this, but i have not the result.

= IF ( getSelectedCount('Identifiant de l''entreprise')=1, getFieldSelections('Identifiant de l''entreprise'))

Not applicable
Author

You must need put your dimension ....

'Identifiant de l''entreprise' is your dimension?

you can not use ' ' and if have space use [ ]

Something like

GETSELECTEDCOUNT( [Identifiant de l''entreprise] )

Not applicable
Author

I still not getting the right result

pover
Partner - Master
Partner - Master

Are those two single quotes or one double quote. A double quote " is equivalent to [] so you shouldn't have a " in dimension name.

Regards.