I have the following problem with my Application Design. I want to put filters related to CUSTOMER_NAME and FISCAL_ID(TABLE CUSTOMERS). When i put filter to CUST_KEY from same table(CUSTOMERS) all goes right(selections goes properly) but when I select CUSTOMER_NAME or FISCAL_ID as a filter nothing happens. CUST_KEY from table CUSTOMER is the bind between all tables,but CUSTOMER_NAME and FISCAL_ID resides only to CUSTOMER_TABLE.