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: 
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..