Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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.