Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Oliver_F
Partner - Creator III
Partner - Creator III

Dynamic Filter year(today()) does not work in all apps

Hi,

I do have two apps (App A and App B), both using the same MasterCalendar.

 

App A: If I apply a filter on field Year: =Year=year(today()) it filters 2026

App B: If I  apply the same filter on the field, qlik is not able to find a match.

 

I already reduced the script in both apps to be 100% identical:

$(Must_Include=lib://MYFOLDER/Includes/Main.txt);

Calendar:
LOAD
	*
FROM [lib://MYFOLDER/Calendar.QVD]
(qvd);

 

So I do have two Apps that do have identical data and still the dynamic filter only works in one of the two apps.

What might be the issue here?

 

Labels (1)
1 Solution

Accepted Solutions
Oliver_F
Partner - Creator III
Partner - Creator III
Author

Hey,

I found the source of the problem myself. Someone had created a variable that was called Year (exact same name as the field name).

 

Deleting this variable solved the problem.

View solution in original post

1 Reply
Oliver_F
Partner - Creator III
Partner - Creator III
Author

Hey,

I found the source of the problem myself. Someone had created a variable that was called Year (exact same name as the field name).

 

Deleting this variable solved the problem.