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

Set analysis, string search

Hi,

need to sum (AMOUNT) if string 'XXXXX' can be found in field: DESCRIPTION.

Any suggestions?

1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

Try this.

Sum({<Description = {"*XXXX*"}>}Amount)

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

2 Replies
jagan
Luminary Alumni
Luminary Alumni

Hi,

Try liek this

=Sum({<DESCRIPTION={''*XXXXX*"}>} AMOUNT)

Edit: Missed Quote in set analysis expression

Hope this helps you.

Regards,

Jagan.

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

Try this.

Sum({<Description = {"*XXXX*"}>}Amount)

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!