Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
can you share sample what you expecting
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
you can set limit to your primary axis that matches with secondary
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