
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Number into Percentage format
Hello,
I am using Sum(sales) as measure and year and Region as Dimension. I have total 5 regions. I am using vizlib Stacked bar chart in qliksense. I am getting value as 8 digits like 32123567.. but I would like to show it as % format. tried to changed it to Number and used % from option , but its giving 32123567%..
I need to show like US:60% , Mexico:35% like this.. Any idea on this

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks . But already I am using Sum(total sales) in measure.. I am seeing 5 segments in my stacked bar chart for each bar. how to enter sum(sales) for each Region

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In detail, I am using 2 Dimensions .( Year and Region) and 1 measure as Sum( sales).. so i am getting one bar with stacked 5 regions.. and values showing as 2314534 for one region , 134xxxxx for one region.. how to convert this as %. since i am using Sum(sales) already in measure , how to calculate region wise %. Any idea is greatly appreciated

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You need to make changes in your measure. Instead of Sum (sales) type Sum(sales)/sum(total sales)*100, as person above said. Choose % in Data->Select Measure->Number formatting. This should work if you described your problem correctly.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry. Sum(total sales) is what I am using in measure.. how to calculate sum(sales) for each region..
