Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
jelly_gvm
Creator
Creator

Splitting the label name

Hello Team,

I my dashboard I have field label name called [Transmission Name], but i want to split the label name into two sub-fields

The below label name is old format.

Transmission Name

To display the label name in the below format.

Transmission Name


Appreciate your help.


Thanks in Advance

Regards,

Ram

1 Solution

Accepted Solutions
sorrakis01
Specialist
Specialist

Hi,

Try this,

'Transmission Name' & Chr(13) & 'Name'

Regards

View solution in original post

5 Replies
sorrakis01
Specialist
Specialist

Hi,

Try this,

'Transmission Name' & Chr(13) & 'Name'

Regards

PrashantSangle

Hi,

Various way to acheive it.

1) Reduce column width

2)in Label Name write ='Transmission'&chr(13)&'Name'

or

in Label Name write ='Transmission'&chr(10)&'Name'

and go to Presentation tab->Wrap Header Text(Select it).

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
robert_mika
Master III
Master III

Another one:

'Transmission Name' & Chr(10) & 'Name'

Not applicable

If this a a column label, the easiest way is state above with narrowing the column width, assuming it does not effect displaying of the ata in the column, select wrap header text on presentation tab and select 2 rows

jelly_gvm
Creator
Creator
Author

Thanks you all this problem was solved by using the subfield()