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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Louveduval
Creator
Creator

Creat text with data

Hello,

 

I would like to integrate data  when I select the filter  like NomCooperatives 

make a  If(Count(GetFieldSelections(NomCooperatives))=1,1,0)

then ='Caractéristiques de coopératives :'& Chr(13)

&'Année de création: ' & (Datecreation) & Chr(13)
&'CA N-1 : ' & (Can_1) & Chr(55)
&'Nb d’adhérents : ' & (NbAdherents) & Chr(55)
&'Nb de salariés : ' & (NbSalaries) & Chr(55)
&'Surface de terrain : ' & (SurfaceTerrain) & Chr(55)& ' m² '
&'Surface stockage couvert :' & (StockageCouvert) & Chr(55)& ' m²'
&'Surface stockage extérieur :' & (StockageExterieur) & Chr(55)& ' m²'
&'Surface bureaux : ' & (SurfaceBureaux) & Chr(55)& ' m²'
 
But does I need to create set Date Creation = "DateCreation"   ? 
Does it work with just a text object and a multiple KPI for the conditional expression  or I need an other object  ?

Louveduval_0-1676379152491.png

Best regard

Labels (3)
1 Solution

Accepted Solutions
ajaykakkar93
Specialist III
Specialist III

add it in measure & select a value & check 

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting

View solution in original post

1 Reply
ajaykakkar93
Specialist III
Specialist III

add it in measure & select a value & check 

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting