Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
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

Labels (1)
1 Reply
marcus_sommer
MVP
MVP

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