Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to use chart column names in an expression

Any suggestions on how to use chart column names in an expression instead of using column numbers. For example if my expression currently reads:

column (1) + column (2)

.... And in my pivot column 1 is titled "2006 Sales" and column 2 is "2007 Sales"

How can I use the column names in my expression?

I have tried the following:

column (2006 Sales) + column (2007 Sales)

column ([2006 Sales]) + column ([2007 Sales])

But it does not work. Any ideas? Thanks.

1 Solution

Accepted Solutions
Not applicable
Author

=[2006 Sales]+[2007 Sales]

View solution in original post

2 Replies
Not applicable
Author

=[2006 Sales]+[2007 Sales]

Not applicable
Author

Thanks! That worked.