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

Set Analyis Not Working: Only Include These Values

Hello all,

I work for a large company that closes deals on orders. Every time the order is closed and won, the job status switches to 'Closed - Won'. I'm trying to make a chart would would only include these values, but I'm having a hard time understanding why my set analysis isn't working.

Here's the expression I'm trying to use:

TextCount({$<JOBSTATUS={$(='Closed - Won')}>}JOBSTATUS)

If anyone can provide any help, that would be greatly appreciated!

1 Solution

Accepted Solutions
sunny_talwar

May be try this:

Count({$<JOBSTATUS={'Closed - Won'}>}JOBSTATUS)

View solution in original post

2 Replies
sunny_talwar

May be try this:

Count({$<JOBSTATUS={'Closed - Won'}>}JOBSTATUS)

Not applicable
Author

Wow, it worked! Thanks so much Sunny!