
Creator
2025-01-08
04:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Top total on bar char gets cut of
Hi Qlik Community
On several figures the top total on my stacked chart gets cut off. Is there a way to force the total to remain?
286 Views
1 Solution
Accepted Solutions

Partner - Specialist
2025-01-08
04:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do you have an example of what you want?
For example, I regularly use
=ceil(max(aggr(Measure,Dimension)),10)
I replace the 10 with the most consistent number according to the values
3 Replies

Partner - Specialist
2025-01-08
04:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
You can choose and customize a fixed value or a formula if you uncheck this box
278 Views

Creator
2025-01-08
04:32 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I know, the problem with a fixed value is when the user makes selections a fixed value is not always desirable. I would like to keep it dynamic if at all possible.
275 Views

Partner - Specialist
2025-01-08
04:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do you have an example of what you want?
For example, I regularly use
=ceil(max(aggr(Measure,Dimension)),10)
I replace the 10 with the most consistent number according to the values
