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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
sureshmaddipati
Contributor III
Contributor III

Data modelling

Hi 

 

How to pull next year values and show in current year column in qliksense i.e

For example: 2024 year values need to show in 2023 year column

Labels (1)
1 Reply
MatheusC
Specialist II
Specialist II

Hi, @sureshmaddipati 

See with the function above:

https://help.qlik.com/pt-BR/sense/February2024/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/Inter....

I'll leave an example below, adapt it according to your fields and expression:

If(FieldYear= Year(Today(1)),above(sum([Value]),1), sum([Value]))


Regarts, Matheus

 

Did you find a solution to your question? Mark the solution as accepted and if you found it useful, press the like button!