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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
abTech
Contributor III
Contributor III

Set Analysis

Hi All,

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

Labels (1)
3 Replies
pravinboniface
Creator III
Creator III

@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)