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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to add an automated title with multiple lines

I have a title object and have the following formula in there in order to automate the dates:

=

'DateofService' &': '&date(AddMonths(MIN({1}AnchorDate),0),'MMMM-YYYY')&' - '&date(AddMonths(MAX({1}AnchorDate),0),'MMMM-YYYY')

The problem is i need to add some more information however i need to add on the next line??? I don't want to create another object i prefer to have everything in one object box.

Thanks

Krishan





1 Solution

Accepted Solutions
johnw
Champion III
Champion III

&'
'&

In other words, just put the line feed in quotes and string it in like everything else.

View solution in original post

2 Replies
johnw
Champion III
Champion III

&'
'&

In other words, just put the line feed in quotes and string it in like everything else.

Not applicable
Author

Thank you. It worked.

Krishan