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

Expression Help

Hi guys,

Me again!

I have the following expression that a colleague has been using:

Sum({<[Pay Status - Code]={'P'}>}[$(=CTName)])

How do I amend it properly (I've tried, and I'm getting weird and wonderful) to pull everything back, and not just those marked P?

Thanks in advance,

Gareth

1 Solution

Accepted Solutions
sunny_talwar

May be this

Sum([$(=CTName)])

View solution in original post

3 Replies
devarasu07
Master II
Master II

Hi,

measure is variable   [$(=CTName)]) ? if not just use it CTName

=SUM({$<[Pay Status - Code] -= {"P*"}>} [$(=CTName)]) )

or

=SUM({$<[Pay Status - Code] = {"*"} - {"P*"}>} [$(=CTName)]) )

agigliotti
Partner - Champion
Partner - Champion

what's the problem ??

sunny_talwar

May be this

Sum([$(=CTName)])