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

Arrow Over a Expression.

Dear Friends. I am having Table chart, using expression SUM([Debit Amount] to show Amounts for all months and Year well.

5-27-2014 3-13-42 PM.png

I want to use a Arrow Marks ups and downs to show up that last month Amount is more than current month and vice versa.

I am using this expression on the lable field of Expression

=if(Max([Debit Amount],Month) < max([Debit Amount],Month-1),'qmem://<bundled>/BuiltIn/arrow_n_r.png',)

which is not working. Please help

1 Solution

Accepted Solutions
antoniotiman
Master III
Master III

if(RowNo() > 1 and Dimensionality() > 0 and [Debit Amount] <> 0,...........

View solution in original post

14 Replies
ashfaq_haseeb
Champion III
Champion III

Hi,

Make sure representation as image is selected as shown in the image attached.

Regards

antoniotiman
Master III
Master III

Hi Vivian,

try

num(sum([Debit Amount]),'$ #,##0.00')&' '& if(Above(sum([Debit Amount])) > sum([Debit Amount]),Chr(9660))

Chr(9660) is Char Unicode of Arrow.

Regards, Antonio

Not applicable
Author

2nd image.png

I used this

if(num(sum([Debit Amount]),'$ #,##0.00')&' '& if(Above(sum([Debit Amount])) > sum([Debit Amount]),Chr(9660)),'qmem://<bundled>/BuiltIn/arrow_n_r.png','qmem://<bundled>/BuiltIn/arrow_s_g.png')

Not applicable
Author

Dear Ashfaq i am used image contained in Qlikview bundle

antoniotiman
Master III
Master III

Hy Vivian,

have You solved ?

Regards

Not applicable
Author

Dear Antonio,

I guess we should try Set Analysis,

My calendar is like this

calendar.png

and Table Like this

pivot table.png

I want to display This arrow marks up or down comparing preceding Expense Amount.

antoniotiman
Master III
Master III

Hi Vivian,

if You use qmem You must create a column image.

if You use Chr(9660) and Chr(9650) You have single column.

Use function Above(Sum([Expense Amount])) to compare with preceding Column.

See my previous answer.

Regards,

Antonio

Not applicable
Author

Dear Antonio,

I tested as per your suggession, it doesnt worked me for me

Not applicable
Author

Give me your personal email, i shall send you qvw