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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to add following symbol ▲ in Charts

Hi All,

Request your help on how to add following symbol ▲ in Charts  which is used in the Demo applications. PFA for reference and suggest.

Demo.jpg

Thanks in Advance,

4 Replies
Not applicable
Author

hi

write condition according to your requirement,

see attached file, hope this helps you,

Regards

fkeuroglian
Partner - Master
Partner - Master

Hi

example in expression

if(Column(3) < 0,'▼',if(isnull(Column(3)),'-','▲'))

good luck!

Fernando

Not applicable
Author

Hi,

There was a brilliant blog post on that subject a few months ago, follow the link and enjoy

http://community.qlik.com/blogs/qlikviewdesignblog/2013/09/13/replacing-images-with-geometric-shapes...

HIH,

Charles