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