mallireddy_qv6
Contributor II
2020-10-13
11:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
630 Views
1 Solution
Accepted Solutions
Chanty4u
MVP
2020-10-13
11:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi
try below
in your Chart Properties -> General -> "Show title in Chart"
='Total Sales : ' & Num(sales, '#,##0.00')
2 Replies
Chanty4u
MVP
2020-10-13
11:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi
try below
in your Chart Properties -> General -> "Show title in Chart"
='Total Sales : ' & Num(sales, '#,##0.00')
mallireddy_qv6
Contributor II
2020-10-14
01:23 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thank you its working.
580 Views