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: 
My_Rebecca
Creator
Creator

Expression editing issue

I need to extract today's fillrate, how to edit the expression? 

 

Sum({<[Date]=today()>}[Mezzanine1])

My_Rebecca_0-1679975302379.png

My_Rebecca_1-1679975333765.png

 

Labels (1)
1 Solution

Accepted Solutions
vinieme12
Champion III
Champion III

As below

 

Sum({<[Date]={"$(=Date(today()))"}>}[Mezzanine1])

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.

View solution in original post

2 Replies
vinieme12
Champion III
Champion III

As below

 

Sum({<[Date]={"$(=Date(today()))"}>}[Mezzanine1])

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
My_Rebecca
Creator
Creator
Author

Many thanks.