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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Satish251
Partner - Contributor II
Partner - Contributor II

qwerty

.

Labels (1)
2 Replies
panosalexand
Creator
Creator

Hi,
Please try the following. This is the way to compare YoY

2023
=sum({} [YourColumn])
2022
=sum({}[YourColumn])

% Different
(((sum({$} [YourColumn]))
-(sum({$} [YourColumn])))
/(sum({$} [YourColumn))))
Satish251
Partner - Contributor II
Partner - Contributor II
Author

 

  1. Hello Pansosalexand,

    Thank you for your suggestion.

    However, this won't provide a direct comparison. Please review the specified requirements below:

    *Present the average salary of employees who were part of the company in the preceding year and are still employed in the current year.