Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

search substring in set analysis

hi everybody

i have this expression in a pivot table :

sum( {$ < TASK_NAME="*mantis*") >} [ACTUAL])

but i would have ACTUAL for all TASK with TASK_NAME contains substring mantis. How i can do that i try * 😕

Labels (1)
4 Replies
Not applicable
Author

Hi there,

your search mask should work fine. Did you copy/paste your expression? Then check for the ')' after your searchmask. Seems to be too much.

Hope thats it 😉

Roland

Not applicable
Author

Hi it should work

sum( {$<TASK_NAME= {" *mantis* "}>} [ACTUAL] )



Not applicable
Author

Hi Luca, you are right. The {} to include the searchmask are also missing!

RR

Not applicable
Author

thx for your answers

sum( {$<TASK_NAME= {"*mantis*"}>} [ACTUAL] ) make the job;) just a syntax error