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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
mallireddy_qv6
Contributor II
Contributor II

label in chart with format

hello all,

i want to display  in chart label  like below 

sum(sales)  in number format aswell

 

Total sales: 13401:678667   

Labels (1)
1 Solution

Accepted Solutions
Chanty4u
MVP
MVP

hi

try below

 in your Chart Properties -> General -> "Show title in Chart"

='Total Sales : ' & Num(sales, '#,##0.00')

View solution in original post

2 Replies
Chanty4u
MVP
MVP

hi

try below

 in your Chart Properties -> General -> "Show title in Chart"

='Total Sales : ' & Num(sales, '#,##0.00')

mallireddy_qv6
Contributor II
Contributor II
Author

thank you its working.