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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Amit_B
Creator II
Creator II

Consider Selections only from Specific Tables

Hi everyone,

There is a model where a concatenate was done between the fact tables into a single table.
Because of this, a certain filter can reset data that is not related to the same fact.

Example:
* Order Fact: Order number, order date, customer code, store code, employee code, item code, quantity, total price, discount flag.
* Target Fact: Date, employee code, target.
When a store is selected, all targets are reset.

I want to create a measure and add Set Analysis to ignore all selections, except for selections made in two tables – Calendar and another table (by specific fact).
I don’t want to specify all the fields, but rather reference the entire table, as fields might be added over time.

I would appreciate help on this topic.

Labels (4)
2 Replies
MatheusC
Specialist II
Specialist II

Hi,

See the solution below:

https://community.qlik.com/t5/New-to-Qlik-Analytics/Set-Analysis-Ignore-all-fields-from-one-table/td...

- Regards, Matheus

Did you find a solution to your question? Mark the solution as accepted and if you found it useful, press the like button!
eddyvargas
Contributor III
Contributor III

Try {<$(=Concat({<$Table={Final,Fact}>} '['&$Field&']',','))>} Sum(Value)