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: 
Anonymous
Not applicable

How to reduce the size of upper and lower arrows size in straight table expression?

Hi ,

I have added upper and lower arrows in stright table expression like if the value is 1 then upper arrow with green colour,if it is -1 lower arrow with red colour.I have done that but size of arrow is very big need to decrease the size could you please help on that once ?

Please find attached screen print below .

Thanks,

Rajesh

3 Replies
dgreenberg
Partner - Specialist
Partner - Specialist


What about using a unicode arrow 8593 up, 8595 down?

chr(8593)  or  chr(8595)   You could then conditionally apply a font color.

it might give you a cleaner representation of what you want.

Clever_Anjos
Employee
Employee

I would choose another images and use them https://www.google.com/search?q=arrow&biw=1366&bih=639&tbm=isch&source=lnms&sa=X&ved=0CAcQ_AUoAWoVCh...

You can resize your column width, some scaling would be possible

Clever_Anjos
Employee
Employee

Good idea...