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: 
Not applicable

Help! Does Not Equal in Set Analysis

Hi - I am trying to exclude 'Accepted' from my end results table.

I have tried the following (whch isn't working for me:

Count({$<Type = {'MT Pipeline'}, [Max Review Reason] ={'*'}-{'Accepted'}>}Case)

In addition, I have also tried to use the -= function, but this doesn't work for me either...

Please can someone advise?

Thanks

13 Replies
Not applicable
Author

might have to get an example document up... set expressions are always an exercise in frustration.

pennetzdorfer
Creator III
Creator III

What results do you get, if you try James Wallers or my proposals?

Please post an example, that makes helping a lot easier

Not applicable
Author

Hey guys - apologies for not getting back to you - I managed to get this to work!

However, I do have another problem and wondered if anyone could help - I have an expression in a straight line table ONLY({$<Type = {'Hire Reject'}>}User), yet I want to move this to be a calculated dimension - however, when i do this, I receive the result //error in calculated dimension - even though it works as an expression...this is driving me nuts!

jagan
Partner - Champion III
Partner - Champion III

Hi,

Try like this

Aggr(If(Type = 'Hire Reject', User), User, Type)


or


just use Type = 'Hire Reject' in all you expressions in chart, calculated dimension has performance issues.


Regards,

Jagan.