QlikView Pie chart label overlapping issue

Was able to resolve pie chart label overlapping issue by referring Stephen Redmond’s posting.

Syntax: 

=Dual( Num(Expression1,’##0′,’,’,’.’) & Repeat(chr(13)&chr(13), Rank(Expression1))-4), Expression1)

Two pointers:

  • Make number representation as ‘Expression default’
  • 4 in syntax should be the expression count from which your overlap issue starts

Post link: https://community.qlik.com/thread/29055