Hi,
I need to create a IN statement filter in my report with two columns.
Store Number, Product Number in ( 100, 2; 100, 3)
or even with a logical subquery
Store Number, Product Number in (select Store Number, Product Number from Sales where Amount > 10)
I found this in the RPD DB features, but I cant seem to figure it out how to use it... I always get a syntax error when trying to create the filter in the analysis:
MULTI_COLUMN_IN_SUPPORTED
Thank you,
Joao