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

Built in functions within set analysis

Hi,

I need an expression which counts the EMP_ID when the end date is between today and seven days from today

I tried to accomplish thus using the expression

 

=

count({$<End={'>=$(=date(today(),'MM/DD/YYYY'))'}>
+
$<Planned_End={'<=$(=date(today(),'MM/DD/YYYY')+7)'>}>}EMP_Id)

But,its not giving desirable results.Can anyone help me with the same

Note:I need this to be done  using set analysis and I do not want to make any changes in load scripting

10 Replies
sparur
Specialist II
Specialist II

Hi

what is your email? I will send my example