Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
HWallays
Contributor III
Contributor III

Displaying long text fields in TABLE chart

Is there a possibility to have Qliksense table chart to display the full content of long character/text fields . I do have some fields with several lines of text and the table chart does not show full content ( hovering over it with the mouse will show the full content) . But is there some 'hidden' button somewhere where I could tell to always show full content of the field even when it is very long ( 1.000 characters or more) ?

Labels (1)
3 Replies
J_Venkateswara_Rao
Contributor
Contributor

Hi @HWallays, under the appearance --> presentation --> check the wrap text in cells and increase the column width of the field.

Anil_Babu_Samineni

@HWallays 

Workaround: in May 2023, a property was introduced with chart options as below, by default it takes it to 1, and if we adjust this (Example with 22) it works as expected. 

Anil_Babu_Samineni_0-1709996418929.png

 

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
SergeyMak
Partner Ambassador
Partner Ambassador

There's no way to make it via the settings of the chart. Howerver, there's a workaround.

You can use, Multi KPI object to add/change CSS. You can find an example how to add it here

https://qurious-solutions.com.au/high-density-tables-in-qlik-sense/

The CSS that you will need to add will be something like that:

.qv-st .qv-st-value .qv-st-value-overflow {
max-height:100em;
}

Hope it helps

Regards,
Sergey