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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
kermitt
Contributor III
Contributor III

display Informations about a selection

Hi Qlik Sense users,

I have settle down my data model and I have put inside a sheet a filter in order to select a folio (PTF)

I would like to build an identity card of this folio as : his ID, his strategy which is fecth in another field name [portfolio_strategy] etc... 

I try to put a KPI component which must display his perf take from [PERF_PTF] but how can I can fetch the PTF name or his associated ID when I choose him inside the filter ?

How can I figure it on the components and pass filter choice to fetch the values ? 

If someone could help

 

Labels (4)
1 Solution

Accepted Solutions
rwunderlich
MVP
MVP

I'll assume that PTF is linked to the [portfolio strategy] field etc.

You can build a Text/Image chart with expressions like:

=Only(PTF)
=Only(portfolio strategy])

-Rob

View solution in original post

3 Replies
kermitt
Contributor III
Contributor III
Author

Here's the exemple

rwunderlich
MVP
MVP

I'll assume that PTF is linked to the [portfolio strategy] field etc.

You can build a Text/Image chart with expressions like:

=Only(PTF)
=Only(portfolio strategy])

-Rob

kermitt
Contributor III
Contributor III
Author

Thank you very much Rob