Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
ferdi_acari
Contributor
Contributor

Sum Expression Help

Hello,

My data is structured as below.

ferdi_acari_2-1663852062029.png

I want to show sum of customer balance on corresponding branch_id's start_date in a table's column.  Something like;

ferdi_acari_0-1663852607297.png

I tried the below expression but it didn't work as intended. It brings all zeros.

sum({<[Cust_Date]=[Start_Date]>}Balance)

Thank you, 🙂

Labels (1)
1 Reply
RafaelBarrios
Partner - Specialist
Partner - Specialist

hi @ferdi_acari 

Try using possible value

https://help.qlik.com/en-US/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/ChartFunctions/Se...

 

Try sum({<[Cust_Date]=P([Start_Date])>}Balance)

 

OR join two of the three tables and create a composite key with Branch_ID and the date fields

 

Best,