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

How to show dates just during a period

Hi experts,

Here, It's my checkday, and I just want to show the dates during Feb. How can I realize it?

Capture3.JPG

Thanks!!

1 Reply
ychaitanya
Creator III
Creator III

Can you clearly post the requirement..

You could use an expr as follows;

Sum({<Payday={">$(=Monthstart(PayDay)) < $(=Monthend(PayDay))"}>}Value)

Thanks