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: 
SNR1
Creator
Creator

how to concatenate fields?

Hi All,

 

i have one inline table and groups 

im using conditional dimension statement to concatenate the inline table value is selected groupneed to be display in chart

 

im using below expressions . please help us 

 

=SubStringCount('|' & GetFieldSelections(Groups_List, '|') & '|', '|DimOverviewICATMGroup|')

 

(GetSelectedCount(Groups_List)='[ICATM_Group]') and  SubStringCount('|' & Concat(Groups_List, '|')& '|','|DimOverviewICATMGroup|')

 

please help us ASAP

 

Thanks in Advance

2 Replies
sunny_talwar

Not sure I understand the issue? What is the problem you are running into?
SNR1
Creator
Creator
Author

hi Sunny,

 

when i select a filed like icatm group in my inline table groups list then 

a dimension called dimoverviewicatm group should be selected in my chart dimension is added like conditional dimension

 

i.e if i select icatm from group list then the dimension or group should reflect in my table .

 

Thanks in Advcance