Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
Here's the exemple
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
Thank you very much Rob