Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Compare year values from two columns

Hi,

I have a requirement to compare year values from two columns for a chart. i tried using the below but its not working.

count({<[Year of Expense]={"=[Year of Expense]=[Scheduled Year]"}>} Status)

Any help is much appreciated. Thanks!

1 Solution

Accepted Solutions
sunny_talwar

May be this:

Count({<UniqueIdentfier = {"=[Year of Expense]=[Scheduled Year]"}>} Status)

Here replace UniqueIdentifier with a field that uniquely identify each single row of your table

View solution in original post

2 Replies
sunny_talwar

May be this:

Count({<UniqueIdentfier = {"=[Year of Expense]=[Scheduled Year]"}>} Status)

Here replace UniqueIdentifier with a field that uniquely identify each single row of your table

Anonymous
Not applicable
Author

Thanks a lot..