Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
riccardo_schiav
Contributor II
Contributor II

Dynamic record set

Hi folks,

I'm trying to add an expression to a pivot table in Qlikview calculating the sum of employees' performance of their current individual 90 days intervall starting from their respective entry date.

I have formatted Date and EntryDate as numerics in the script but it still yields 0 for all rows:

sum({<Date={">=$(=EntryDate+(Floor((num(Today())-EntryDate)/90)*90)))"} , Category={'A'}>}MinPerformed)

Any suggestions?

Thanks in advance.

Riccardo

1 Solution

Accepted Solutions
riccardo_schiav
Contributor II
Contributor II
Author

Obviously had to create a flag in the script since every employee has a different entry date.

View solution in original post

1 Reply
riccardo_schiav
Contributor II
Contributor II
Author

Obviously had to create a flag in the script since every employee has a different entry date.