Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
stephane_kosior
Creator
Creator

How to select in a table or pivot table only

Hi

I have a pivot table coming from the result of 2 tables (tblinvoices (SQL) ; tblActions (xls)). I would like to show only the invoices where there is no action ?

Could you please let me know how this can be done either in the script, either in the pivot table ?

Many thanks

3 Replies
Anil_Babu_Samineni

You can try 2 ways

1) Script - Load * from Table Where invoices like 'no action';

2) UI - Sum({<invoices = {'no action'}>} Measure)

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
stephane_kosior
Creator
Creator
Author

Many thanks Anil  but it's not simple as it is ... I haven't got the information that there is no action. QV tries to link the two table and show that sometimes there are some actions, sometimes QV shows '-' as QV cannot find the information from the table tblActions.

Or I missunderstood your answer ...

stephane_kosior
Creator
Creator
Author

In other words, what are the invoices from tblinvoices NOT IN tblActions ...