Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
fabio182
Creator II
Creator II

Overlap indicators

Hello everyone, It is possible to move the indicators so that they do not overlap. Thanks for your reply


arCHIVO.jpg

1 Reply
marcus_sommer

No, this couldn't be directly adjusted but there are various approaches to overcome this problem. Probably the most suitable solution is to disable the values from one line and to display both values on the other line. This could be reached with a dual-expression like:

dual('Expression 1: ' & num(Expression1, Format') & chr(10) & chr(10) &

  'Expression 2: ' & num(Expression2, Format'),

  Expression1)

More could you find in the attachment which is a german discussion converted into a pdf (it should be useful for you if you put it (partly) into google translate or something similar) and within the qvw.

- Marcus