Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Creating Arrow in Chart

Hi All,

I need to create an arrow representation in my chart depending upon the increase or decrease in the current and previous value.

I have already tried in straight table but now i want to apply same in Line chart.

I have attached my chart for your reference also with what i want.

Thanks in Advance

1 Solution

Accepted Solutions
vishsaggi
Champion III
Champion III

Can you use expression image arrows as a work around ? Or load similar images as Bundle load an use them.

For now i believe you can use if this would suffice your requirement?

Like:

Create your expression with the condition as your %ge value and then use

= IF(Yourexpression, ''qmem://<bundled>/BuiltIn/arrow_n_g.png', 'qmem://<bundled>/BuiltIn/arrow_s_r.png')

You can get these bundle images from expression window -> Image tabCapture.PNG

View solution in original post

6 Replies
vishsaggi
Champion III
Champion III

Can you use expression image arrows as a work around ? Or load similar images as Bundle load an use them.

For now i believe you can use if this would suffice your requirement?

Like:

Create your expression with the condition as your %ge value and then use

= IF(Yourexpression, ''qmem://<bundled>/BuiltIn/arrow_n_g.png', 'qmem://<bundled>/BuiltIn/arrow_s_r.png')

You can get these bundle images from expression window -> Image tabCapture.PNG

MK9885
Master II
Master II

I didn't knew this...
Thanks for asking this question @Vivek and thanks for replying it @ Nagaraju...

Not applicable
Author

This is straight table representation but i need in line chart representation @Vishwarath Nagaraju.

Anil_Babu_Samineni

Can you provide sample to work, Where you want to show that arrow? And draw expected output which you need in line chart

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
adamdavi3s
Master
Master

This is a very loose example of how you could achieve this using text in chart.

Obviously for more measures just add more text in charts

adamdavi3s
Master
Master

Purely for my own interest I was wondering if the above proved to be useful?