Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
manoranjan_d
Specialist
Specialist

next line

in test box

i want to show the count first and word in next line , how to do this

currently my text box show 102 total records

now i want to display like

102

total records

how can i do this

5 Replies
maheshkuttappa
Creator II
Creator II

=count(Sales) & Chr(10) &'total records'

maheshkuttappa
Creator II
Creator II

using "chr(10)" will move the following line or calculation to next line

arulsettu
Master III
Master III

this also do the same

=count(Sales) & Chr(13) &'total records'

rubenmarin

Note that style for fonts, backgrounds, etc... are applied to the whole text object, if you want diffferent format for the number (higher font size, bold font, different color...) you may have to create 2 text boxes.

Chanty4u
MVP
MVP

try this

chr.PNG