cancel
Showing results for 
Search instead for 
Did you mean: 

Issue on Where...In...formula on r3

hank_pak
Explorer
0 Kudos

Hi gurus,

I have an issue on migrating a report from r2 to r3.

I have a table as follows,

when I create a table use the formula

=[StandardSalesQty] Where ([PriceFramePublic] In ([SKU])<=1300), it returns blank

Actually, I want to return the [StandardSalesQty] considering the [PriceFramePublic] and [SKU].  

The formula works fine on r2, while returns blank on r3, what is wrong with the above formula?

Best Regards

Accepted Solutions (1)

Accepted Solutions (1)

former_member189638
Active Contributor
0 Kudos

Try this

=Sum([StandardSalesQty] ForEach([SKU]) Where ([PriceFramePublic]>1300))

hank_pak
Explorer
0 Kudos

It works, thank you so much.

Answers (0)