Slice with filter checking another table

Hello.

I'm trying to create slice filtering data with checking another table, but it is shows everything in slice.

What I need to get right resolve?

In condition in slice I wrote this:

OR (
LOOKUP([MESTO],"currentStock1","MESTO","Units Stock") <> [UNITSCOUNT],
LOOKUP([MESTO],"currentStock1","MESTO","EAN") <> [EAN]
)

0 2 71
2 REPLIES 2

I see nothing wrong.  You might double check the column types.  Beyond that you'll need to take a close look at the data.  Maybe there are no rows that need to be filtered out?

Yes, it was wrong type in column with units. First table had text type. Second table had number type.

Thank you for help!

Top Labels in this Space