

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Axis synchronise in QlikSense Combo chart
Hi!,
Is there anyway to synchronise the axis in QlikSense Combo Chart? If this feature is not available, is there an extension for this?
Regards,
Arjun
Accepted Solutions


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Why don't you set maximum limit for both axis. something hard coded if you are sure about the maximum value
else
something like
if(max(expr1)>max(expr2) ,max(expr1),max(expr2) in both axis.
regards
Pradosh


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
can you share sample what you expecting


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Arul,
If you would see the attached, you can see that the values in Primary and secondary axis are not in sync. So a comparative analysis between the two(Sales and Discount) is useless


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you can set limit to your primary axis that matches with secondary


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Why don't you set maximum limit for both axis. something hard coded if you are sure about the maximum value
else
something like
if(max(expr1)>max(expr2) ,max(expr1),max(expr2) in both axis.
regards
Pradosh

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