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: 
bhavvibudagam
Creator II
Creator II

Up/Down arrow in Table Box

Hi Experts,

Can any one please help me on  below requirement.

In a table box I have taken

Quarter as Dimension and Avg(ID) as Measure.

Next I have to calculate the Trend Column.

When the

Current Quarter Avg Count is increased by comparing with previous Quarter Avg count  then the Trend is --Up Arrow

Current Quarter Avg Count is decreased by comparing with previous Quarter Avg count  then the Trend is --Down Arrow

Current Quarter Avg Count is same comparing with previous Quarter Avg count  then the Trend is -- Dash(-)

Thanks in advance

1 Solution

Accepted Solutions
sunny_talwar

May be like this

If(Expression < Above(Expression), Image4DownArrow,

If(Expression > Above(Expression, Image4UpArrow))

View solution in original post

1 Reply
sunny_talwar

May be like this

If(Expression < Above(Expression), Image4DownArrow,

If(Expression > Above(Expression, Image4UpArrow))