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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Pivot Table expression

What I am looking for is an expression which calculates the SUM COST only for a field where the TRANSACTION_CODE = 'SCP'

Here is what I have so far but it is not displaying what I am looking for

Sum ({$<COST = [$(OverviewInventoryTransHistory.TRANSACTION_CODE = 'SCP'))}>}

I am new to Qlikview and any help would be much appreciated

1 Reply
Not applicable
Author

Hi,
try expression

Sum({<OverviewInventoryTransHistory.TRANSACTION_CODE={'SCP'}>} COST)

Alex