Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Label in Pivot table

Hi All,

I need a help from you. Please look at the attached image. I need to show the "Month to date variance to budget in 3 lines" What is the ASCII characters for New line.

Thanks,

Raghu.

Labels (1)
1 Solution

Accepted Solutions
Not applicable
Author

Hi Raghu

Try

='Month' & chr(13) & 'To' & chr(13) & 'Date'

View solution in original post

6 Replies
Not applicable
Author

Hi Raghu

Try

='Month' & chr(13) & 'To' & chr(13) & 'Date'

Not applicable
Author

Thanks Nigel

Not applicable
Author

Nigel,

The words are coming in the next line when we use chr(13) but in the pivot table whole thing i cant see. when we move the mouse then only it is visible. How can i make it fully visible.

-Raghu.

Not applicable
Author

Nigel,

The words are coming in the next line when we use chr(13) but in the pivot table whole thing i cant see. when we move the mouse then only it is visible. How can i make it fully visible.

Without moving the mouse i can see the complete thing. How can i do that?

-Raghu.

Not applicable
Author

Hi Raghu

You need to set the height of the heading bar to 3 lines, do this in the Presentation tab of the properties of the pivot.

Cheers,

Not applicable
Author

Thanks Nigel,

Its working

-Raghu.