Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Paulonst
Contributor II
Contributor II

Filter applied to two different tables

 

Hello,

I have the following data model and I would like to have a filter in the app that should be applied to table ZPP_PRODUCAO_I.Fábrica and also to ZPP_DESPERD_B.Fábrica.

What is the best solution?

 

Data Model.png

Thanks in advance for your time.

1 Solution

Accepted Solutions
rwunderlich
MVP
MVP

You should probably concatenate the two tables into a single table. 

Concatenate (ZPP_PRODUCAO_I)
Load * from ZPP_DESPERD_B source...

-Rob

View solution in original post

6 Replies
Anil_Babu_Samineni
MVP
MVP

Did you used few of the fields by ref of "QUALIFY"? If o, Why it is necessary?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Paulonst
Contributor II
Contributor II
Author

Sorry but I couldn't understood your question.

Anil_Babu_Samineni
MVP
MVP

My question : Does all tables are pulling from different tables?

My suggestion : Change ZPP_DESPERD_B.Data this field with Data as per ZPP_PRODUCAO_I and see if that associate doing properly or not?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Paulonst
Contributor II
Contributor II
Author

Yes, all tables are pulling from different tables.

I tried before that association with Data and it doesn't work, that's why I've created the MasterCalendar table.

 

rwunderlich
MVP
MVP

You should probably concatenate the two tables into a single table. 

Concatenate (ZPP_PRODUCAO_I)
Load * from ZPP_DESPERD_B source...

-Rob

Paulonst
Contributor II
Contributor II
Author

I was trying to create some sort of relation between the tables, but your sugestion solved my problem.

 

Thanks @rwunderlich  and @Anil_Babu_Samineni