Skip to main content

QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Action-Packed Learning Awaits! QlikWorld 2023. April 17 - 20 in Las Vegas: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
kaivalentino
Contributor
Contributor

Need Help - Show only photos with positive value stock

Hi!

I want to see only photos with positive value stock!

I tried coding below but I could not get it to work:

=if(Aggr(Rank(Sum({<$(v_SOHQty_Wh)<>'0'>}$(v_SOHQty_Wh)),4,1),[Continuative SKU]),ImageLinkURLContinuativeColor)

Any advice would be great,

Thanks!

Labels (1)
1 Reply
rubenmarin

Hi, where is this show and what dimensions are used can change the needed expression.

In example in a table with product as dimension the expression could be: If(Sum(Stock)>0, ImageLink)

In a dimenion it could be: Aggr(If(Sum(Stock)>0, ImageLink), ImageLink)