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: 
PaulVerkooijen_DataFix
Partner - Specialist II
Partner - Specialist II

Use set analysis to link table values

In creating a new chart based on an existing application, I've made a small version to explain my problem.
I want to show the stock by store in a table where the store info is not directly linked to the stock info (See attached jpg and qvw). But I just can't manage to display the corresponding stock_quantity. In the example i've tried this definition :
sum ({<stock_store = {$(=only($(store))) }>} stock_quantity) .
Labels (1)
2 Replies
chriscammers
Partner Ambassador
Partner Ambassador

You are using Dollar sign expansion where you should just provide a field.

Try This: Note I eliminated dollar sign expansion on $(store)

Sum({<stock_store = {$(=only([store]))}>}

PaulVerkooijen_DataFix
Partner - Specialist II
Partner - Specialist II
Author

Hi chris Changed the definition but still all values stay 0