Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
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
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