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: 
augustaszvirblis
Contributor II
Contributor II

Dashboard shows 2024 while data is only until 2023

Hey there,

I'm having a problem where dashboard considers the maximum date to be 2024 whereas the latest date in the excel files I am using is 2023.

For example, this expression takes the maximum year ("Metai"):

 

Sum(
{$<
Rodikliai = {'Socialinė pašalpa iš viso'},
Periodas={'M'},
Metai = {$(=max({$<Periodas = {'M'}>}Metai))}
>}
Asmenys)

 

In my data (excel files) the latest date is 2023, but the expression shows 2024.

Thanks in advance for any help! 

Labels (1)
6 Replies
Or
MVP
MVP

Without the underlying data, can't really help with this one.

F_B
Specialist II
Specialist II

Hi @augustaszvirblis ,

welcome to the community.

You'll have to check your data and app thoroughly to find what's wrong, you could start by using a simple table to display the distinct values of the Metai field to confirm what values are actually present.

 

augustaszvirblis
Contributor II
Contributor II
Author

Thanks, good idea! What I did for now is a temporary solution where I subtract 1 from Year to get the year I want to see.

F_B
Specialist II
Specialist II

Let us know if you find a solution, or new clues on how to help you.

augustaszvirblis
Contributor II
Contributor II
Author

The list of all years for that dashboard page includes 2023, 2024. Hmm does that mean that the underlying data includes 2024? Does data differ for each page of dashboard? Does that depend on the fields used?

augustaszvirblis_0-1726472778162.png

 

F_B
Specialist II
Specialist II

Hi @augustaszvirblis.

"does that mean that the underlying data includes 2024?"

Assuming 'Metai' is a simple field loaded from an Exel file, it looks like 2023 and 2024 are values of your data source.

"Does data differ for each page of dashboard? Does that depend on the fields used?"

I'm sorry, I'm not sure about what you mean.