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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
everest226
Creator III
Creator III

Listbox by charactor

I have this value in  AP Booking field

5464364ad

3655fcvgh453ddf

5465434TP

45fgfg4TP

I only want to display Value which has  TP at the end

Labels (1)
1 Solution

Accepted Solutions
bharathadde
Creator II
Creator II

Here you go, try this

=if(wildmatch([AP Booking field],'*TP'),[AP Booking field])

View solution in original post

2 Replies
bharathadde
Creator II
Creator II

Here you go, try this

=if(wildmatch([AP Booking field],'*TP'),[AP Booking field])

everest226
Creator III
Creator III
Author

Thanks