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: 
Not applicable

Display long names in variables

Hello community,

i have a (small)  problem.

Is it possible, to display LONG names of variables in Qlikview ? These variables have have 18+ letters, like "roomsens_R0213_12_001"

and Qlikview shows "sens_R0213_12..."

so, id ont know if im looking at data from "roomsens_R0213_12_001", "roomsens_R0213_12_002", "roomsens_R0213_12_003"

this happens regardless of  table or collum width

On Mousover, the whole ´name is shown. The Problem occurs in many areas, like the data preview in table structure or diagrams and tablen on the worksheet.

im looking forward to your opinion

3 Replies
its_anandrjs
Champion III
Champion III

Hi,

Yes it is possible that you show this tye of variables try following code and check that

let vText = 'roomsens_R0213_12_001'; and view its value in any text object.

Regards,

Anand

Not applicable
Author

is it possible, to disply the long names in tables too ?

i can only display the whole name, if i use a cell with double height (2 cells high). so its diplayed like after a linebreak

its_anandrjs
Champion III
Champion III

Hi,

Yes it is possible also by text wrapping by line according to your condition, just put 2 or 3 lines wrap and see what ever lines are ther it will view to you.

Regards,

Anand