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

Set Analysis

Hi All,

I wanted to calculate the sum of 'rdays' field when 'Date' is equal $vmaxdate

Labels (1)
3 Replies
pravinboniface
Creator II
Creator II

@abTech Please try:

Sum({<Date={'$(vmaxdate)'}>}rdays)

Anil_Babu_Samineni

Better to use " instead of ' to avoid the string functions. something like this, 

Sum({<Date={"=$(Date(vmaxdate))"}>}rdays)

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
Chanty4u
MVP
MVP

Try this 

Sum({<Date={"$(=$vmaxdate)"}>} rdays)